Package net.anwiba.spatial.coordinate
Interface ICoordinate
- All Superinterfaces:
Comparable<ICoordinate>,Serializable
- All Known Implementing Classes:
Coordinate
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionadd(ICoordinate coordinate) intdoubledoublegetValue(int index) double[]doubledoubledoublebooleansubtract(ICoordinate coordinate) booleantouch(double x, double y) booleantouch(ICoordinate coordinate) withAltitude(double value) withMeasured(double value) Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
X
static final int X- See Also:
-
Y
static final int Y- See Also:
-
Z
static final int Z- See Also:
-
-
Method Details
-
getDimension
int getDimension() -
isMeasured
boolean isMeasured() -
getXValue
double getXValue() -
getYValue
double getYValue() -
getZValue
double getZValue() -
getMeasuredValue
double getMeasuredValue() -
getValue
double getValue(int index) -
getValues
double[] getValues() -
touch
boolean touch(double x, double y) -
touch
-
add
-
subtract
-
withMeasured
-
withAltitude
-