Package net.anwiba.spatial.coordinate
Interface ICoordinateSequenceSegment
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractCoordinateSequenceSegment,ArcCoordinateSequenceSegment,LineCoordinateSequenceSegment
-
Method Summary
Modifier and TypeMethodDescriptiongetCoordinateN(int index) intdoublegetMeasuredValue(int index) double[]intgetType()double[][]doublegetXValue(int index) double[]doublegetYValue(int index) double[]doublegetZValue(int index) double[]booleanisEmpty()boolean
-
Method Details
-
getXValues
double[] getXValues() -
getYValues
double[] getYValues() -
getZValues
double[] getZValues() -
getXValue
double getXValue(int index) -
getYValue
double getYValue(int index) -
getZValue
double getZValue(int index) -
getDimension
int getDimension() -
isMeasured
boolean isMeasured() -
getMeasuredValues
double[] getMeasuredValues() -
getMeasuredValue
double getMeasuredValue(int index) -
getCoordinateN
-
getNumberOfCoordinates
int getNumberOfCoordinates() -
getCoordinates
Iterable<ICoordinate> getCoordinates() -
getType
CoordinateSequenceSegmentType getType() -
getValues
double[][] getValues() -
getEnvelope
IEnvelope getEnvelope() -
isEmpty
boolean isEmpty()
-