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 SummaryAll 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 DescriptionTypegetAbstract, getKeywords, getTitle
 
- 
 
- 
- 
- 
Method Detail- 
getIdentifierCodeType 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()
 
 - 
setIdentifiervoid setIdentifier(CodeType value) Sets the value of the 'Identifier' containment reference.- Parameters:
- value- the new value of the 'Identifier' containment reference.
- See Also:
- getIdentifier()
 
 - 
getLegendURLEList<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()
 
 - 
isIsDefaultboolean 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()
 
 - 
setIsDefaultvoid 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()
 
 - 
unsetIsDefaultvoid unsetIsDefault() Unsets the value of the 'Is Default' attribute.- See Also:
- isSetIsDefault(),- isIsDefault(),- setIsDefault(boolean)
 
 - 
isSetIsDefaultboolean 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)
 
 
- 
 
-