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:
wmtsv_1Package.getGetTileType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<DimensionNameValueType>
getDimensionNameValue()
Returns the value of the 'Dimension Name Value' containment reference list.String
getFormat()
Returns the value of the 'Format' attribute.String
getLayer()
Returns the value of the 'Layer' attribute.String
getService()
Returns the value of the 'Service' attribute.String
getStyle()
Returns the value of the 'Style' attribute.BigInteger
getTileCol()
Returns the value of the 'Tile Col' attribute.String
getTileMatrix()
Returns the value of the 'Tile Matrix' attribute.String
getTileMatrixSet()
Returns the value of the 'Tile Matrix Set' attribute.BigInteger
getTileRow()
Returns the value of the 'Tile Row' attribute.String
getVersion()
Returns the value of the 'Version' attribute.boolean
isSetService()
Returns whether the value of the 'Service
' attribute is set.boolean
isSetVersion()
Returns whether the value of the 'Version
' attribute is set.void
setFormat(String value)
Sets the value of the 'Format
' attribute.void
setLayer(String value)
Sets the value of the 'Layer
' attribute.void
setService(String value)
Sets the value of the 'Service
' attribute.void
setStyle(String value)
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
unsetService()
Unsets the value of the 'Service
' attribute.void
unsetVersion()
Unsets the value of the 'Version
' attribute.
-
-
-
Method Detail
-
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(String)
,wmtsv_1Package.getGetTileType_Layer()
-
setLayer
void setLayer(String value)
Sets the value of the 'Layer
' attribute.- Parameters:
value
- the new value of the 'Layer' attribute.- See Also:
getLayer()
-
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(String)
,wmtsv_1Package.getGetTileType_Style()
-
setStyle
void setStyle(String value)
Sets the value of the 'Style
' attribute.- Parameters:
value
- the new value of the 'Style' attribute.- See Also:
getStyle()
-
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(String)
,wmtsv_1Package.getGetTileType_Format()
-
setFormat
void setFormat(String value)
Sets the value of the 'Format
' attribute.- Parameters:
value
- the new value of the 'Format' attribute.- See Also:
getFormat()
-
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:
wmtsv_1Package.getGetTileType_DimensionNameValue()
-
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(String)
,wmtsv_1Package.getGetTileType_TileMatrixSet()
-
setTileMatrixSet
void setTileMatrixSet(String value)
Sets the value of the 'Tile Matrix Set
' attribute.- Parameters:
value
- the new value of the 'Tile Matrix Set' attribute.- See Also:
getTileMatrixSet()
-
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(String)
,wmtsv_1Package.getGetTileType_TileMatrix()
-
setTileMatrix
void setTileMatrix(String value)
Sets the value of the 'Tile Matrix
' attribute.- Parameters:
value
- the new value of the 'Tile Matrix' attribute.- See Also:
getTileMatrix()
-
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(BigInteger)
,wmtsv_1Package.getGetTileType_TileRow()
-
setTileRow
void setTileRow(BigInteger value)
Sets the value of the 'Tile Row
' attribute.- Parameters:
value
- the new value of the 'Tile Row' attribute.- See Also:
getTileRow()
-
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(BigInteger)
,wmtsv_1Package.getGetTileType_TileCol()
-
setTileCol
void setTileCol(BigInteger value)
Sets the value of the 'Tile Col
' attribute.- Parameters:
value
- the new value of the 'Tile Col' attribute.- See Also:
getTileCol()
-
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:
isSetService()
,unsetService()
,setService(String)
,wmtsv_1Package.getGetTileType_Service()
-
setService
void setService(String value)
Sets the value of the 'Service
' attribute.- Parameters:
value
- the new value of the 'Service' attribute.- See Also:
isSetService()
,unsetService()
,getService()
-
unsetService
void unsetService()
Unsets the value of the 'Service
' attribute.- See Also:
isSetService()
,getService()
,setService(String)
-
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:
unsetService()
,getService()
,setService(String)
-
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:
isSetVersion()
,unsetVersion()
,setVersion(String)
,wmtsv_1Package.getGetTileType_Version()
-
setVersion
void setVersion(String value)
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
isSetVersion()
,unsetVersion()
,getVersion()
-
unsetVersion
void unsetVersion()
Unsets the value of the 'Version
' attribute.- See Also:
isSetVersion()
,getVersion()
,setVersion(String)
-
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:
unsetVersion()
,getVersion()
,setVersion(String)
-
-