Modifier and Type | Method and Description |
---|---|
Symbol |
Graphic.getSymbol()
The symbol for the graphic.
|
Modifier and Type | Method and Description |
---|---|
static Graphic |
Graphic.create(Geometry geometry,
Symbol symbol)
Creates a new Graphic object.
|
static Graphic |
Graphic.create(Geometry geometry,
Symbol symbol,
Graphic.Attributes attrs,
InfoTemplate infoTemplate)
Creates a new Graphic object.
|
Graphic |
Graphic.setSymbol(Symbol symbol)
Sets the symbol of the graphic.
|
Modifier and Type | Method and Description |
---|---|
Symbol |
TemplatePicker.SelectedItem.getSymbol() |
Modifier and Type | Method and Description |
---|---|
void |
TemplatePicker.Parameters.addItem(java.lang.String label,
Symbol symbol,
java.lang.String description)
Add to array of items.
|
Modifier and Type | Method and Description |
---|---|
Symbol |
FeatureLayer.getSelectionSymbol()
Gets the current selection symbol.
|
Modifier and Type | Method and Description |
---|---|
FeatureLayer |
FeatureLayer.setSelectionSymbol(Symbol symbol)
Set's the selection symbol for the feature layer.
|
Modifier and Type | Method and Description |
---|---|
Symbol |
SymbolAger.getAgedSymbol(Symbol symbol,
Graphic graphic)
All subclasses override this method to provide their own implementation to calculate aging and return the appropriate symbol
|
Symbol |
Renderer.getDefaultSymbol()
Default symbol used when a value or break cannot be matched.
|
Symbol |
UniqueValueRenderer.Info.getSymbol()
The symbol used to display the value.
|
Symbol |
SimpleRenderer.getSymbol()
The symbol for the renderer.
|
Symbol |
ClassBreaksRenderer.Info.getSymbol()
The symbol used to display the value.
|
Symbol |
TemporalRenderer.getSymbol(Graphic graphic)
Returns the symbol used to render the graphic.
|
Symbol |
Renderer.getSymbol(Graphic graphic)
Gets the symbol for the Graphic.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassBreaksRenderer.addBreak(double minValue,
double maxValue,
Symbol symbol)
Adds a class break.
|
void |
ClassBreaksRenderer.addBreak(double minValue,
double maxValue,
Symbol symbol,
java.lang.String label,
java.lang.String description)
Adds a class break.
|
void |
UniqueValueRenderer.addValue(java.lang.String value,
Symbol symbol)
Adds a unique value and symbol.
|
static UniqueValueRenderer.Info |
UniqueValueRenderer.Info.create(java.lang.String value,
Symbol symbol,
java.lang.String label,
java.lang.String description)
Create a new info object
|
static SimpleRenderer |
SimpleRenderer.create(Symbol defaultSymbol)
Creates a new SimpleRenderer object with a Symbol parameter.
|
static UniqueValueRenderer |
UniqueValueRenderer.create(Symbol defaultSymbol,
java.lang.String attributeField)
Creates a new UniqueValueRenderer object.
|
static ClassBreaksRenderer |
ClassBreaksRenderer.create(Symbol defaultSymbol,
java.lang.String attributeField)
Creates a new ClassBreaksRenderer object.
|
static UniqueValueRenderer |
UniqueValueRenderer.create(Symbol defaultSymbol,
java.lang.String attributeField,
java.lang.String attributeField2,
java.lang.String attributeField3,
java.lang.String fieldDelimeter)
Creates a new UniqueValueRenderer object.
|
Symbol |
SymbolAger.getAgedSymbol(Symbol symbol,
Graphic graphic)
All subclasses override this method to provide their own implementation to calculate aging and return the appropriate symbol
|
Modifier and Type | Class and Description |
---|---|
class |
CartographicLineSymbol
Line symbols are used to draw linear features on the graphics layer.
|
class |
FillSymbol
Fill symbols are used to draw polygon features on the graphics layer.
|
class |
Font
Font used for text symbols added to the graphics layer.
|
class |
LineSymbol
Line symbols are used to draw linear features on the graphics layer.
|
class |
MarkerSymbol
Marker symbols are used to draw points and multipoints on the graphics layer.
|
class |
PictureFillSymbol
Fill symbols are used to draw polygon features on the graphics layer.
|
class |
PictureMarkerSymbol
Marker symbols are used to draw points and multipoints on the graphics layer.
|
class |
SimpleFillSymbol
Fill symbols are used to draw polygon features on the graphics layer.
|
class |
SimpleLineSymbol
Line symbols are used to draw linear features on the graphics layer.
|
class |
SimpleMarkerSymbol
Marker symbols are used to draw points and multipoints on the graphics layer.
|
class |
TextSymbol
Text symbols are used to add text on the graphics layer.
|
Modifier and Type | Method and Description |
---|---|
static Symbol |
Symbol.fromJson(com.google.gwt.core.client.JavaScriptObject json)
Converts input json into a symbol, returns null if the input json represents an unknown or unsupported symbol type.
|
Symbol |
Symbol.setColor(Color color)
Sets the symbol color.
|
Modifier and Type | Method and Description |
---|---|
Symbol |
ClassificationDefinition.getBaseSymbol()
Define a default symbol for the classification.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassificationDefinition.setBaseSymbol(Symbol baseSymbol)
Set the baseSymbol parameter.
|
Modifier and Type | Method and Description |
---|---|
void |
Navigation.setZoomSymbol(Symbol symbol)
Set the SimpleFillSymbol used for the rubber band zoom.
|