Package net.opengis.gml311
Interface AbstractRingPropertyType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
AbstractRingPropertyTypeImpl
public interface AbstractRingPropertyType
extends EObject
A representation of the model object 'Abstract Ring Property Type'.
Encapsulates a ring to represent the surface boundary property of a surface.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetRing()
Returns the value of the 'Ring' containment reference.FeatureMap
Returns the value of the 'Ring Group' attribute list.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRingGroup
FeatureMap getRingGroup()Returns the value of the 'Ring Group' attribute list. The list contents are of typeFeatureMap.Entry
. The "_Ring" element is the abstract head of the substituition group for all closed boundaries of a surface patch.- Returns:
- the value of the 'Ring Group' attribute list.
- See Also:
-
getRing
AbstractRingType getRing()Returns the value of the 'Ring' containment reference. The "_Ring" element is the abstract head of the substituition group for all closed boundaries of a surface patch.- Returns:
- the value of the 'Ring' containment reference.
- See Also:
-