Class CoordinateSystem

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GeographicCoordinateSystem, ProjectedCoordinateSystem

public abstract class CoordinateSystem extends PdfDictionary
The value of the GCS or DCS entry of a geospatial measure dictionary. Can be a GeographicCoordinateSystem or a ProjectedCoordinateSystem.
Since:
5.1.0
See Also:
  • Constructor Details

    • CoordinateSystem

      public CoordinateSystem(PdfName type)
      Creates a specific type of CoordinateSystem: GEOGCS (GeographicCoordinateSystem) or PROJCS (ProjectedCoordinateSystem).
  • Method Details

    • setEPSG

      public void setEPSG(int epsg)
      Sets the EPSG code.
      Parameters:
      epsg -
    • setWKT

      public void setWKT(String wkt)
      Sets the Well Known Text.
      Parameters:
      wkt - a String that will be converted to a PdfString in ASCII.