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
  • 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