Package net.opengis.gml311
Interface LabelStyleType
- All Superinterfaces:
AbstractGMLType
,BaseStyleDescriptorType
,EObject
,Notifier
- All Known Implementing Classes:
LabelStyleTypeImpl
A representation of the model object 'Label Style Type'.
[complexType of] The style descriptor for labels of a feature, geometry or topology.
The following features are supported:
- See Also:
-
Method Summary
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface BaseStyleDescriptorType
getAnimate, getAnimateColor, getAnimateMotion, getSet, getSpatialResolution, getStyleVariation, setSpatialResolution
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
-
getStyle
String getStyle()Returns the value of the 'Style' attribute.If the meaning of the 'Style' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Style' attribute.
- See Also:
-
setStyle
Sets the value of the 'Style
' attribute.- Parameters:
value
- the new value of the 'Style' attribute.- See Also:
-
getLabel
LabelType getLabel()Returns the value of the 'Label' containment reference.If the meaning of the 'Label' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Label' containment reference.
- See Also:
-
setLabel
Sets the value of the 'Label
' containment reference.- Parameters:
value
- the new value of the 'Label' containment reference.- See Also:
-