| Package | com.esri.aws.awx.map.projection |
| Class | public class Geographic |
| Implements | IProjection |
| Method | Defined by | ||
|---|---|---|---|
|
Geographic(lon0:Number, lat1:Number)
constructor
| Geographic | ||
|
fromGeographic(point:GeoPoint):void
Converts to a pixel point from a projected geographic point
(decimal degrees).
| Geographic | ||
|
toGeographic(point:GeoPoint):void
Converts a pixel point to a projected geographic point
(decimal degrees).
| Geographic | ||
| Geographic | () | constructor |
public function Geographic(lon0:Number, lat1:Number)constructor
Parameterslon0:Number |
|
lat1:Number |
| fromGeographic | () | method |
public function fromGeographic(point:GeoPoint):voidConverts to a pixel point from a projected geographic point (decimal degrees).
Parameterspoint:GeoPoint |
| toGeographic | () | method |
public function toGeographic(point:GeoPoint):voidConverts a pixel point to a projected geographic point (decimal degrees).
Parameterspoint:GeoPoint |