Interface DocumentRoot
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- DocumentRootImpl
 
 public interface DocumentRoot extends EObjectA representation of the model object 'Document Root'.The following features are supported: - Mixed
- XMLNS Prefix Map
- XSI Schema Location
- Binary Payload
- Capabilities
- Dimension
- Dimension Name Value
- Feature Info Response
- Get Capabilities
- Get Feature Info
- Get Tile
- Layer
- Legend URL
- Style
- Text Payload
- Theme
- Themes
- Tile Matrix
- Tile Matrix Limits
- Tile Matrix Set
- Tile Matrix Set Limits
- Tile Matrix Set Link
 - See Also:
- wmtsv_1Package.getDocumentRoot()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description BinaryPayloadTypegetBinaryPayload()Returns the value of the 'Binary Payload' containment reference.CapabilitiesTypegetCapabilities()Returns the value of the 'Capabilities' containment reference.DimensionTypegetDimension()Returns the value of the 'Dimension' containment reference.DimensionNameValueTypegetDimensionNameValue()Returns the value of the 'Dimension Name Value' containment reference.FeatureInfoResponseTypegetFeatureInfoResponse()Returns the value of the 'Feature Info Response' containment reference.GetCapabilitiesTypegetGetCapabilities()Returns the value of the 'Get Capabilities' containment reference.GetFeatureInfoTypegetGetFeatureInfo()Returns the value of the 'Get Feature Info' containment reference.GetTileTypegetGetTile()Returns the value of the 'Get Tile' containment reference.LayerTypegetLayer()Returns the value of the 'Layer' containment reference.LegendURLTypegetLegendURL()Returns the value of the 'Legend URL' containment reference.FeatureMapgetMixed()Returns the value of the 'Mixed' attribute list.StyleTypegetStyle()Returns the value of the 'Style' containment reference.TextPayloadTypegetTextPayload()Returns the value of the 'Text Payload' containment reference.ThemeTypegetTheme()Returns the value of the 'Theme' containment reference.ThemesTypegetThemes()Returns the value of the 'Themes' containment reference.TileMatrixTypegetTileMatrix()Returns the value of the 'Tile Matrix' containment reference.TileMatrixLimitsTypegetTileMatrixLimits()Returns the value of the 'Tile Matrix Limits' containment reference.TileMatrixSetTypegetTileMatrixSet()Returns the value of the 'Tile Matrix Set' containment reference.TileMatrixSetLimitsTypegetTileMatrixSetLimits()Returns the value of the 'Tile Matrix Set Limits' containment reference.TileMatrixSetLinkTypegetTileMatrixSetLink()Returns the value of the 'Tile Matrix Set Link' containment reference.EMap<String,String>getXMLNSPrefixMap()Returns the value of the 'XMLNS Prefix Map' map.EMap<String,String>getXSISchemaLocation()Returns the value of the 'XSI Schema Location' map.voidsetBinaryPayload(BinaryPayloadType value)Sets the value of the 'Binary Payload' containment reference.voidsetCapabilities(CapabilitiesType value)Sets the value of the 'Capabilities' containment reference.voidsetDimension(DimensionType value)Sets the value of the 'Dimension' containment reference.voidsetDimensionNameValue(DimensionNameValueType value)Sets the value of the 'Dimension Name Value' containment reference.voidsetFeatureInfoResponse(FeatureInfoResponseType value)Sets the value of the 'Feature Info Response' containment reference.voidsetGetCapabilities(GetCapabilitiesType value)Sets the value of the 'Get Capabilities' containment reference.voidsetGetFeatureInfo(GetFeatureInfoType value)Sets the value of the 'Get Feature Info' containment reference.voidsetGetTile(GetTileType value)Sets the value of the 'Get Tile' containment reference.voidsetLayer(LayerType value)Sets the value of the 'Layer' containment reference.voidsetLegendURL(LegendURLType value)Sets the value of the 'Legend URL' containment reference.voidsetStyle(StyleType value)Sets the value of the 'Style' containment reference.voidsetTextPayload(TextPayloadType value)Sets the value of the 'Text Payload' containment reference.voidsetTheme(ThemeType value)Sets the value of the 'Theme' containment reference.voidsetThemes(ThemesType value)Sets the value of the 'Themes' containment reference.voidsetTileMatrix(TileMatrixType value)Sets the value of the 'Tile Matrix' containment reference.voidsetTileMatrixLimits(TileMatrixLimitsType value)Sets the value of the 'Tile Matrix Limits' containment reference.voidsetTileMatrixSet(TileMatrixSetType value)Sets the value of the 'Tile Matrix Set' containment reference.voidsetTileMatrixSetLimits(TileMatrixSetLimitsType value)Sets the value of the 'Tile Matrix Set Limits' containment reference.voidsetTileMatrixSetLink(TileMatrixSetLinkType value)Sets the value of the 'Tile Matrix Set Link' containment reference.
 
