Package net.opengis.ows11
Interface ReferenceGroupType
- All Superinterfaces:
BasicIdentificationType,DescriptionType,EObject,Notifier
- All Known Implementing Classes:
ReferenceGroupTypeImpl
A representation of the model object 'Reference Group Type'.
Logical group of one or more references to remote and/or local resources, allowing including metadata about that group. A Group can be used instead of a Manifest that can only contain one group.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEListReturns the value of the 'Abstract Reference Base' containment reference list.FeatureMapReturns the value of the 'Abstract Reference Base Group' attribute list.Methods inherited from interface BasicIdentificationType
getIdentifier, getMetadata, setIdentifierMethods inherited from interface DescriptionType
getAbstract, getKeywords, getTitleMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAbstractReferenceBaseGroup
FeatureMap getAbstractReferenceBaseGroup()Returns the value of the 'Abstract Reference Base Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Abstract Reference Base Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract Reference Base Group' attribute list.
- See Also:
-
getAbstractReferenceBase
EList getAbstractReferenceBase()Returns the value of the 'Abstract Reference Base' containment reference list. The list contents are of typeAbstractReferenceBaseType.If the meaning of the 'Abstract Reference Base' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract Reference Base' containment reference list.
- See Also:
-