Uses of Package
org.openstreetmap.josm.data.projection.datum

Packages that use org.openstreetmap.josm.data.projection.datum
org.openstreetmap.josm.data.projection   
org.openstreetmap.josm.data.projection.datum   
 

Classes in org.openstreetmap.josm.data.projection.datum used by org.openstreetmap.josm.data.projection
Datum
          Represents a geodetic datum.
NTV2GridShiftFileWrapper
          Wrapper for NTV2GridShiftFile.
 

Classes in org.openstreetmap.josm.data.projection.datum used by org.openstreetmap.josm.data.projection.datum
AbstractDatum
           
Datum
          Represents a geodetic datum.
GRS80Datum
          This datum indicates, that GRS80 ellipsoid is used and no conversion is necessary to get from or to the WGS84 datum.
NTV2GridShift
          A value object for storing Longitude and Latitude of a point, the Lon and Lat shift values to get from one datum to another, and the Lon and Lat accuracy of the shift values.
NTV2GridShiftFile
          Models the NTv2 format Grid Shift File and exposes methods to shift coordinate values using the Sub Grids contained in the file.
NTV2GridShiftFileWrapper
          Wrapper for NTV2GridShiftFile.
NTV2SubGrid
          Models the NTv2 Sub Grid within a Grid Shift File
NullDatum
          Null Datum does not convert from / to WGS84 ellipsoid, but simply "casts" the coordinates.
WGS84Datum
          WGS84 datum.
 



JOSM