Package net.opengis.wmts.v_1
Interface GetTileType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
GetTileTypeImpl
public interface GetTileType
extends EObject
A representation of the model object 'Get Tile Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<DimensionNameValueType>
Returns the value of the 'Dimension Name Value' containment reference list.Returns the value of the 'Format' attribute.getLayer()
Returns the value of the 'Layer' attribute.Returns the value of the 'Service' attribute.getStyle()
Returns the value of the 'Style' attribute.Returns the value of the 'Tile Col' attribute.Returns the value of the 'Tile Matrix' attribute.Returns the value of the 'Tile Matrix Set' attribute.Returns the value of the 'Tile Row' attribute.Returns the value of the 'Version' attribute.boolean
Returns whether the value of the 'Service
' attribute is set.boolean
Returns whether the value of the 'Version
' attribute is set.void
Sets the value of the 'Format
' attribute.void
Sets the value of the 'Layer
' attribute.void
setService
(String value) Sets the value of the 'Service
' attribute.void
Sets the value of the 'Style
' attribute.void
setTileCol
(BigInteger value) Sets the value of the 'Tile Col
' attribute.void
setTileMatrix
(String value) Sets the value of the 'Tile Matrix
' attribute.void
setTileMatrixSet
(String value) Sets the value of the 'Tile Matrix Set
' attribute.void
setTileRow
(BigInteger value) Sets the value of the 'Tile Row
' attribute.void
setVersion
(String value) Sets the value of the 'Version
' attribute.void
Unsets the value of the 'Service
' attribute.void
Unsets the value of the 'Version
' attribute.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
-
getLayer
String getLayer()Returns the value of the 'Layer' attribute. A layer identifier has to be referenced- Returns:
- the value of the 'Layer' attribute.
- See Also:
-
setLayer
Sets the value of the 'Layer
' attribute.- Parameters:
value
- the new value of the 'Layer' attribute.- See Also:
-
getStyle
String getStyle()Returns the value of the 'Style' attribute. A style identifier has to be referenced.- Returns:
- the value of the 'Style' attribute.
- See Also:
-
setStyle
Sets the value of the 'Style
' attribute.- Parameters:
value
- the new value of the 'Style' attribute.- See Also:
-
getFormat
String getFormat()Returns the value of the 'Format' attribute. Output format of the tile- Returns:
- the value of the 'Format' attribute.
- See Also:
-
setFormat
Sets the value of the 'Format
' attribute.- Parameters:
value
- the new value of the 'Format' attribute.- See Also:
-
getDimensionNameValue
EList<DimensionNameValueType> getDimensionNameValue()Returns the value of the 'Dimension Name Value' containment reference list. The list contents are of typeDimensionNameValueType
. Dimension name and value- Returns:
- the value of the 'Dimension Name Value' containment reference list.
- See Also:
-
getTileMatrixSet
String getTileMatrixSet()Returns the value of the 'Tile Matrix Set' attribute. A TileMatrixSet identifier has to be referenced- Returns:
- the value of the 'Tile Matrix Set' attribute.
- See Also:
-
setTileMatrixSet
Sets the value of the 'Tile Matrix Set
' attribute.- Parameters:
value
- the new value of the 'Tile Matrix Set' attribute.- See Also:
-
getTileMatrix
String getTileMatrix()Returns the value of the 'Tile Matrix' attribute. A TileMatrix identifier has to be referenced- Returns:
- the value of the 'Tile Matrix' attribute.
- See Also:
-
setTileMatrix
Sets the value of the 'Tile Matrix
' attribute.- Parameters:
value
- the new value of the 'Tile Matrix' attribute.- See Also:
-
getTileRow
BigInteger getTileRow()Returns the value of the 'Tile Row' attribute. Row index of tile matrix- Returns:
- the value of the 'Tile Row' attribute.
- See Also:
-
setTileRow
Sets the value of the 'Tile Row
' attribute.- Parameters:
value
- the new value of the 'Tile Row' attribute.- See Also:
-
getTileCol
BigInteger getTileCol()Returns the value of the 'Tile Col' attribute. Column index of tile matrix- Returns:
- the value of the 'Tile Col' attribute.
- See Also:
-
setTileCol
Sets the value of the 'Tile Col
' attribute.- Parameters:
value
- the new value of the 'Tile Col' attribute.- See Also:
-
getService
String getService()Returns the value of the 'Service' attribute. The default value is"WMTS"
.If the meaning of the 'Service' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Service' attribute.
- See Also:
-
setService
Sets the value of the 'Service
' attribute.- Parameters:
value
- the new value of the 'Service' attribute.- See Also:
-
unsetService
void unsetService()Unsets the value of the 'Service
' attribute.- See Also:
-
isSetService
boolean isSetService()Returns whether the value of the 'Service
' attribute is set.- Returns:
- whether the value of the 'Service' attribute is set.
- See Also:
-
getVersion
String getVersion()Returns the value of the 'Version' attribute. The default value is"1.0.0"
.If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Version' attribute.
- See Also:
-
setVersion
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
-
unsetVersion
void unsetVersion()Unsets the value of the 'Version
' attribute.- See Also:
-
isSetVersion
boolean isSetVersion()Returns whether the value of the 'Version
' attribute is set.- Returns:
- whether the value of the 'Version' attribute is set.
- See Also:
-