| Package | com.afcomponents.umap.control.projection |
| Class | public class GCSProjection |
| Inheritance | GCSProjection Projection |
| Implements | IProjection |
| Property | Defined by | ||
|---|---|---|---|
| _lods : Array
Defines map lods (level of detail).
| GCSProjection | ||
![]() | _tileSize : uint
Stores the tile size in pixels.
| Projection | |
![]() | _transform : ProjectionTransform
Defines the projection tranformation.
| Projection | |
| Method | Defined by | ||
|---|---|---|---|
|
GCSProjection(param:Object = null)
| GCSProjection | ||
![]() |
checkBitmapRange(point:Point, zoom:Number):Point
| Projection | |
![]() |
checkBitmapRangeX(point:Point, zoom:Number):Point
| Projection | |
![]() |
checkBitmapRangeY(point:Point, zoom:Number):Point
| Projection | |
![]() |
| Projection | |
![]() |
checkTileRange(tile:Point, zoom:Number):Point
| Projection | |
![]() |
dispose():void
| Projection | |
|
getBitmapCoordinate(point:Point, zoom:Number):Point
| GCSProjection | ||
![]() |
| Projection | |
![]() |
getLatLngFromXY(point:Point, zoom:Number):LatLng
| Projection | |
|
getPlanePoint(point:Point, zoom:Number):Point
| GCSProjection | ||
|
getSize(zoom:Number):Number
| GCSProjection | ||
![]() |
getTileCount(zoom:Number):uint
| Projection | |
![]() |
getXYFromLatLng(latlng:LatLng, zoom:Number):Point
| Projection | |
![]() |
projectPoint(latlng:LatLng):Point
| Projection | |
![]() |
scaleSize(size:uint, scale:int):uint
[static]
Scales the specified size to a zoom level.
| Projection | |
![]() |
unprojectPoint(point:Point):LatLng
| Projection | |
| Method | Defined by | ||
|---|---|---|---|
|
project(point:Point):Point
| GCSProjection | ||
|
unproject(point:Point):Point
| GCSProjection | ||
| Constant | Defined 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 | ||
| _lods | property |
protected var _lods:ArrayDefines map lods (level of detail).
| GCSProjection | () | constructor |
public function GCSProjection(param:Object = null)Parameters
param:Object (default = null) |
| getBitmapCoordinate | () | method |
public override function getBitmapCoordinate(point:Point, zoom:Number):PointParameters
point:Point |
|
zoom:Number |
Point |
| getPlanePoint | () | method |
public override function getPlanePoint(point:Point, zoom:Number):PointParameters
point:Point |
|
zoom:Number |
Point |
| getSize | () | method |
public override function getSize(zoom:Number):NumberParameters
zoom:Number |
Number |
| project | () | method |
protected override function project(point:Point):PointParameters
point:Point |
Point |
| unproject | () | method |
protected override function unproject(point:Point):PointParameters
point:Point |
Point |
| DEFAULT_MAP_BOUNDS | constant |
public static const DEFAULT_MAP_BOUNDS:LatLngBoundsDefines the default map bounds.
| DEFAULT_MAP_SCALE | constant |
public static const DEFAULT_MAP_SCALE:SizeDefines the default map image size.
| DEFAULT_MAP_SIZE | constant |
public static const DEFAULT_MAP_SIZE:SizeDefines the default map image size.
| DEFAULT_TILE_SIZE | constant |
public static const DEFAULT_TILE_SIZE:uint = 256Defines the default tile size.