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