Package net.opengis.wmts.v_1
Interface StyleType
- All Superinterfaces:
DescriptionType
,EObject
,Notifier
- All Known Implementing Classes:
StyleTypeImpl
A representation of the model object 'Style Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Identifier' containment reference.EList<LegendURLType>
Returns the value of the 'Legend URL' containment reference list.boolean
Returns the value of the 'Is Default' attribute.boolean
Returns whether the value of the 'Is Default
' attribute is set.void
setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
setIsDefault
(boolean value) Sets the value of the 'Is Default
' attribute.void
Unsets the value of the 'Is Default
' attribute.Methods inherited from interface DescriptionType
getAbstract, getKeywords, getTitle
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
Sets the value of the 'Identifier
' containment reference.- Parameters:
value
- the new value of the 'Identifier' containment reference.- See Also:
-
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:
-
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:
-
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:
-
unsetIsDefault
void unsetIsDefault()Unsets the value of the 'Is Default
' attribute. -
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:
-