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

Bonne projection -- Used during the 19th and early 20th century for atlas maps of Asia, Australia, Europe, and North America. Equal area. Poles are points. Can be heart shaped.



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

Parameters
point:GeoPoint