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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentsType
getContents()
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.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
-
-
-
-
Method Detail
-
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(ContentsType)
,wmtsv_1Package.getCapabilitiesType_Contents()
-
setContents
void setContents(ContentsType value)
Sets the value of the 'Contents
' containment reference.- Parameters:
value
- the new value of the 'Contents' containment reference.- See Also:
getContents()
-
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:
wmtsv_1Package.getCapabilitiesType_Themes()
-
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:
wmtsv_1Package.getCapabilitiesType_WSDL()
-
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:
wmtsv_1Package.getCapabilitiesType_ServiceMetadataURL()
-
-