| Package | com.afcomponents.umap.control.projection |
| Class | public class MercatorProjection |
| Inheritance | MercatorProjection Projection |
| Implements | IProjection |
| Method | Defined by | ||
|---|---|---|---|
|
MercatorProjection(param:Object = null)
Constructs new Mercator Projection.
| MercatorProjection | ||
![]() |
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
| Projection | |
![]() |
| Projection | |
![]() |
getLatLngFromXY(point:Point, zoom:Number):LatLng
| Projection | |
![]() |
getPlanePoint(point:Point, zoom:Number):Point
| Projection | |
![]() |
getSize(zoom:Number):Number
| Projection | |
![]() |
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
| MercatorProjection | ||
|
unproject(point:Point):Point
| MercatorProjection | ||
| MercatorProjection | () | constructor |
public function MercatorProjection(param:Object = null)Constructs new Mercator Projection.
Parametersparam:Object (default = null) |
See also
| project | () | method |
protected override function project(point:Point):PointParameters
point:Point |
Point |
| unproject | () | method |
protected override function unproject(point:Point):PointParameters
point:Point |
Point |