public interface ICoordinate extends Comparable<ICoordinate>, Serializable
| Modifier and Type | Method and Description |
|---|---|
ICoordinate |
add(ICoordinate coordinate) |
int |
getDimension() |
double |
getMeasuredValue() |
double |
getValue(int index) |
double[] |
getValues() |
double |
getXValue() |
double |
getYValue() |
double |
getZValue() |
boolean |
isMeasured() |
ICoordinate |
subtract(ICoordinate coordinate) |
boolean |
touch(double x,
double y) |
boolean |
touch(ICoordinate coordinate) |
compareTostatic final int X
static final int Y
static final int Z
int getDimension()
boolean isMeasured()
double getXValue()
double getYValue()
double getZValue()
double getMeasuredValue()
double getValue(int index)
double[] getValues()
boolean touch(double x,
double y)
boolean touch(ICoordinate coordinate)
ICoordinate add(ICoordinate coordinate)
ICoordinate subtract(ICoordinate coordinate)
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.