Package net.opengis.wmts.v_1
Interface CapabilitiesType
- 
- All Superinterfaces:
- CapabilitiesBaseType,- EObject,- Notifier
 - All Known Implementing Classes:
- CapabilitiesTypeImpl
 
 public interface CapabilitiesType extends CapabilitiesBaseType A representation of the model object 'Capabilities Type'.The following features are supported: - See Also:
- wmtsv_1Package.getCapabilitiesType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentsTypegetContents()Returns the value of the 'Contents' containment reference.EList<OnlineResourceType>getServiceMetadataURL()Returns the value of the 'Service Metadata URL' containment reference list.EList<ThemesType>getThemes()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, setVersion
 
- 
 
- 
- 
- 
Method Detail- 
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:
- setContents(ContentsType),- wmtsv_1Package.getCapabilitiesType_Contents()
 
 - 
setContentsvoid setContents(ContentsType value) Sets the value of the 'Contents' containment reference.- Parameters:
- value- the new value of the 'Contents' containment reference.
- See Also:
- getContents()
 
 - 
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:
- wmtsv_1Package.getCapabilitiesType_Themes()
 
 - 
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:
- wmtsv_1Package.getCapabilitiesType_WSDL()
 
 - 
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:
- wmtsv_1Package.getCapabilitiesType_ServiceMetadataURL()
 
 
- 
 
-