Packagecom.esri.aws.awx.map.projection
Classpublic class Geographic
ImplementsIProjection

Geographic represents the 'no projection' projection.



Public Methods
 MethodDefined by
  
Geographic(lon0:Number, lat1:Number)
constructor
Geographic
  
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
Constructor detail
Geographic()constructor
public function Geographic(lon0:Number, lat1:Number)

constructor

Parameters
lon0:Number
 
lat1:Number
Method detail
fromGeographic()method
public function fromGeographic(point:GeoPoint):void

Converts to a pixel point from a projected geographic point (decimal degrees).

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

Converts a pixel point to a projected geographic point (decimal degrees).

Parameters
point:GeoPoint