Uses of Class
com.esri.core.geometry.ProjectionTransformation
Packages that use ProjectionTransformation
-
Uses of ProjectionTransformation in com.esri.core.geometry
Methods in com.esri.core.geometry with parameters of type ProjectionTransformationModifier and TypeMethodDescriptionabstract GeometryCursor
OperatorProject.execute
(GeometryCursor inputGeoms, ProjectionTransformation projection, ProgressTracker progressTracker) Performs the Project operation on a geometry cursorabstract Geometry
OperatorProject.execute
(Geometry geometry, ProjectionTransformation projection, ProgressTracker progressTracker) Performs the Project operation on a single geometry instanceOperatorProjectLocal.execute
(GeometryCursor inputGeoms, ProjectionTransformation transform, ProgressTracker progressTracker) OperatorProjectLocal.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 int
OperatorProject.transform
(ProjectionTransformation transform, Point[] coordsSrc, int length, Point[] coordsDst) Transforms an array of points.double[]
OperatorProjectLocal.transform
(ProjectionTransformation transform, double[] coordsSrc, int pointCount) int
OperatorProjectLocal.transform
(ProjectionTransformation transform, Point[] pointsIn, int count, Point[] pointsOut)