Package org.gdal.osr
Class CoordinateTransformationOptions
java.lang.Object
org.gdal.osr.CoordinateTransformationOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
boolean
int
hashCode()
boolean
SetAreaOfInterest
(double westLongitudeDeg, double southLatitudeDeg, double eastLongitudeDeg, double northLatitudeDeg) boolean
SetBallparkAllowed
(boolean allowBallpark) boolean
SetDesiredAccuracy
(double accuracy) boolean
SetOperation
(String operation) boolean
SetOperation
(String operation, boolean inverseCT)
-
Constructor Details
-
CoordinateTransformationOptions
public CoordinateTransformationOptions()
-
-
Method Details
-
delete
public void delete() -
equals
-
hashCode
public int 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)
-