Package net.anwiba.spatial.coordinate
Interface ICoordinateSequence
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CoordinateSequence,MultiSegmentCoordinateSequence
-
Method Summary
Modifier and TypeMethodDescriptiongetCoordinateN(int index) intdoublegetMeasuredValue(int index) double[]intdouble[][]doublegetXValue(int index) double[]doublegetYValue(int index) double[]doublegetZValue(int index) double[]booleanisClosed()booleanbooleanisEmpty()boolean
-
Method Details
-
getXValues
double[] getXValues() -
getYValues
double[] getYValues() -
getZValues
double[] getZValues() -
getMeasuredValues
double[] getMeasuredValues() -
getXValue
double getXValue(int index) -
getYValue
double getYValue(int index) -
getZValue
double getZValue(int index) -
getMeasuredValue
double getMeasuredValue(int index) -
getDimension
int getDimension() -
isMeasured
boolean isMeasured() -
getCoordinateN
-
getNumberOfCoordinates
int getNumberOfCoordinates() -
getCoordinates
Iterable<ICoordinate> getCoordinates() -
getCoordinateSequenceSegments
Iterable<ICoordinateSequenceSegment> getCoordinateSequenceSegments() -
isCompouned
boolean isCompouned() -
isClosed
boolean isClosed() -
getEnvelope
IEnvelope getEnvelope() -
getValues
double[][] getValues() -
isEmpty
boolean isEmpty()
-