Class Index | File Index

Classes


Namespace pv.Geo.projections


Defined in: Projections.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
The built-in projections.
Field Summary
Field Attributes Field Name and Description
<static>  
pv.Geo.projections.aitoff
<static>  
pv.Geo.projections.hammer
<static>  
pv.Geo.projections.identity
The identity or "none" projection.
<static>  
pv.Geo.projections.mercator
<static>  
pv.Geo.projections.sinusoidal
Method Summary
Method Attributes Method Name and Description
<static>  
pv.Geo.projections.invert(xy)
<static>  
pv.Geo.projections.project(latlng)
Namespace Detail
pv.Geo.projections
The built-in projections.
See:
pv.Geo.Projection
Field Detail
<static> pv.Geo.projections.aitoff
See:
http://en.wikipedia.org/wiki/Aitoff_projection

<static> pv.Geo.projections.hammer
See:
http://en.wikipedia.org/wiki/Hammer_projection

<static> pv.Geo.projections.identity
The identity or "none" projection.

<static> pv.Geo.projections.mercator
See:
http://en.wikipedia.org/wiki/Mercator_projection

<static> pv.Geo.projections.sinusoidal
See:
http://en.wikipedia.org/wiki/Sinusoidal_projection
Method Detail
<static> pv.Geo.projections.invert(xy)
Parameters:
xy

<static> pv.Geo.projections.project(latlng)
Parameters:
latlng
See:
http://en.wikipedia.org/wiki/Gall-Peters_projection

Documentation generated by JsDoc Toolkit 2.3.2 on Sun May 30 2010 18:10:24 GMT-0700 (PDT)