Class ProjectedCS
java.lang.Object
org.geotiff.epsg.HorizontalCS
org.geotiff.epsg.ProjectedCS
Represents the Projected coordinate
system.
- Author:
- Niles D. Ritter
-
Field Summary
Fields inherited from class HorizontalCS
WGS84 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProjectedCS(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
-
ProjectedCS
protected ProjectedCS(int code) Protected Constructor; use the factory method in HorizontalCS to make this.- Parameters:
code- EPSG code of this ProjectedCS
-
-
Method Details
-
getGeographicCS
Standard accessor.- Specified by:
getGeographicCSin classHorizontalCS- Returns:
- the GeographicCS of this ProjectedCS
-