Class ProjectedCS

java.lang.Object
org.geotiff.epsg.HorizontalCS
org.geotiff.epsg.ProjectedCS

public class ProjectedCS extends HorizontalCS
Represents the Projected coordinate system.
Author:
Niles D. Ritter
  • 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