- 
- 
- 
Method Detail- 
getMixedFeatureMap getMixed() Returns the value of the 'Mixed' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Mixed' attribute list.
- See Also:
- wmtsv_1Package.getDocumentRoot_Mixed()
 
 - 
getXMLNSPrefixMapEMap<String,String> getXMLNSPrefixMap() Returns the value of the 'XMLNS Prefix Map' map. The key is of typeString, and the value is of typeString,If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here... - Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
- wmtsv_1Package.getDocumentRoot_XMLNSPrefixMap()
 
 - 
getXSISchemaLocationEMap<String,String> getXSISchemaLocation() Returns the value of the 'XSI Schema Location' map. The key is of typeString, and the value is of typeString,If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here... - Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
- wmtsv_1Package.getDocumentRoot_XSISchemaLocation()
 
 - 
getBinaryPayloadBinaryPayloadType getBinaryPayload() Returns the value of the 'Binary Payload' containment reference.If the meaning of the 'Binary Payload' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Binary Payload' containment reference.
- See Also:
- setBinaryPayload(BinaryPayloadType),- wmtsv_1Package.getDocumentRoot_BinaryPayload()
 
 - 
setBinaryPayloadvoid setBinaryPayload(BinaryPayloadType value) Sets the value of the 'Binary Payload' containment reference.- Parameters:
- value- the new value of the 'Binary Payload' containment reference.
- See Also:
- getBinaryPayload()
 
 - 
getCapabilitiesCapabilitiesType getCapabilities() Returns the value of the 'Capabilities' containment reference. XML defines the WMTS GetCapabilities operation response. ServiceMetadata document provides clients with service metadata about a specific service instance, including metadata about the tightly-coupled data served. If the server does not implement the updateSequence parameter, the server SHALL always return the complete Capabilities document, without the updateSequence parameter. When the server implements the updateSequence parameter and the GetCapabilities operation request included the updateSequence parameter with the current value, the server SHALL return this element with only the "version" and "updateSequence" attributes. Otherwise, all optional elements SHALL be included or not depending on the actual value of the Contents parameter in the GetCapabilities operation request.- Returns:
- the value of the 'Capabilities' containment reference.
- See Also:
- setCapabilities(CapabilitiesType),- wmtsv_1Package.getDocumentRoot_Capabilities()
 
 - 
setCapabilitiesvoid setCapabilities(CapabilitiesType value) Sets the value of the 'Capabilities' containment reference.- Parameters:
- value- the new value of the 'Capabilities' containment reference.
- See Also:
- getCapabilities()
 
 - 
getDimensionDimensionType getDimension() Returns the value of the 'Dimension' containment reference. Metadata about a particular dimension that the tiles of a layer are available.- Returns:
- the value of the 'Dimension' containment reference.
- See Also:
- setDimension(DimensionType),- wmtsv_1Package.getDocumentRoot_Dimension()
 
 - 
setDimensionvoid setDimension(DimensionType value) Sets the value of the 'Dimension' containment reference.- Parameters:
- value- the new value of the 'Dimension' containment reference.
- See Also:
- getDimension()
 
 - 
getDimensionNameValueDimensionNameValueType getDimensionNameValue() Returns the value of the 'Dimension Name Value' containment reference.If the meaning of the 'Dimension Name Value' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Dimension Name Value' containment reference.
- See Also:
- setDimensionNameValue(DimensionNameValueType),- wmtsv_1Package.getDocumentRoot_DimensionNameValue()
 
 - 
setDimensionNameValuevoid setDimensionNameValue(DimensionNameValueType value) Sets the value of the 'Dimension Name Value' containment reference.- Parameters:
- value- the new value of the 'Dimension Name Value' containment reference.
- See Also:
- getDimensionNameValue()
 
 - 
getFeatureInfoResponseFeatureInfoResponseType getFeatureInfoResponse() Returns the value of the 'Feature Info Response' containment reference.If the meaning of the 'Feature Info Response' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Feature Info Response' containment reference.
- See Also:
- setFeatureInfoResponse(FeatureInfoResponseType),- wmtsv_1Package.getDocumentRoot_FeatureInfoResponse()
 
 - 
