Package net.opengis.wmts.v_1
Interface TileMatrixSetLinkType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
TileMatrixSetLinkTypeImpl
public interface TileMatrixSetLinkType extends EObject
A representation of the model object 'Tile Matrix Set Link Type'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTileMatrixSet()
Returns the value of the 'Tile Matrix Set' attribute.TileMatrixSetLimitsType
getTileMatrixSetLimits()
Returns the value of the 'Tile Matrix Set Limits' containment reference.void
setTileMatrixSet(String value)
Sets the value of the 'Tile Matrix Set
' attribute.void
setTileMatrixSetLimits(TileMatrixSetLimitsType value)
Sets the value of the 'Tile Matrix Set Limits
' containment reference.
-
-
-
Method Detail
-
getTileMatrixSet
String 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()
-
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()
-
getTileMatrixSetLimits
TileMatrixSetLimitsType 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()
-
setTileMatrixSetLimits
void 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()
-
-