Package net.opengis.wmts.v_1
Interface ThemeType
-
- All Superinterfaces:
DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
ThemeTypeImpl
public interface ThemeType extends DescriptionType
A representation of the model object 'Theme Type'.The following features are supported:
- See Also:
wmtsv_1Package.getThemeType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeType
getIdentifier()
Returns the value of the 'Identifier' containment reference.EList<String>
getLayerRef()
Returns the value of the 'Layer Ref' attribute list.EList<ThemeType>
getTheme()
Returns the value of the 'Theme' containment reference list.void
setIdentifier(CodeType value)
Sets the value of the 'Identifier
' containment reference.-
Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
-
-
-
-
Method Detail
-
getIdentifier
CodeType getIdentifier()
Returns the value of the 'Identifier' containment reference. Name of the theme- Returns:
- the value of the 'Identifier' containment reference.
- See Also:
setIdentifier(CodeType)
,wmtsv_1Package.getThemeType_Identifier()
-
setIdentifier
void setIdentifier(CodeType value)
Sets the value of the 'Identifier
' containment reference.- Parameters:
value
- the new value of the 'Identifier' containment reference.- See Also:
getIdentifier()
-
getTheme
EList<ThemeType> getTheme()
Returns the value of the 'Theme' containment reference list. The list contents are of typeThemeType
. Metadata describing the child (subordinate) themes of this theme where layers available on this server can be classified- Returns:
- the value of the 'Theme' containment reference list.
- See Also:
wmtsv_1Package.getThemeType_Theme()
-
getLayerRef
EList<String> getLayerRef()
Returns the value of the 'Layer Ref' attribute list. The list contents are of typeString
. Reference to layer- Returns:
- the value of the 'Layer Ref' attribute list.
- See Also:
wmtsv_1Package.getThemeType_LayerRef()
-
-