Class ProjectedCoordinateSystem
java.lang.Object
com.itextpdf.text.pdf.PdfObject
com.itextpdf.text.pdf.PdfDictionary
com.itextpdf.text.pdf.spatial.CoordinateSystem
com.itextpdf.text.pdf.spatial.ProjectedCoordinateSystem
- All Implemented Interfaces:
Serializable
A projected coordinate system (PROJCS), which includes an embedded GEOGCS,
specifies the algorithms and associated parameters used to transform points
between geographic coordinates and a two-dimensional (projected) coordinate system.
- Since:
- 5.1.0
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CoordinateSystem
setEPSG, setWKTMethods inherited from class PdfDictionary
checkType, clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toStringMethods inherited from class PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
Constructor Details
-
ProjectedCoordinateSystem
public ProjectedCoordinateSystem()Creates a ProjectedCoordinateSystem.
-