Package org.geotools.ows.wmts.model
Class TileMatrixSetLink
Object
TileMatrixSetLink
Tells which TileMatrixSet a layer is using.
Optionally defines a row/column subrange (TileMatrixLimits) for the layer in such TileMatrixSet.
- Author:
- ian, Emanuele Tajariol (etj at geo-solutions dot it)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addLimit
(TileMatrixLimits limit) void
setIdentifier
(String identifier) void
setLimits
(List<TileMatrixLimits> limits)
-
Constructor Details
-
TileMatrixSetLink
public TileMatrixSetLink()
-
-
Method Details
-
getIdentifier
- Returns:
- the identifier
-
setIdentifier
- Parameters:
identifier
- the identifier to set
-
getLimits
- Returns:
- the limits
-
setLimits
- Parameters:
limits
- the limits to set
-
addLimit
-