Package net.opengis.wmts.v_1
Interface GetTileType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- GetTileTypeImpl
 
 public interface GetTileType extends EObjectA representation of the model object 'Get Tile Type'.The following features are supported: - See Also:
- wmtsv_1Package.getGetTileType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<DimensionNameValueType>getDimensionNameValue()Returns the value of the 'Dimension Name Value' containment reference list.StringgetFormat()Returns the value of the 'Format' attribute.StringgetLayer()Returns the value of the 'Layer' attribute.StringgetService()Returns the value of the 'Service' attribute.StringgetStyle()Returns the value of the 'Style' attribute.BigIntegergetTileCol()Returns the value of the 'Tile Col' attribute.StringgetTileMatrix()Returns the value of the 'Tile Matrix' attribute.StringgetTileMatrixSet()Returns the value of the 'Tile Matrix Set' attribute.BigIntegergetTileRow()Returns the value of the 'Tile Row' attribute.StringgetVersion()Returns the value of the 'Version' attribute.booleanisSetService()Returns whether the value of the 'Service' attribute is set.booleanisSetVersion()Returns whether the value of the 'Version' attribute is set.voidsetFormat(String value)Sets the value of the 'Format' attribute.voidsetLayer(String value)Sets the value of the 'Layer' attribute.voidsetService(String value)Sets the value of the 'Service' attribute.voidsetStyle(String value)Sets the value of the 'Style' attribute.voidsetTileCol(BigInteger value)Sets the value of the 'Tile Col' attribute.voidsetTileMatrix(String value)Sets the value of the 'Tile Matrix' attribute.voidsetTileMatrixSet(String value)Sets the value of the 'Tile Matrix Set' attribute.voidsetTileRow(BigInteger value)Sets the value of the 'Tile Row' attribute.voidsetVersion(String value)Sets the value of the 'Version' attribute.voidunsetService()Unsets the value of the 'Service' attribute.voidunsetVersion()Unsets the value of the 'Version' attribute.
 
- 
- 
- 
Method Detail- 
getLayerString 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()
 
 - 
setLayervoid setLayer(String value) Sets the value of the 'Layer' attribute.- Parameters:
- value- the new value of the 'Layer' attribute.
- See Also:
- getLayer()
 
 - 
getStyleString 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()
 
 - 
setStylevoid setStyle(String value) Sets the value of the 'Style' attribute.- Parameters:
- value- the new value of the 'Style' attribute.
- See Also:
- getStyle()
 
 - 
getFormatString 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()
 
 - 
setFormatvoid setFormat(String value) Sets the value of the 'Format' attribute.- Parameters:
- value- the new value of the 'Format' attribute.
- See Also:
- getFormat()
 
 - 
getDimensionNameValueEList<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()
 
 - 
getTileMatrixSetString 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()
 
 - 
setTileMatrixSetvoid 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()
 
 - 
getTileMatrixString 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()
 
 - 
setTileMatrixvoid setTileMatrix(String value) Sets the value of the 'Tile Matrix' attribute.- Parameters:
- value- the new value of the 'Tile Matrix' attribute.
- See Also:
- getTileMatrix()
 
 - 
getTileRowBigInteger 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()
 
 - 
setTileRowvoid setTileRow(BigInteger value) Sets the value of the 'Tile Row' attribute.- Parameters:
- value- the new value of the 'Tile Row' attribute.
- See Also:
- getTileRow()
 
 - 
getTileColBigInteger 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()
 
 - 
setTileColvoid setTileCol(BigInteger value) Sets the value of the 'Tile Col' attribute.- Parameters:
- value- the new value of the 'Tile Col' attribute.
- See Also:
- getTileCol()
 
 - 
getServiceString 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()
 
 - 
setServicevoid setService(String value) Sets the value of the 'Service' attribute.- Parameters:
- value- the new value of the 'Service' attribute.
- See Also:
- isSetService(),- unsetService(),- getService()
 
 - 
unsetServicevoid unsetService() Unsets the value of the 'Service' attribute.- See Also:
- isSetService(),- getService(),- setService(String)
 
 - 
isSetServiceboolean 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)
 
 - 
getVersionString 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()
 
 - 
setVersionvoid setVersion(String value) Sets the value of the 'Version' attribute.- Parameters:
- value- the new value of the 'Version' attribute.
- See Also:
- isSetVersion(),- unsetVersion(),- getVersion()
 
 - 
unsetVersionvoid unsetVersion() Unsets the value of the 'Version' attribute.- See Also:
- isSetVersion(),- getVersion(),- setVersion(String)
 
 - 
isSetVersionboolean 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)
 
 
- 
 
-