Package net.opengis.wmts.v_1
Interface CapabilitiesType
- All Superinterfaces:
CapabilitiesBaseType
,EObject
,Notifier
- All Known Implementing Classes:
CapabilitiesTypeImpl
A representation of the model object 'Capabilities Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Contents' containment reference.EList<OnlineResourceType>
Returns the value of the 'Service Metadata URL' containment reference list.EList<ThemesType>
Returns the value of the 'Themes' containment reference list.EList<OnlineResourceType>
getWSDL()
Returns the value of the 'WSDL' containment reference list.void
setContents
(ContentsType value) Sets the value of the 'Contents
' 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
-
getContents
ContentsType getContents()Returns the value of the 'Contents' containment reference. Metadata about the data served by this server. For WMTS, this section SHALL contain data about layers and TileMatrixSets- Returns:
- the value of the 'Contents' containment reference.
- See Also:
-
setContents
Sets the value of the 'Contents
' containment reference.- Parameters:
value
- the new value of the 'Contents' containment reference.- See Also:
-
getThemes
EList<ThemesType> getThemes()Returns the value of the 'Themes' containment reference list. The list contents are of typeThemesType
. Metadata describing a theme hierarchy for the layers- Returns:
- the value of the 'Themes' containment reference list.
- See Also:
-
getWSDL
EList<OnlineResourceType> getWSDL()Returns the value of the 'WSDL' containment reference list. The list contents are of typeOnlineResourceType
. Reference to a WSDL resource- Returns:
- the value of the 'WSDL' containment reference list.
- See Also:
-
getServiceMetadataURL
EList<OnlineResourceType> getServiceMetadataURL()Returns the value of the 'Service Metadata URL' containment reference list. The list contents are of typeOnlineResourceType
. Reference to a ServiceMetadata resource on resource oriented architectural style- Returns:
- the value of the 'Service Metadata URL' containment reference list.
- See Also:
-