Package net.opengis.gml311
Interface LabelStyleType
- 
- All Superinterfaces:
- AbstractGMLType,- BaseStyleDescriptorType,- EObject,- Notifier
 - All Known Implementing Classes:
- LabelStyleTypeImpl
 
 public interface LabelStyleType extends BaseStyleDescriptorType 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:
- Gml311Package.getLabelStyleType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelTypegetLabel()Returns the value of the 'Label' containment reference.StringgetStyle()Returns the value of the 'Style' attribute.voidsetLabel(LabelType value)Sets the value of the 'Label' containment reference.voidsetStyle(String value)Sets the value of the 'Style' attribute.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface BaseStyleDescriptorTypegetAnimate, getAnimateColor, getAnimateMotion, getSet, getSpatialResolution, getStyleVariation, setSpatialResolution
 
- 
 
- 
- 
- 
Method Detail- 
getStyleString 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(String),- Gml311Package.getLabelStyleType_Style()
 
 - 
setStylevoid setStyle(String value) Sets the value of the 'Style' attribute.- Parameters:
- value- the new value of the 'Style' attribute.
- See Also:
- getStyle()
 
 - 
getLabelLabelType 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(LabelType),- Gml311Package.getLabelStyleType_Label()
 
 - 
setLabelvoid setLabel(LabelType value) Sets the value of the 'Label' containment reference.- Parameters:
- value- the new value of the 'Label' containment reference.
- See Also:
- getLabel()
 
 
- 
 
-