Package org.gdal.osr
Class CoordinateTransformationOptions
java.lang.Object
org.gdal.osr.CoordinateTransformationOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()booleaninthashCode()booleanSetAreaOfInterest(double westLongitudeDeg, double southLatitudeDeg, double eastLongitudeDeg, double northLatitudeDeg) booleanSetBallparkAllowed(boolean allowBallpark) booleanSetDesiredAccuracy(double accuracy) booleanSetOnlyBest(boolean onlyBest) booleanSetOperation(String operation) booleanSetOperation(String operation, boolean inverseCT)
-
Constructor Details
-
CoordinateTransformationOptions
public CoordinateTransformationOptions()
-
-
Method Details
-
delete
public void delete() -
equals
-
hashCode
-
SetAreaOfInterest
public boolean SetAreaOfInterest(double westLongitudeDeg, double southLatitudeDeg, double eastLongitudeDeg, double northLatitudeDeg) -
SetOperation
-
SetOperation
-
SetDesiredAccuracy
public boolean SetDesiredAccuracy(double accuracy) -
SetBallparkAllowed
public boolean SetBallparkAllowed(boolean allowBallpark) -
SetOnlyBest
public boolean SetOnlyBest(boolean onlyBest)
-