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 SummaryModifier 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.voidsetContents(ContentsType value) Sets the value of the 'Contents' containment reference.Methods inherited from interface CapabilitiesBaseTypegetOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersionMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getContentsContentsType 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:
 
- 
setContentsSets the value of the 'Contents' containment reference.- Parameters:
- value- the new value of the 'Contents' containment reference.
- See Also:
 
- 
getThemesEList<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:
 
- 
getWSDLEList<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:
 
- 
getServiceMetadataURLEList<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:
 
 
-