Package org.openstreetmap.josm.data.projection

Interface Summary
Projection A projection, i.e. a class that supports conversion from lat/lon to east/north and back.
ProjectionChangeListener  
 

Class Summary
AbstractProjection Implementation of the Projection interface that represents a coordinate reference system and delegates the real projection and datum conversion to other classes.
CustomProjection Custom projection Inspired by PROJ.4 and Proj4J.
Ellipsoid the reference ellipsoids
Projections Class to handle projections
 

Enum Summary
CustomProjection.Param  
 

Exception Summary
ProjectionConfigurationException  
 



JOSM