|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.data.projection.datum.AbstractDatum
org.openstreetmap.josm.data.projection.datum.NullDatum
org.openstreetmap.josm.data.projection.datum.GRS80Datum
public class GRS80Datum
This datum indicates, that GRS80 ellipsoid is used and no conversion is necessary to get from or to the WGS84 datum.
Field Summary | |
---|---|
static GRS80Datum |
INSTANCE
|
Fields inherited from class org.openstreetmap.josm.data.projection.datum.AbstractDatum |
---|
ellps, name, proj4Id |
Constructor Summary | |
---|---|
private |
GRS80Datum()
|
Method Summary |
---|
Methods inherited from class org.openstreetmap.josm.data.projection.datum.NullDatum |
---|
fromWGS84, toWGS84 |
Methods inherited from class org.openstreetmap.josm.data.projection.datum.AbstractDatum |
---|
getEllipsoid, getName, getProj4Id |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final GRS80Datum INSTANCE
Constructor Detail |
---|
private GRS80Datum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |