org.geotiff.epsg
Class GeographicCS

java.lang.Object
  extended by org.geotiff.epsg.HorizontalCS
      extended by org.geotiff.epsg.GeographicCS

public class GeographicCS
extends HorizontalCS

Represents the Geographic (Datum) coordinate system.

Author:
Niles D. Ritter

Field Summary
 
Fields inherited from class org.geotiff.epsg.HorizontalCS
WGS84
 
Constructor Summary
protected GeographicCS(int code)
          Protected Constructor; use the factory method in HorizontalCS to make this.
 
Method Summary
 HorizontalCS getGeographicCS()
          Standard accessor.
 
Methods inherited from class org.geotiff.epsg.HorizontalCS
create, getCode, setCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeographicCS

protected GeographicCS(int code)
Protected Constructor; use the factory method in HorizontalCS to make this.

Method Detail

getGeographicCS

public HorizontalCS getGeographicCS()
Standard accessor.

Specified by:
getGeographicCS in class HorizontalCS