Uses of Class
org.geotiff.epsg.HorizontalCS

Packages that use HorizontalCS
org.geotiff.epsg   
 

Uses of HorizontalCS in org.geotiff.epsg
 

Subclasses of HorizontalCS in org.geotiff.epsg
 class GeographicCS
          Represents the Geographic (Datum) coordinate system.
 class ProjectedCS
          Represents the Projected coordinate system.
 

Methods in org.geotiff.epsg that return HorizontalCS
static HorizontalCS HorizontalCS.create(int code)
          Factory method for coordinate systems.
 HorizontalCS GeographicCS.getGeographicCS()
          Standard accessor.
 HorizontalCS ProjectedCS.getGeographicCS()
          Standard accessor.
abstract  HorizontalCS HorizontalCS.getGeographicCS()
          This method must be implemented by the extendend class to return the undelying geographic coordinate system.