Package org.opengis.geometry.aggregate
Aggregations of geometric objects.
The following is adapted from
Feature Geometry (Topic 1) specification.
Arbitrary aggregations of geometric objects are possible. These are not assumed to have any additional internal structure and are used to "collect" pieces of geometry of a specified type. In this respect they differ from "composites" and "complexes". Operations on these aggregations shall be the accumulators that are derived from the class operations of their elements. Applications may use aggregates for features that use multiple geometric objects in their representations, such as a collection of points to represent a tank farm or orchard.
-
Interface Summary Interface Description Aggregate Geometry that is an aggregate of other geometries.AggregateFactory A factory of aggregate geometric objects.MultiCurve An aggregate class containing only instances ofOrientableCurve
.MultiPoint An aggregate class containing only instances ofPoint
.MultiPrimitive MultiSurface An aggregate class containing only instances ofOrientableSurface
.