@UML(identifier="GM_Composite", specification=ISO_19107) public interface Composite extends Complex
Modifier and Type | Method and Description |
---|---|
Collection<? extends Primitive> |
getGenerators()
Returns a homogeneous collection of primitives whose union would be
the core geometry of the composite.
|
getElements, getSubComplexes, getSuperComplexes, isMaximal
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
@Association(value="Composition") @UML(identifier="generator", obligation=MANDATORY, specification=ISO_19107) Collection<? extends Primitive> getGenerators()
generators
on
Composite
is a subset of the elements on complex.CompositePoint.getGenerators()
,
CompositeCurve.getGenerators()
,
CompositeSurface.getGenerators()
,
CompositeSolid.getGenerators()
Copyright © 1996–2019 Geotools. All rights reserved.