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) booleanSetOperation(String operation)
-
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
-
SetDesiredAccuracy
public boolean SetDesiredAccuracy(double accuracy) -
SetBallparkAllowed
public boolean SetBallparkAllowed(boolean allowBallpark)
-