public interface MultiPoint extends MultiPrimitive
Point
. The association role element
shall be the set of points contained in this MultiPoint
.Modifier and Type | Method and Description |
---|---|
Set<Point> |
getElements()
Returns the set containing the elements that compose this
MultiPoint . |
clone, distance, getBoundary, getBuffer, getCentroid, getClosure, getConvexHull, getCoordinateDimension, getCoordinateReferenceSystem, getDimension, getEnvelope, getMaximalComplex, getMbRegion, getPrecision, getRepresentativePoint, isCycle, isMutable, isSimple, toImmutable, transform, transform
contains, contains, difference, equals, intersection, intersects, symmetricDifference, union
@UML(identifier="element", obligation=MANDATORY, specification=ISO_19107) Set<Point> getElements()
MultiPoint
. The set may be
modified if this geometry is mutable.getElements
in interface Aggregate
getElements
in interface MultiPrimitive
Copyright © 1996–2023 Geotools. All rights reserved.