public interface ComplexPointCollection extends PointCollection, Iterable<PointCollection>
PointCollection
that contains other PointCollection
s.Modifier and Type | Method and Description |
---|---|
PointCollection[] |
getPointSets()
Returns the constituent
PointCollection s of this instance. |
accept, getCoordinate, getCoordinateDimension, getCoordinates, getCrsId, getDimensionalFlag, getM, getX, getY, getZ, is3D, isEmpty, isMeasured, size
forEach, iterator, spliterator
PointCollection[] getPointSets()
PointCollection
s of this instance.PointCollection
s of this instance.Copyright © 2015 geolatte.org. All rights reserved.