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 Datum
AbstractProjection. datum
Fields 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. datums
Methods in org.openstreetmap.josm.data.projection that return Datum Modifier and Type Method Description Datum
AbstractProjection. getDatum()
Gets the datum this projection is based on.static Datum
Projections. getDatum(java.lang.String id)
Get a geodetic datum by id.Datum
CustomProjection. parseDatum(java.util.Map<java.lang.String,java.lang.String> parameters, Ellipsoid ellps)
Gets the datumDatum
CustomProjection. parseToWGS84(java.lang.String paramList, Ellipsoid ellps)
Parsetowgs84
parameter. -
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 class
AbstractDatum
Abstract base class forDatum
implementations.class
CentricDatum
A datum with different ellipsoid than WGS84, but does not require shift, rotation or scaling.class
GRS80Datum
This datum indicates, that GRS80 ellipsoid is used and no conversion is necessary to get from or to the WGS84 datum.class
NTV2Datum
Datum based of NTV2 grid shift file.class
NullDatum
Null Datum does not convert from / to WGS84 ellipsoid, but simply "casts" the coordinates.class
SevenParameterDatum
Datum provides general conversion from one ellipsoid to another.class
ThreeParameterDatum
Datum provides 3 dimensional offset and ellipsoid conversion.class
WGS84Datum
WGS84 datum.
-