Uses of Class
org.geotiff.epsg.HorizontalCS
-
Packages that use HorizontalCS Package Description org.geotiff.epsg -
-
Uses of HorizontalCS in org.geotiff.epsg
Subclasses of HorizontalCS in org.geotiff.epsg Modifier and Type Class Description classGeographicCSRepresents the Geographic (Datum) coordinate system.classProjectedCSRepresents the Projected coordinate system.Methods in org.geotiff.epsg that return HorizontalCS Modifier and Type Method Description static HorizontalCSHorizontalCS. create(int code)Factory method for coordinate systems.HorizontalCSGeographicCS. getGeographicCS()Standard accessor.abstract HorizontalCSHorizontalCS. getGeographicCS()This method must be implemented by the concrete class to return the underlying geographic coordinate system.HorizontalCSProjectedCS. getGeographicCS()Standard accessor.
-