org.geotiff.epsg
Class ProjectedCS

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

public class ProjectedCS
extends HorizontalCS

Represents the Projected coordinate system.

Author:
Niles D. Ritter

Field Summary
 
Fields inherited from class org.geotiff.epsg.HorizontalCS
WGS84
 
Constructor Summary
protected ProjectedCS(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

ProjectedCS

protected ProjectedCS(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