Class GeographicCS
java.lang.Object
org.geotiff.epsg.HorizontalCS
org.geotiff.epsg.GeographicCS
Represents the Geographic (Datum) coordinate
system.
- Author:
- Niles D. Ritter
-
Field Summary
Fields inherited from class HorizontalCS
WGS84 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGeographicCS(int code) Protected Constructor; use the factory method in HorizontalCS to make this. -
Method Summary
Methods inherited from class HorizontalCS
create, getCode, setCode
-
Constructor Details
-
GeographicCS
protected GeographicCS(int code) Protected Constructor; use the factory method in HorizontalCS to make this.- Parameters:
code- EPSG code of this GeographicCS
-
-
Method Details
-
getGeographicCS
Standard accessor.- Specified by:
getGeographicCSin classHorizontalCS- Returns:
- itself (the HorizontalCS of a GeographicCS is itself)
-