public interface ICoordinateSequenceSegment extends Serializable
| Modifier and Type | Method and Description |
|---|---|
ICoordinate |
getCoordinateN(int index) |
Iterable<ICoordinate> |
getCoordinates() |
int |
getDimension() |
IEnvelope |
getEnvelope() |
double |
getMeasuredValue(int index) |
double[] |
getMeasuredValues() |
int |
getNumberOfCoordinates() |
CoordinateSequenceSegmentType |
getType() |
double[][] |
getValues() |
double |
getXValue(int index) |
double[] |
getXValues() |
double |
getYValue(int index) |
double[] |
getYValues() |
double |
getZValue(int index) |
double[] |
getZValues() |
boolean |
isEmpty() |
boolean |
isMeasured() |
double[] getXValues()
double[] getYValues()
double[] getZValues()
double getXValue(int index)
double getYValue(int index)
double getZValue(int index)
int getDimension()
boolean isMeasured()
double[] getMeasuredValues()
double getMeasuredValue(int index)
ICoordinate getCoordinateN(int index)
int getNumberOfCoordinates()
Iterable<ICoordinate> getCoordinates()
CoordinateSequenceSegmentType getType()
double[][] getValues()
IEnvelope getEnvelope()
boolean isEmpty()
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.