Uses of Class
com.esri.core.geometry.ProjectionTransformation
-
Packages that use ProjectionTransformation Package Description com.esri.core.geometry -
-
Uses of ProjectionTransformation in com.esri.core.geometry
Methods in com.esri.core.geometry with parameters of type ProjectionTransformation Modifier and Type Method Description abstract GeometryCursorOperatorProject. execute(GeometryCursor inputGeoms, ProjectionTransformation projection, ProgressTracker progressTracker)Performs the Project operation on a geometry cursorabstract GeometryOperatorProject. execute(Geometry geometry, ProjectionTransformation projection, ProgressTracker progressTracker)Performs the Project operation on a single geometry instanceGeometryCursorOperatorProjectLocal. execute(GeometryCursor inputGeoms, ProjectionTransformation transform, ProgressTracker progressTracker)GeometryOperatorProjectLocal. execute(Geometry inputGeom, ProjectionTransformation transform, ProgressTracker progressTracker)abstract double[]OperatorProject. transform(ProjectionTransformation transform, double[] coordsSrc, int pointCount)Transforms an array of 2D points and returns it.abstract intOperatorProject. transform(ProjectionTransformation transform, Point[] coordsSrc, int length, Point[] coordsDst)Transforms an array of points.double[]OperatorProjectLocal. transform(ProjectionTransformation transform, double[] coordsSrc, int pointCount)intOperatorProjectLocal. transform(ProjectionTransformation transform, Point[] pointsIn, int count, Point[] pointsOut)
-