Package org.gdal.gdal
Class Transformer
java.lang.Object
org.gdal.gdal.Transformer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()booleaninthashCode()intTransformGeolocations(Band xBand, Band yBand, Band zBand) intTransformGeolocations(Band xBand, Band yBand, Band zBand, ProgressCallback callback) intTransformGeolocations(Band xBand, Band yBand, Band zBand, ProgressCallback callback, Vector options) intTransformPoint(double[] argout, int bDstToSrc, double x, double y) intTransformPoint(double[] argout, int bDstToSrc, double x, double y, double z) intTransformPoint(int bDstToSrc, double[] inout) intTransformPoints(int bDstToSrc, double[][] nCount, int[] panSuccess)
-
Constructor Details
-
Transformer
-
-
Method Details
-
delete
public void delete() -
equals
-
hashCode
public int hashCode() -
TransformPoint
public int TransformPoint(int bDstToSrc, double[] inout) -
TransformPoint
public int TransformPoint(double[] argout, int bDstToSrc, double x, double y, double z) -
TransformPoint
public int TransformPoint(double[] argout, int bDstToSrc, double x, double y) -
TransformPoints
public int TransformPoints(int bDstToSrc, double[][] nCount, int[] panSuccess) -
TransformGeolocations
public int TransformGeolocations(Band xBand, Band yBand, Band zBand, ProgressCallback callback, Vector options) -
TransformGeolocations
-
TransformGeolocations
-