| Package | com.esri.aws.awx.map.projection |
| Interface | public interface IProjection |
| Subinterfaces | IMap |
| Implementors | Albers, Bonne, Cassini, Gall, Geographic, LambertAzEqualArea, Mercator, Miller, Mollweide, Sinusoidal, Stereographic, TransverseMercator |
| Method | Defined by | ||
|---|---|---|---|
|
fromGeographic(xypoint:GeoPoint):void
Converts to a grid point from a geographic point in radians.
| IProjection | ||
|
toGeographic(point:GeoPoint):void
Converts to geographic point in radians from a grid point.
| IProjection | ||
| fromGeographic | () | method |
public function fromGeographic(xypoint:GeoPoint):voidConverts to a grid point from a geographic point in radians.
Parametersxypoint:GeoPoint |
| toGeographic | () | method |
public function toGeographic(point:GeoPoint):voidConverts to geographic point in radians from a grid point.
Parameterspoint:GeoPoint |