Package org.openstreetmap.josm.data.projection

Interface Summary
Projection Classes implementing this are able to convert lat/lon values to planar screen coordinates.
ProjectionChangeListener  
Puwg.PuwgData  
 

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.
BelgianLambert1972 Belgian Lambert 72 projection as specified by the Belgian IGN in this document: http://www.ngi.be/Common/Lambert2008/Transformation_Geographic_Lambert_FR.pdf
BelgianLambert2008 Belgian Lambert 2008 projection as specified by the Belgian IGN in this document: http://www.ngi.be/Common/Lambert2008/Transformation_Geographic_Lambert_FR.pdf
CustomProjection Custom projection Inspired by PROJ.4 and Proj4J.
Ellipsoid the reference ellipsoids
Epsg3008 SWEREF99 13 30 projection.
Epsg4326 Directly use latitude / longitude values as x/y.
GaussKrueger  
Lambert Lambert conic conform 4 zones using the French geodetic system NTF.
Lambert93 Lambert 93 projection as specified by the IGN in this document http://professionnels.ign.fr/DISPLAY/000/526/702/5267026/NTG_87.pdf
LambertCC9Zones Lambert Conic Conform 9 Zones projection as specified by the IGN in this document http://professionnels.ign.fr/DISPLAY/000/526/700/5267002/transformation.pdf
LambertEST Estonian Coordinate System of 1997.
Mercator Mercator Projection The center of the mercator projection is always the 0 grad coordinate.
ProjectionInfo  
Projections Class to handle projections
Puwg PUWG 1992 and 2000 are the official cordinate systems in Poland.
Puwg.Epsg2176  
Puwg.Epsg2177  
Puwg.Epsg2178  
Puwg.Epsg2179  
Puwg.Epsg2180  
Puwg.Puwg2000  
SwissGrid SwissGrid CH1903 / L03, see http://de.wikipedia.org/wiki/Swiss_Grid.
TransverseMercatorLV LKS-92/ Latvia TM projection.
UTM  
UTM_France_DOM This class implements all projections for French departements in the Caribbean Sea and Indian Ocean using the UTM transvers Mercator projection and specific geodesic settings.
 

Enum Summary
CustomProjection.Param  
UTM.Hemisphere  
 

Exception Summary
ProjectionConfigurationException  
 



JOSM