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

Mollweide projection -- Suitable for thematic or distribution mapping of the entire world. Equal area, poles are points, parallels unequally spaced lines and parallel. (Mollweide 1805).



Public Methods
 MethodDefined by
  
Mollweide(lon0:Number, x0:Number, y0:Number, R:Number)
Mollweide
  
Converts to a pixel point from a projected geographic point (decimal degrees).
Mollweide
  
toGeographic(point:GeoPoint):void
Converts a pixel point to a projected geographic point (decimal degrees).
Mollweide
Constructor detail
Mollweide()constructor
public function Mollweide(lon0:Number, x0:Number, y0:Number, R:Number)Parameters
lon0:Number
 
x0:Number
 
y0:Number
 
R: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