Interface PolygonType

    • Method Detail

      • getExteriorGroup

        FeatureMap getExteriorGroup()
        Returns the value of the 'Exterior Group' attribute list. The list contents are of type FeatureMap.Entry. A boundary of a surface consists of a number of rings. In the normal 2D case, one of these rings is distinguished as being the exterior boundary. In a general manifold this is not always possible, in which case all boundaries shall be listed as interior boundaries, and the exterior will be empty.
        Returns:
        the value of the 'Exterior Group' attribute list.
        See Also:
        Gml311Package.getPolygonType_ExteriorGroup()
      • getExterior

        AbstractRingPropertyType getExterior()
        Returns the value of the 'Exterior' containment reference. A boundary of a surface consists of a number of rings. In the normal 2D case, one of these rings is distinguished as being the exterior boundary. In a general manifold this is not always possible, in which case all boundaries shall be listed as interior boundaries, and the exterior will be empty.
        Returns:
        the value of the 'Exterior' containment reference.
        See Also:
        setExterior(AbstractRingPropertyType), Gml311Package.getPolygonType_Exterior()
      • getInteriorGroup

        FeatureMap getInteriorGroup()
        Returns the value of the 'Interior Group' attribute list. The list contents are of type FeatureMap.Entry. A boundary of a surface consists of a number of rings. The "interior" rings seperate the surface / surface patch from the area enclosed by the rings.
        Returns:
        the value of the 'Interior Group' attribute list.
        See Also:
        Gml311Package.getPolygonType_InteriorGroup()
      • getInterior

        EList<AbstractRingPropertyType> getInterior()
        Returns the value of the 'Interior' containment reference list. The list contents are of type AbstractRingPropertyType. A boundary of a surface consists of a number of rings. The "interior" rings seperate the surface / surface patch from the area enclosed by the rings.
        Returns:
        the value of the 'Interior' containment reference list.
        See Also:
        Gml311Package.getPolygonType_Interior()