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

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.WGS84Datum
All Implemented Interfaces:
Datum

public class WGS84Datum
extends NullDatum

WGS84 datum. Transformation from and to WGS84 datum is a no-op.


Field Summary
static WGS84Datum INSTANCE
           
 
Fields inherited from class org.openstreetmap.josm.data.projection.datum.AbstractDatum
ellps, name, proj4Id
 
Constructor Summary
private WGS84Datum()
           
 
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 WGS84Datum INSTANCE
Constructor Detail

WGS84Datum

private WGS84Datum()


JOSM