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 of
OrientableCurve . |
MultiPoint |
An aggregate class containing only instances of
Point . |
MultiPrimitive | |
MultiSurface |
An aggregate class containing only instances of
OrientableSurface . |
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.
Copyright © 1996–2023 Geotools. All rights reserved.