Package net.opengis.wmts.v_1
Interface TileMatrixSetLinkType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- TileMatrixSetLinkTypeImpl
 
 public interface TileMatrixSetLinkType extends EObjectA representation of the model object 'Tile Matrix Set Link Type'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTileMatrixSet()Returns the value of the 'Tile Matrix Set' attribute.TileMatrixSetLimitsTypegetTileMatrixSetLimits()Returns the value of the 'Tile Matrix Set Limits' containment reference.voidsetTileMatrixSet(String value)Sets the value of the 'Tile Matrix Set' attribute.voidsetTileMatrixSetLimits(TileMatrixSetLimitsType value)Sets the value of the 'Tile Matrix Set Limits' containment reference.
 
- 
- 
- 
Method Detail- 
getTileMatrixSetString getTileMatrixSet() Returns the value of the 'Tile Matrix Set' attribute. Reference to a tileMatrixSet- Returns:
- the value of the 'Tile Matrix Set' attribute.
- See Also:
- setTileMatrixSet(String),- wmtsv_1Package.getTileMatrixSetLinkType_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()
 
 - 
getTileMatrixSetLimitsTileMatrixSetLimitsType getTileMatrixSetLimits() Returns the value of the 'Tile Matrix Set Limits' containment reference. Indices limits for this tileMatrixSet. The absence of this element means that tile row and tile col indices are only limited by 0 and the corresponding tileMatrixSet maximum definitions.- Returns:
- the value of the 'Tile Matrix Set Limits' containment reference.
- See Also:
- setTileMatrixSetLimits(TileMatrixSetLimitsType),- wmtsv_1Package.getTileMatrixSetLinkType_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()
 
 
- 
 
-