setFeatureInfoResponsevoid setFeatureInfoResponse(FeatureInfoResponseType value) Sets the value of the 'Feature Info Response' containment reference.- Parameters:
- value- the new value of the 'Feature Info Response' containment reference.
- See Also:
- getFeatureInfoResponse()
 
 - 
getGetCapabilitiesGetCapabilitiesType getGetCapabilities() Returns the value of the 'Get Capabilities' containment reference. WMTS GetCapabilities operation request.- Returns:
- the value of the 'Get Capabilities' containment reference.
- See Also:
- setGetCapabilities(GetCapabilitiesType),- wmtsv_1Package.getDocumentRoot_GetCapabilities()
 
 - 
setGetCapabilitiesvoid setGetCapabilities(GetCapabilitiesType value) Sets the value of the 'Get Capabilities' containment reference.- Parameters:
- value- the new value of the 'Get Capabilities' containment reference.
- See Also:
- getGetCapabilities()
 
 - 
getGetFeatureInfoGetFeatureInfoType getGetFeatureInfo() Returns the value of the 'Get Feature Info' containment reference.If the meaning of the 'Get Feature Info' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Get Feature Info' containment reference.
- See Also:
- setGetFeatureInfo(GetFeatureInfoType),- wmtsv_1Package.getDocumentRoot_GetFeatureInfo()
 
 - 
setGetFeatureInfovoid setGetFeatureInfo(GetFeatureInfoType value) Sets the value of the 'Get Feature Info' containment reference.- Parameters:
- value- the new value of the 'Get Feature Info' containment reference.
- See Also:
- getGetFeatureInfo()
 
 - 
getGetTileGetTileType getGetTile() Returns the value of the 'Get Tile' containment reference.If the meaning of the 'Get Tile' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Get Tile' containment reference.
- See Also:
- setGetTile(GetTileType),- wmtsv_1Package.getDocumentRoot_GetTile()
 
 - 
setGetTilevoid setGetTile(GetTileType value) Sets the value of the 'Get Tile' containment reference.- Parameters:
- value- the new value of the 'Get Tile' containment reference.
- See Also:
- getGetTile()
 
 - 
getLayerLayerType getLayer() Returns the value of the 'Layer' containment reference.If the meaning of the 'Layer' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Layer' containment reference.
- See Also:
- setLayer(LayerType),- wmtsv_1Package.getDocumentRoot_Layer()
 
 - 
setLayervoid setLayer(LayerType value) Sets the value of the 'Layer' containment reference.- Parameters:
- value- the new value of the 'Layer' containment reference.
- See Also:
- getLayer()
 
 - 
getLegendURLLegendURLType getLegendURL() Returns the value of the 'Legend URL' containment reference. Zero or more LegendURL elements may be provided, providing an image(s) of a legend relevant to each Style of a Layer. The Format element indicates the MIME type of the legend. minScaleDenominator and maxScaleDenominator attributes may be provided to indicate to the client which scale(s) (inclusive) the legend image is appropriate for. (If provided, these values must exactly match the scale denominators of available TileMatrixes.) width and height attributes may be provided to assist client applications in laying out space to display the legend.- Returns:
- the value of the 'Legend URL' containment reference.
- See Also:
- setLegendURL(LegendURLType),- wmtsv_1Package.getDocumentRoot_LegendURL()
 
 - 
setLegendURLvoid setLegendURL(LegendURLType value) Sets the value of the 'Legend URL' containment reference.- Parameters:
- value- the new value of the 'Legend URL' containment reference.
- See Also:
- getLegendURL()
 
 - 
getStyleStyleType getStyle() Returns the value of the 'Style' containment reference.If the meaning of the 'Style' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Style' containment reference.
- See Also:
- setStyle(StyleType),- wmtsv_1Package.getDocumentRoot_Style()
 
 - 
setStylevoid setStyle(StyleType value) Sets the value of the 'Style' containment reference.- Parameters:
- value- the new value of the 'Style' containment reference.
- See Also:
- getStyle()
 
 - 
getTextPayloadTextPayloadType getTextPayload() Returns the value of the 'Text Payload' containment reference.If the meaning of the 'Text Payload' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Text Payload' containment reference.
- See Also:
- setTextPayload(TextPayloadType),- wmtsv_1Package.getDocumentRoot_TextPayload()
 
 - 
setTextPayloadvoid setTextPayload(TextPayloadType value) Sets the value of the 'Text Payload' containment reference.- Parameters:
- value- the new value of the 'Text Payload' containment reference.
- See Also:
- getTextPayload()
 
 - 
