Packagecom.afcomponents.umap.providers.arcgis
Classpublic class ArcGISMapType
InheritanceArcGISMapType Inheritance MapType Inheritance flash.events.EventDispatcher
ImplementsIMapType



Public Properties
 PropertyDefined by
 Inheritedcaption : String
Gets or sets map types caption that will be used in the MapTypeControl.
MapType
 InheritedcopyrightMessage : String
Gets or sets the copyright message prefix.
MapType
 InheritederrorMessage : String
Gets or sets the error message that will be displayed if tile data is unavailable.
MapType
 InheritedlayerCount : uint
Returns the number of ITileLayer objects registered with the map type.
MapType
 Inheritedlayers : Array
Returns an Array which holds ITileLayer objects registered with the map type.
MapType
 InheritedlinkColor : uint
Gets or sets the text color of the temrs of use link.
MapType
 InheritedmaxZoom : uint
Returns maximum zoom level for the map type.
MapType
 InheritedminZoom : uint
Returns minimum zoom level for the map type.
MapType
 Inheritedname : String
Returns the name of the map type.
MapType
 Inheritedprojection : IProjection
Gets or sets the IProjection that should be used with this map type.
MapType
 InheritedserverCount : uint
Indicates the tile size in pixels.
MapType
 InheritedtextColor : uint
Gets or sets the text color of the copyright message.
MapType
Public Methods
 MethodDefined by
  
ArcGISMapType(json:Object, url:String)
ArcGISMapType
 Inherited
addLayer(layer:ITileLayer):void
Adds new ITileLayer object to the tile layer collection.
MapType
 Inherited
dispose():void
Releases all the resources accuired by the object.
MapType
  
fromJSON(json:Object, url:String):Boolean
ArcGISMapType
 Inherited
getCopyrights(bounds:LatLngBounds, zoom:Number):String
Returns an String with the copyright message for the specified view bounds and zoom level.
MapType
 Inherited
hide():void
Invoked when the map type is no longer selected for the map display.
MapType
 Inherited
show():void
Invoked when the map type is selected for the map display.
MapType
 Inherited
toString():String
Returns a textual representation of the object.
MapType
Constructor detail
ArcGISMapType()constructor
public function ArcGISMapType(json:Object, url:String)Parameters
json:Object
 
url:String
Method detail
fromJSON()method
public function fromJSON(json:Object, url:String):BooleanParameters
json:Object
 
url:String

Returns
Boolean