Package net.opengis.ows20
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 TypeMethodDescriptionEList<AbstractReferenceBaseType>
Returns the value of the 'Abstract Reference Base' containment reference list.FeatureMap
Returns the value of the 'Abstract Reference Base Group' attribute list.Methods inherited from interface BasicIdentificationType
getIdentifier, getMetadata, getMetadataGroup, setIdentifier
Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
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
-
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<AbstractReferenceBaseType> 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:
-