Interface Composite

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

    @UML(identifier="GM_Composite",
         specification=ISO_19107)
    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.
    Since:
    GeoAPI 1.0
    Author:
    Martin Desruisseaux (IRD)