Interface RingType

  • All Superinterfaces:
    AbstractGeometryType, AbstractGMLType, AbstractRingType, EObject, Notifier
    All Known Implementing Classes:
    RingTypeImpl

    public interface RingType
    extends AbstractRingType
    A representation of the model object 'Ring Type'. A Ring is used to represent a single connected component of a surface boundary. It consists of a sequence of curves connected in a cycle (an object whose boundary is empty). A Ring is structurally similar to a composite curve in that the endPoint of each curve in the sequence is the startPoint of the next curve in the Sequence. Since the sequence is circular, there is no exception to this rule. Each ring, like all boundaries, is a cycle and each ring is simple. NOTE: Even though each Ring is simple, the boundary need not be simple. The easiest case of this is where one of the interior rings of a surface is tangent to its exterior ring.

    The following features are supported:

    See Also:
    Gml311Package.getRingType()
    • Method Detail

      • getCurveMember

        EList<CurvePropertyType> getCurveMember()
        Returns the value of the 'Curve Member' containment reference list. The list contents are of type CurvePropertyType. This element references or contains one curve in the composite curve. The curves are contiguous, the collection of curves is ordered. NOTE: This definition allows for a nested structure, i.e. a CompositeCurve may use, for example, another CompositeCurve as a curve member.
        Returns:
        the value of the 'Curve Member' containment reference list.
        See Also:
        Gml311Package.getRingType_CurveMember()