Package net.opengis.wmts.v_1
Interface ContentsType
-
- All Superinterfaces:
ContentsBaseType
,EObject
,Notifier
- All Known Implementing Classes:
ContentsTypeImpl
public interface ContentsType extends ContentsBaseType
A representation of the model object 'Contents Type'.The following features are supported:
- See Also:
wmtsv_1Package.getContentsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<TileMatrixSetType>
getTileMatrixSet()
Returns the value of the 'Tile Matrix Set' containment reference list.-
Methods inherited from interface ContentsBaseType
getDatasetDescriptionSummary, getOtherSource
-
-
-
-
Method Detail
-
getTileMatrixSet
EList<TileMatrixSetType> getTileMatrixSet()
Returns the value of the 'Tile Matrix Set' containment reference list. The list contents are of typeTileMatrixSetType
. A description of the geometry of a tile fragmentation- Returns:
- the value of the 'Tile Matrix Set' containment reference list.
- See Also:
wmtsv_1Package.getContentsType_TileMatrixSet()
-
-