Package net.opengis.cat.csw20
Interface CapabilitiesType
- All Superinterfaces:
CapabilitiesBaseType
,EObject
,Notifier
- All Known Implementing Classes:
CapabilitiesTypeImpl
A representation of the model object 'Capabilities Type'.
This type extends ows:CapabilitiesBaseType defined in OGC-05-008
to include information about supported OGC filter components. A
profile may extend this type to describe additional capabilities.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Filter Capabilities' containment reference.void
Sets the value of the 'Filter Capabilities
' containment reference.Methods inherited from interface CapabilitiesBaseType
getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
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
-
getFilterCapabilities
FilterCapabilities getFilterCapabilities()Returns the value of the 'Filter Capabilities' containment reference.If the meaning of the 'Filter Capabilities' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Filter Capabilities' containment reference.
- See Also:
-
setFilterCapabilities
Sets the value of the 'Filter Capabilities
' containment reference.- Parameters:
value
- the new value of the 'Filter Capabilities' containment reference.- See Also:
-