|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Symbol
Symbols are used to represent "geometries" on the map. Marker symbols are available for point and multipoint geometries. Line symbols are available for polyline geometries. Fill symbols are available for polygon geometries. Symbol is the base symbol interface. To create a symbol, instead, use the following:.
Points: SimpleMarkerSymbol, PictureMarkerSymbol Lines: SimpleLineSymbol Polygons: SimpleFillSymbol Text: TextSymbol
Method Summary | |
---|---|
Symbol |
copy()
Gets a copy of this Symbol object. |
String |
toJson()
Converts the symbol to a Json String. |
Method Detail |
---|
String toJson() throws Exception
Exception
Symbol copy() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |