Package org.gdal.osr
Class CoordinateTransformation
java.lang.Object
org.gdal.osr.CoordinateTransformation
-
Constructor Summary
ConstructorsConstructorDescriptionCoordinateTransformation(long cPtr, boolean cMemoryOwn) CoordinateTransformation(SpatialReference src, SpatialReference dst, CoordinateTransformationOptions options) -
Method Summary
Modifier and TypeMethodDescriptionstatic CoordinateTransformationstatic CoordinateTransformationCreateCoordinateTransformation(SpatialReference src, SpatialReference dst, CoordinateTransformationOptions options) voiddelete()static longvoidTransformBounds(double[] argout, double minx, double miny, double maxx, double maxy, int densify_pts) voidTransformPoint(double[] inout) voidTransformPoint(double[] argout, double x, double y) voidTransformPoint(double[] argout, double x, double y, double z) voidTransformPoint(double[] argout, double x, double y, double z, double t) double[]TransformPoint(double x, double y) double[]TransformPoint(double x, double y, double z) voidTransformPoints(double[][] nCount) int[]TransformPointsWithErrorCodes(double[][] nCount) intTransformPointWithErrorCode(double[] argout, double x, double y, double z, double t)
-
Constructor Details
-
CoordinateTransformation
public CoordinateTransformation(long cPtr, boolean cMemoryOwn) -
CoordinateTransformation
-
CoordinateTransformation
public CoordinateTransformation(SpatialReference src, SpatialReference dst, CoordinateTransformationOptions options)
-
-
Method Details
-
getCPtr
-
delete
public void delete() -
TransformPoint
public double[] TransformPoint(double x, double y, double z) -
TransformPoint
public double[] TransformPoint(double x, double y) -
CreateCoordinateTransformation
public static CoordinateTransformation CreateCoordinateTransformation(SpatialReference src, SpatialReference dst) -
CreateCoordinateTransformation
public static CoordinateTransformation CreateCoordinateTransformation(SpatialReference src, SpatialReference dst, CoordinateTransformationOptions options) -
TransformPoint
public void TransformPoint(double[] inout) -
TransformPoint
public void TransformPoint(double[] argout, double x, double y, double z) -
TransformPoint
public void TransformPoint(double[] argout, double x, double y) -
TransformPoint
public void TransformPoint(double[] argout, double x, double y, double z, double t) -
TransformPointWithErrorCode
public int TransformPointWithErrorCode(double[] argout, double x, double y, double z, double t) -
TransformPoints
public void TransformPoints(double[][] nCount) -
TransformPointsWithErrorCodes
public int[] TransformPointsWithErrorCodes(double[][] nCount) -
TransformBounds
public void TransformBounds(double[] argout, double minx, double miny, double maxx, double maxy, int densify_pts)
-