Class CoordinateSystem

    • Constructor Detail

      • CoordinateSystem

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

      • setEPSG

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

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