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 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 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 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)