|
Envelope | geos::geom::CoordinateSequence::getEnvelope () const |
|
std::size_t | geos::geom::CoordinateSequence::getSize () const |
| Returns the number of Coordinates.
|
|
size_t | geos::geom::CoordinateSequence::size () const |
| Returns the number of Coordinates.
|
|
bool | geos::geom::CoordinateSequence::isEmpty () const |
| Returns true if list contains no coordinates.
|
|
bool | geos::geom::CoordinateSequence::isNullPoint () const |
| Returns true if there is 1 coordinate and if it is null.
|
|
bool | geos::geom::CoordinateSequence::isRing () const |
| Tests whether an a CoordinateSequence forms a ring, by checking length and closure. Self-intersection is not checked.
|
|
std::size_t | geos::geom::CoordinateSequence::getDimension () const |
|
bool | geos::geom::CoordinateSequence::hasZ () const |
|
bool | geos::geom::CoordinateSequence::hasM () const |
|
bool | geos::geom::CoordinateSequence::hasRepeatedPoints () const |
| Returns true if contains any two consecutive points.
|
|
bool | geos::geom::CoordinateSequence::hasRepeatedOrInvalidPoints () const |
| Returns true if contains any NaN/Inf coordinates.
|
|
CoordinateType | geos::geom::CoordinateSequence::getCoordinateType () const |
|