public class CoordinateTransformationOptions
extends java.lang.Object
Constructor and Description |
---|
CoordinateTransformationOptions() |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
SetAreaOfInterest(double westLongitudeDeg,
double southLatitudeDeg,
double eastLongitudeDeg,
double northLatitudeDeg) |
boolean |
SetBallparkAllowed(boolean allowBallpark) |
boolean |
SetDesiredAccuracy(double accuracy) |
boolean |
SetOperation(java.lang.String operation) |
boolean |
SetOperation(java.lang.String operation,
boolean inverseCT) |
public void delete()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean SetAreaOfInterest(double westLongitudeDeg, double southLatitudeDeg, double eastLongitudeDeg, double northLatitudeDeg)
public boolean SetOperation(java.lang.String operation, boolean inverseCT)
public boolean SetOperation(java.lang.String operation)
public boolean SetDesiredAccuracy(double accuracy)
public boolean SetBallparkAllowed(boolean allowBallpark)