GeoAPI 1.0
Build 2004-05-18

org.opengis.spatialschema.geometry.complex
Interface Composite

All Superinterfaces:
Complex, Geometry, TransfiniteSet
All Known Subinterfaces:
CompositeCurve, CompositeSurface, Ring, Shell

public interface Composite
extends Complex

A geometric complex with an underlying core geometry that is isomorphic to a primitive. Thus, a composite curve is a collection of curves whose geometry interface could be satisfied by a single curve (albeit a much more complex one). Composites are intended for use as attribute values in datasets in which the underlying geometry has been decomposed, usually to expose its topological nature.

Version:
2.0
Author:
ISO/DIS 19107, OpenGIS® consortium
UML identifier (abstract type): GM_Composite

Method Summary
 List<? extends Primitive> getGenerators()
          Returns a homogeneous collection of primitives whose union would be the core geometry of the composite.
 
Methods inherited from interface Complex
getElements, getSubComplexes, getSuperComplexex, isMaximal
 
Methods inherited from interface Geometry
getBoundary, getBuffer, getCentroid, getClosure, getConvexHull, getCoordinateDimension, getCoordinateReferenceSystem, getDimension, getDistance, getEnvelope, getMaximalComplex, getMbRegion, getRepresentativePoint, isCycle, isSimple, transform, transform
 
Methods inherited from interface TransfiniteSet
contains, contains, difference, equals, intersection, intersects, symmetricDifference, union
 

Method Detail

getGenerators

List<? extends Primitive> getGenerators()
Returns a homogeneous collection of primitives whose union would be the core geometry of the composite. The complex would include all primitives in the generator and all primitives on the boundary of these primitives, and so forth until points are included. Thus the generators on Composite is a subset of the elements on complex.

Returns:
The list of primitives in this composite.
UML identifier (association): generator

GeoAPI 1.0
Build 2004-05-18

Symbols, terms and definitions
Copyright OpenGIS® Consortium