org.openstreetmap.josm.data.projection.datum
Class GRS80Datum

java.lang.Object
  extended by org.openstreetmap.josm.data.projection.datum.AbstractDatum
      extended by org.openstreetmap.josm.data.projection.datum.NullDatum
          extended by org.openstreetmap.josm.data.projection.datum.GRS80Datum
All Implemented Interfaces:
Datum

public class GRS80Datum
extends NullDatum

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

INSTANCE

public static final GRS80Datum INSTANCE
Constructor Detail

GRS80Datum

private GRS80Datum()


JOSM