public interface PointSequence extends PointCollection, Iterable<Point>
PointCollection that consists of a sequence of Points.
A PointSequence is typically used to store the Points (vertices) that define a
curve (a 1-dimensional geometric primitive), with the subtype of the curve specifying the form of interpolation between
consecutive Points. (E.g.a LineString uses linear interpolation between Points.)
| Modifier and Type | Method and Description |
|---|---|
PointSequence |
clone() |
accept, getCoordinate, getCoordinateDimension, getCoordinates, getCrsId, getDimensionalFlag, getM, getX, getY, getZ, is3D, isEmpty, isMeasured, sizeforEach, iterator, spliteratorPointSequence clone()
Copyright © 2015 geolatte.org. All rights reserved.