Packagecom.afcomponents.umap.control.projection
Classpublic class GCSProjection
InheritanceGCSProjection Inheritance Projection
ImplementsIProjection



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
  _lods : Array
Defines map lods (level of detail).
GCSProjection
 Inherited_tileSize : uint
Stores the tile size in pixels.
Projection
 Inherited_transform : ProjectionTransform
Defines the projection tranformation.
Projection
Public Methods
 MethodDefined by
  
GCSProjection(param:Object = null)
GCSProjection
 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
  
getBitmapCoordinate(point:Point, zoom:Number):Point
GCSProjection
 Inherited
getDistance(pointA:LatLng, pointB:LatLng):Number
Projection
 Inherited
getLatLngFromXY(point:Point, zoom:Number):LatLng
Projection
  
getPlanePoint(point:Point, zoom:Number):Point
GCSProjection
  
getSize(zoom:Number):Number
GCSProjection
 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
GCSProjection
  
unproject(point:Point):Point
GCSProjection
Public Constants
 ConstantDefined by
  DEFAULT_MAP_BOUNDS : LatLngBounds
[static] Defines the default map bounds.
GCSProjection
  DEFAULT_MAP_SCALE : Size
[static] Defines the default map image size.
GCSProjection
  DEFAULT_MAP_SIZE : Size
[static] Defines the default map image size.
GCSProjection
  DEFAULT_TILE_SIZE : uint = 256
[static] Defines the default tile size.
GCSProjection
Property detail
_lodsproperty
protected var _lods:Array

Defines map lods (level of detail).

Constructor detail
GCSProjection()constructor
public function GCSProjection(param:Object = null)Parameters
param:Object (default = null)
Method detail
getBitmapCoordinate()method
public override function getBitmapCoordinate(point:Point, zoom:Number):Point

Parameters
point:Point
 
zoom:Number

Returns
Point
getPlanePoint()method 
public override function getPlanePoint(point:Point, zoom:Number):Point

Parameters
point:Point
 
zoom:Number

Returns
Point
getSize()method 
public override function getSize(zoom:Number):Number

Parameters
zoom:Number

Returns
Number
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
Constant detail
DEFAULT_MAP_BOUNDSconstant
public static const DEFAULT_MAP_BOUNDS:LatLngBounds

Defines the default map bounds.

DEFAULT_MAP_SCALEconstant 
public static const DEFAULT_MAP_SCALE:Size

Defines the default map image size.

DEFAULT_MAP_SIZEconstant 
public static const DEFAULT_MAP_SIZE:Size

Defines the default map image size.

DEFAULT_TILE_SIZEconstant 
public static const DEFAULT_TILE_SIZE:uint = 256

Defines the default tile size.