Package net.opengis.wmts.v_1
Interface ThemesType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
ThemesTypeImpl
public interface ThemesType extends EObject
A representation of the model object 'Themes Type'.The following features are supported:
- See Also:
wmtsv_1Package.getThemesType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ThemeType>
getTheme()
Returns the value of the 'Theme' containment reference list.
-
-
-
Method Detail
-
getTheme
EList<ThemeType> getTheme()
Returns the value of the 'Theme' containment reference list. The list contents are of typeThemeType
. Metadata describing the top-level themes where layers available on this server can be classified.- Returns:
- the value of the 'Theme' containment reference list.
- See Also:
wmtsv_1Package.getThemesType_Theme()
-
-