Package org.geotiff.epsg
Class GeographicCS
- java.lang.Object
-
- org.geotiff.epsg.HorizontalCS
-
- org.geotiff.epsg.GeographicCS
-
public class GeographicCS extends HorizontalCS
Represents the Geographic (Datum) coordinate system.- Author:
- Niles D. Ritter
-
-
Field Summary
-
Fields inherited from class org.geotiff.epsg.HorizontalCS
WGS84
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GeographicCS(int code)
Protected Constructor; use the factory method in HorizontalCS to make this.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HorizontalCS
getGeographicCS()
Standard accessor.-
Methods inherited from class org.geotiff.epsg.HorizontalCS
create, getCode, setCode
-
-
-
-
Method Detail
-
getGeographicCS
public HorizontalCS getGeographicCS()
Standard accessor.- Specified by:
getGeographicCS
in classHorizontalCS
- Returns:
- itself (the HorizontalCS of a GeographicCS is itself)
-
-