Package net.opengis.ows20
Interface ReferenceGroupType
-
- All Superinterfaces:
BasicIdentificationType
,DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
ReferenceGroupTypeImpl
public interface ReferenceGroupType extends BasicIdentificationType
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:
Ows20Package.getReferenceGroupType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<AbstractReferenceBaseType>
getAbstractReferenceBase()
Returns the value of the 'Abstract Reference Base' containment reference list.FeatureMap
getAbstractReferenceBaseGroup()
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
-
-
-
-
Method Detail
-
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:
Ows20Package.getReferenceGroupType_AbstractReferenceBaseGroup()
-
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:
Ows20Package.getReferenceGroupType_AbstractReferenceBase()
-
-