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 class
GeographicCS
Represents the Geographic (Datum) coordinate system.class
ProjectedCS
Represents the Projected coordinate system.Methods in org.geotiff.epsg that return HorizontalCS Modifier and Type Method Description static HorizontalCS
HorizontalCS. create(int code)
Factory method for coordinate systems.HorizontalCS
GeographicCS. getGeographicCS()
Standard accessor.abstract HorizontalCS
HorizontalCS. getGeographicCS()
This method must be implemented by the concrete class to return the underlying geographic coordinate system.HorizontalCS
ProjectedCS. getGeographicCS()
Standard accessor.
-