Package net.opengis.gml311
Interface AbstractRingPropertyType
-
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
AbstractRingPropertyTypeImpl
public interface AbstractRingPropertyType extends EObjectA 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractRingTypegetRing()Returns the value of the 'Ring' containment reference.FeatureMapgetRingGroup()Returns the value of the 'Ring Group' attribute list.
-
-
-
Method Detail
-
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:
Gml311Package.getAbstractRingPropertyType_RingGroup()
-
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:
Gml311Package.getAbstractRingPropertyType_Ring()
-
-