ArcGIS API 之 Graphic & Geometry

Graphic:  
public properties
<attribute,
 checkForMouseListener, 
 geometry,
 graphicsLayer,
 infoWindowRenderer,
 symbol>
public methods
<Graphic(geometry:Geometry = null, symbol:Symbol = null, attributes:Object = null)
 fromJSON(obj:Object):Graphic,
 refresh():void ,
 toJSON(key:String = null):Object>
events
<change>
 
 
Geometry:
public properties
<extent:Extent,
spatialReference,
type>
public methods
<fromJSON(obj:Object):Geometry,
toJSON(key:String = null):Object>
public constants
<EXTENT : String = esriGeometryEnvelope
MAPPOINT : String = esriGeometryPoint
MULTIPOINT : String = esriGeometryMultipoint
POLYGON : String = esriGeometryPolygon
POLYLINE : String = esriGeometryPolyline>

posted on 2013-03-11 22:18  唱一支好听的歌  阅读(322)  评论(0编辑  收藏  举报

导航