Packagecom.afcomponents.umap.control.projection
Classpublic class MercatorProjection
InheritanceMercatorProjection Inheritance Projection
ImplementsIProjection

MercatorProjecton



Public Properties
 PropertyDefined by
 Inheritedbounds : LatLngBounds
Projection
 InheritedrepeatMap : Boolean
Projection
 Inheritedscale : Number
Projection
 Inheritedsize : Size
Projection
 InheritedtileSize : uint
Projection
 Inheritedtransform : ProjectionTransform
Projection
Protected Properties
 PropertyDefined by
 Inherited_tileSize : uint
Stores the tile size in pixels.
Projection
 Inherited_transform : ProjectionTransform
Defines the projection tranformation.
Projection
Public Methods
 MethodDefined by
  
MercatorProjection(param:Object = null)
Constructs new Mercator Projection.
MercatorProjection
 Inherited
checkBitmapRange(point:Point, zoom:Number):Point
Projection
 Inherited
checkBitmapRangeX(point:Point, zoom:Number):Point
Projection
 Inherited
checkBitmapRangeY(point:Point, zoom:Number):Point
Projection
 Inherited
Projection
 Inherited
checkTileRange(tile:Point, zoom:Number):Point
Projection
 Inherited
dispose():void
Projection
 Inherited
getBitmapCoordinate(point:Point, zoom:Number):Point
Projection
 Inherited
getDistance(pointA:LatLng, pointB:LatLng):Number
Projection
 Inherited
getLatLngFromXY(point:Point, zoom:Number):LatLng
Projection
 Inherited
getPlanePoint(point:Point, zoom:Number):Point
Projection
 Inherited
getSize(zoom:Number):Number
Projection
 Inherited
getTileCount(zoom:Number):uint
Projection
 Inherited
getXYFromLatLng(latlng:LatLng, zoom:Number):Point
Projection
 Inherited
projectPoint(latlng:LatLng):Point
Projection
 Inherited
scaleSize(size:uint, scale:int):uint
[static] Scales the specified size to a zoom level.
Projection
 Inherited
unprojectPoint(point:Point):LatLng
Projection
Protected Methods
 MethodDefined by
  
project(point:Point):Point
MercatorProjection
  
unproject(point:Point):Point
MercatorProjection
Public Constants
 ConstantDefined by
 InheritedDEFAULT_MAP_BOUNDS : LatLngBounds
[static] Defines the default map bounds.
Projection
 InheritedDEFAULT_MAP_SCALE : Size
[static] Defines the default map image size.
Projection
 InheritedDEFAULT_MAP_SIZE : Size
[static] Defines the default map image size.
Projection
 InheritedDEFAULT_TILE_SIZE : uint = 256
[static] Defines the default tile size.
Projection
Constructor detail
MercatorProjection()constructor
public function MercatorProjection(param:Object = null)

Constructs new Mercator Projection.

Parameters
param:Object (default = null)

See also

Method detail
project()method
protected override function project(point:Point):Point

Parameters
point:Point

Returns
Point
unproject()method 
protected override function unproject(point:Point):Point

Parameters
point:Point

Returns
Point