Packagecom.esri.aws.awx.map.projection
Interfacepublic interface IProjection
SubinterfacesIMap
ImplementorsAlbers, Bonne, Cassini, Gall, Geographic, LambertAzEqualArea, Mercator, Miller, Mollweide, Sinusoidal, Stereographic, TransverseMercator

IProjection defines the conversion method to convert to and from 'no projection'.



Public Methods
 MethodDefined 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
Method detail
fromGeographic()method
public function fromGeographic(xypoint:GeoPoint):void

Converts to a grid point from a geographic point in radians.

Parameters
xypoint:GeoPoint
toGeographic()method 
public function toGeographic(point:GeoPoint):void

Converts to geographic point in radians from a grid point.

Parameters
point:GeoPoint