getThemeThemeType getTheme() Returns the value of the 'Theme' containment reference.If the meaning of the 'Theme' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Theme' containment reference.
- See Also:
- setTheme(ThemeType),- wmtsv_1Package.getDocumentRoot_Theme()
 
 - 
setThemevoid setTheme(ThemeType value) Sets the value of the 'Theme' containment reference.- Parameters:
- value- the new value of the 'Theme' containment reference.
- See Also:
- getTheme()
 
 - 
getThemesThemesType getThemes() Returns the value of the 'Themes' containment reference. Provides a set of hierarchical themes that the client can use to categorize the layers by.- Returns:
- the value of the 'Themes' containment reference.
- See Also:
- setThemes(ThemesType),- wmtsv_1Package.getDocumentRoot_Themes()
 
 - 
setThemesvoid setThemes(ThemesType value) Sets the value of the 'Themes' containment reference.- Parameters:
- value- the new value of the 'Themes' containment reference.
- See Also:
- getThemes()
 
 - 
getTileMatrixTileMatrixType getTileMatrix() Returns the value of the 'Tile Matrix' containment reference. Describes a particular tile matrix.- Returns:
- the value of the 'Tile Matrix' containment reference.
- See Also:
- setTileMatrix(TileMatrixType),- wmtsv_1Package.getDocumentRoot_TileMatrix()
 
 - 
setTileMatrixvoid setTileMatrix(TileMatrixType value) Sets the value of the 'Tile Matrix' containment reference.- Parameters:
- value- the new value of the 'Tile Matrix' containment reference.
- See Also:
- getTileMatrix()
 
 - 
getTileMatrixLimitsTileMatrixLimitsType getTileMatrixLimits() Returns the value of the 'Tile Matrix Limits' containment reference. Metadata describing the limits of a TileMatrix for this layer.- Returns:
- the value of the 'Tile Matrix Limits' containment reference.
- See Also:
- setTileMatrixLimits(TileMatrixLimitsType),- wmtsv_1Package.getDocumentRoot_TileMatrixLimits()
 
 - 
setTileMatrixLimitsvoid setTileMatrixLimits(TileMatrixLimitsType value) Sets the value of the 'Tile Matrix Limits' containment reference.- Parameters:
- value- the new value of the 'Tile Matrix Limits' containment reference.
- See Also:
- getTileMatrixLimits()
 
 - 
getTileMatrixSetTileMatrixSetType getTileMatrixSet() Returns the value of the 'Tile Matrix Set' containment reference. Describes a particular set of tile matrices.- Returns:
- the value of the 'Tile Matrix Set' containment reference.
- See Also:
- setTileMatrixSet(TileMatrixSetType),- wmtsv_1Package.getDocumentRoot_TileMatrixSet()
 
 - 
setTileMatrixSetvoid setTileMatrixSet(TileMatrixSetType value) Sets the value of the 'Tile Matrix Set' containment reference.- Parameters:
- value- the new value of the 'Tile Matrix Set' containment reference.
- See Also:
- getTileMatrixSet()
 
 - 
getTileMatrixSetLimitsTileMatrixSetLimitsType getTileMatrixSetLimits() Returns the value of the 'Tile Matrix Set Limits' containment reference. Metadata about a the limits of the tile row and tile col indices.- Returns:
- the value of the 'Tile Matrix Set Limits' containment reference.
- See Also:
- setTileMatrixSetLimits(TileMatrixSetLimitsType),- wmtsv_1Package.getDocumentRoot_TileMatrixSetLimits()
 
 - 
setTileMatrixSetLimitsvoid setTileMatrixSetLimits(TileMatrixSetLimitsType value) Sets the value of the 'Tile Matrix Set Limits' containment reference.- Parameters:
- value- the new value of the 'Tile Matrix Set Limits' containment reference.
- See Also:
- getTileMatrixSetLimits()
 
 - 
getTileMatrixSetLinkTileMatrixSetLinkType getTileMatrixSetLink() Returns the value of the 'Tile Matrix Set Link' containment reference. Metadata about the TileMatrixSet reference.- Returns:
- the value of the 'Tile Matrix Set Link' containment reference.
- See Also:
- setTileMatrixSetLink(TileMatrixSetLinkType),- wmtsv_1Package.getDocumentRoot_TileMatrixSetLink()
 
 - 
setTileMatrixSetLinkvoid setTileMatrixSetLink(TileMatrixSetLinkType value) Sets the value of the 'Tile Matrix Set Link' containment reference.- Parameters:
- value- the new value of the 'Tile Matrix Set Link' containment reference.
- See Also:
- getTileMatrixSetLink()
 
 
- 
 
-