Package net.opengis.wmts.v_1
Interface StyleType
-
- All Superinterfaces:
DescriptionType,EObject,Notifier
- All Known Implementing Classes:
StyleTypeImpl
public interface StyleType extends DescriptionType
A representation of the model object 'Style Type'.The following features are supported:
- See Also:
wmtsv_1Package.getStyleType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeTypegetIdentifier()Returns the value of the 'Identifier' containment reference.EList<LegendURLType>getLegendURL()Returns the value of the 'Legend URL' containment reference list.booleanisIsDefault()Returns the value of the 'Is Default' attribute.booleanisSetIsDefault()Returns whether the value of the 'Is Default' attribute is set.voidsetIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidsetIsDefault(boolean value)Sets the value of the 'Is Default' attribute.voidunsetIsDefault()Unsets the value of the 'Is Default' attribute.-
Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
-
-
-
-
Method Detail
-
getIdentifier
CodeType getIdentifier()
Returns the value of the 'Identifier' containment reference. An unambiguous reference to this style, identifying a specific version when needed, normally used by software- Returns:
- the value of the 'Identifier' containment reference.
- See Also:
setIdentifier(CodeType),wmtsv_1Package.getStyleType_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()
-
getLegendURL
EList<LegendURLType> getLegendURL()
Returns the value of the 'Legend URL' containment reference list. The list contents are of typeLegendURLType. Description of an image that represents the legend of the map- Returns:
- the value of the 'Legend URL' containment reference list.
- See Also:
wmtsv_1Package.getStyleType_LegendURL()
-
isIsDefault
boolean isIsDefault()
Returns the value of the 'Is Default' attribute. This style is used when no style is specified- Returns:
- the value of the 'Is Default' attribute.
- See Also:
isSetIsDefault(),unsetIsDefault(),setIsDefault(boolean),wmtsv_1Package.getStyleType_IsDefault()
-
setIsDefault
void setIsDefault(boolean value)
Sets the value of the 'Is Default' attribute.- Parameters:
value- the new value of the 'Is Default' attribute.- See Also:
isSetIsDefault(),unsetIsDefault(),isIsDefault()
-
unsetIsDefault
void unsetIsDefault()
Unsets the value of the 'Is Default' attribute.- See Also:
isSetIsDefault(),isIsDefault(),setIsDefault(boolean)
-
isSetIsDefault
boolean isSetIsDefault()
Returns whether the value of the 'Is Default' attribute is set.- Returns:
- whether the value of the 'Is Default' attribute is set.
- See Also:
unsetIsDefault(),isIsDefault(),setIsDefault(boolean)
-
-