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

Gall projection is a cylindrical projection that cuts the earth at N45 and S45. North and south poles are lines. Used for world maps in British atlases. Used only for world maps.



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