Uses of Interface
org.openstreetmap.josm.data.projection.datum.Datum
-
Packages that use Datum Package Description org.openstreetmap.josm.data.projection Provides the classes for JOSM map projection.org.openstreetmap.josm.data.projection.datum Provides the classes for datum used in map projections. -
-
Uses of Datum in org.openstreetmap.josm.data.projection
Fields in org.openstreetmap.josm.data.projection declared as Datum Modifier and Type Field Description protected DatumAbstractProjection. datumFields in org.openstreetmap.josm.data.projection with type parameters of type Datum Modifier and Type Field Description private static java.util.Map<java.lang.String,Datum>Projections. datumsMethods in org.openstreetmap.josm.data.projection that return Datum Modifier and Type Method Description DatumAbstractProjection. getDatum()Gets the datum this projection is based on.static DatumProjections. getDatum(java.lang.String id)Get a geodetic datum by id.DatumCustomProjection. parseDatum(java.util.Map<java.lang.String,java.lang.String> parameters, Ellipsoid ellps)Gets the datumDatumCustomProjection. parseToWGS84(java.lang.String paramList, Ellipsoid ellps)Parsetowgs84parameter. -
Uses of Datum in org.openstreetmap.josm.data.projection.datum
Classes in org.openstreetmap.josm.data.projection.datum that implement Datum Modifier and Type Class Description classAbstractDatumAbstract base class forDatumimplementations.classCentricDatumA datum with different ellipsoid than WGS84, but does not require shift, rotation or scaling.classGRS80DatumThis datum indicates, that GRS80 ellipsoid is used and no conversion is necessary to get from or to the WGS84 datum.classNTV2DatumDatum based of NTV2 grid shift file.classNullDatumNull Datum does not convert from / to WGS84 ellipsoid, but simply "casts" the coordinates.classSevenParameterDatumDatum provides general conversion from one ellipsoid to another.classThreeParameterDatumDatum provides 3 dimensional offset and ellipsoid conversion.classWGS84DatumWGS84 datum.
-