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 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 instanceGeometryCursor
OperatorProjectLocal. execute(GeometryCursor inputGeoms, ProjectionTransformation transform, ProgressTracker progressTracker)
Geometry
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)
-