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 |
SetOnlyBest(boolean onlyBest) |
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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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)
public boolean SetOnlyBest(boolean onlyBest)