Uses of Interface
com.esri.core.symbol.Symbol

Packages that use Symbol
com.esri.android.map Provides classes for all the different elements of a map. 
com.esri.android.map.ags Contains the classes for the available map layer types. 
com.esri.core.map Contains classes that define elements from feature and image services. 
com.esri.core.renderer Provides different types of renderers used to symbolize graphics. 
com.esri.core.symbol Provides different types of symbols used to represent geometries. 
 

Uses of Symbol in com.esri.android.map
 

Methods in com.esri.android.map that return Symbol
 Symbol LocationService.getSymbol()
           
 

Methods in com.esri.android.map with parameters of type Symbol
 android.graphics.Bitmap GraphicsLayer.createSymbolImage(Symbol symbol, Geometry geometry, int width, int height, int color)
          Returns a swatch image of the given geometry rendered with the specified symbol.
 android.graphics.Bitmap[] GraphicsLayer.createSymbolImages(Symbol[] symbol, Geometry[] geometry, int width, int height, int color)
          Returns a swatch image array of for the given geometries rendered with the symbols.
 void LocationService.setSymbol(Symbol symbol)
          Sets the symbol for location display.
 void GraphicsLayer.updateGraphic(int id, Symbol symbol)
          Updates the symbol attribute of a graphic specified by id with a symbol.
 

Uses of Symbol in com.esri.android.map.ags
 

Methods in com.esri.android.map.ags that return Symbol
 Symbol ArcGISFeatureLayer.getSelectionSymbol()
          Returns the selection symbol for the feature layer.
 

Methods in com.esri.android.map.ags with parameters of type Symbol
 void ArcGISFeatureLayer.setSelectionSymbol(Symbol selectionSymbol)
          Sets the selection symbol for the feature layer.
 

Uses of Symbol in com.esri.core.map
 

Methods in com.esri.core.map that return Symbol
 Symbol Graphic.getSymbol()
          Gets the symbol for the graphic.
 

Constructors in com.esri.core.map with parameters of type Symbol
Graphic(Geometry geometry, Symbol symbol)
          Instantiates a new Graphic object.
Graphic(Geometry geometry, Symbol symbol, Map<String,Object> attributes, InfoTemplate infoTemp)
          Instantiates a new Graphic object.
Graphic(int uid, Geometry geometry, Symbol symbol, Map<String,Object> attributes, InfoTemplate infoTemp)
          Instantiates a new Graphic object.
 

Uses of Symbol in com.esri.core.renderer
 

Methods in com.esri.core.renderer that return Symbol
 Symbol UniqueValueRenderer.getDefaultSymbol()
          Gets the default symbol.
 Symbol ClassBreak.getSymbol()
          Gets the symbol
 Symbol UniqueValue.getSymbol()
          Gets the symbol.
 Symbol UniqueValueRenderer.getSymbol(Graphic graphic)
          Returns the symbol of the unique value the graphic provided corresponds to.
 Symbol ClassBreaksRenderer.getSymbol(Graphic graphic)
          Returns the symbol of the class break the graphic provided belongs to.
 Symbol SimpleRenderer.getSymbol(Graphic graphic)
          Gets the symbol for the given graphic.
 Symbol DictionaryRenderer.getSymbol(Graphic graphic)
          Returns the Multi-Layer symbol associated with this renderer
 Symbol Renderer.getSymbol(V graphic)
          Subclasses must override this method.
 

Methods in com.esri.core.renderer with parameters of type Symbol
 void UniqueValueRenderer.setDefaultSymbol(Symbol defaultSymbol)
          Sets the default symbol.
 void ClassBreak.setSymbol(Symbol symbol)
          Sets the symbol
 void UniqueValue.setSymbol(Symbol symbol)
          Sets the symbol.
 

Constructors in com.esri.core.renderer with parameters of type Symbol
SimpleRenderer(Symbol symbol)
          Instantiates SimpleRenderer with a symbol.
 

Uses of Symbol in com.esri.core.symbol
 

Classes in com.esri.core.symbol that implement Symbol
 class FillSymbol
          Base class for polygon symbols.
 class LineSymbol
          Base class for line symbols.
 class MarkerSymbol
          The base class for all the marker symbol.
 class MultiLayerSymbol
          MultiLayerSymbol class indicates that the symbol is a multilayer symbol.
 class PictureMarkerSymbol
          Used to draw points and multipoints on the graphics layer using an image.
 class SimpleFillSymbol
          Used to draw polygon features on the graphics layer using simple patterns.
 class SimpleLineSymbol
          Used to draw linear features on the graphics layer.
 class SimpleMarkerSymbol
          Used to draw points and multipoints (or nodes of polylines and polygons) on the graphics layer using simple markers.
 class TextSymbol
          Used to display text at points on the graphics layer.
 

Methods in com.esri.core.symbol that return Symbol
 Symbol SimpleLineSymbol.copy()
           
 Symbol SimpleMarkerSymbol.copy()
           
 Symbol PictureMarkerSymbol.copy()
           
 Symbol TextSymbol.copy()
           
 Symbol Symbol.copy()
          Gets a copy of this Symbol object.
 Symbol SimpleFillSymbol.copy()
           
static Symbol SymbolHelper.createSymbol(org.codehaus.jackson.JsonParser parser)
          Creates a Symbol instance using specified JsonParser instance.
 



Copyright © 2012. All Rights Reserved.