Uses of Class
com.itextpdf.text.pdf.spatial.CoordinateSystem
-
Packages that use CoordinateSystem Package Description com.itextpdf.text.pdf.spatial -
-
Uses of CoordinateSystem in com.itextpdf.text.pdf.spatial
Subclasses of CoordinateSystem in com.itextpdf.text.pdf.spatial Modifier and Type Class Description class
GeographicCoordinateSystem
A geographic coordinate system (GEOGCS) specifies an ellipsoidal object in geographic coordinates: angular units of latitude and longitude.class
ProjectedCoordinateSystem
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.Methods in com.itextpdf.text.pdf.spatial with parameters of type CoordinateSystem Modifier and Type Method Description void
MeasureGeospatial. setCoordinateSystem(CoordinateSystem cs)
A projected or geographic coordinate system dictionary.
-