Uses of Class
com.itextpdf.text.pdf.spatial.CoordinateSystem

Packages that use CoordinateSystem
com.itextpdf.text.pdf.spatial   
 

Uses of CoordinateSystem in com.itextpdf.text.pdf.spatial
 

Subclasses of CoordinateSystem in com.itextpdf.text.pdf.spatial
 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
 void MeasureGeospatial.setCoordinateSystem(CoordinateSystem cs)
          A projected or geographic coordinate system dictionary.
 



Copyright © 2013. All Rights Reserved.