Interface ICoordinate

All Superinterfaces:
Comparable<ICoordinate>, Serializable
All Known Implementing Classes:
Coordinate

public interface ICoordinate extends Comparable<ICoordinate>, Serializable
  • Field Details

  • 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

      boolean touch(ICoordinate coordinate)
    • add

      ICoordinate add(ICoordinate coordinate)
    • subtract

      ICoordinate subtract(ICoordinate coordinate)
    • withMeasured

      ICoordinate withMeasured(double value)
    • withAltitude

      ICoordinate withAltitude(double value)