Package net.opengis.wmts.v_1
Interface TileMatrixSetLimitsType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- TileMatrixSetLimitsTypeImpl
 
 public interface TileMatrixSetLimitsType extends EObjectA representation of the model object 'Tile Matrix Set Limits Type'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<TileMatrixLimitsType>getTileMatrixLimits()Returns the value of the 'Tile Matrix Limits' containment reference list.
 
- 
- 
- 
Method Detail- 
getTileMatrixLimitsEList<TileMatrixLimitsType> getTileMatrixLimits() Returns the value of the 'Tile Matrix Limits' containment reference list. The list contents are of typeTileMatrixLimitsType. Metadata describing the limits of the TileMatrixSet indices. Multiplicity must be the multiplicity of TileMatrix in this TileMatrixSet.- Returns:
- the value of the 'Tile Matrix Limits' containment reference list.
- See Also:
- wmtsv_1Package.getTileMatrixSetLimitsType_TileMatrixLimits()
 
 
- 
 
-