net.opengis.gml
Class LabelStyleType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.BaseStyleDescriptorType
net.opengis.gml.LabelStyleType
public class LabelStyleType
- extends BaseStyleDescriptorType
[complexType of] The style descriptor for labels of a feature, geometry or topology.
Classe Java pour LabelStyleType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="LabelStyleType">
<complexContent>
<extension base="{http://www.opengis.net/gml}BaseStyleDescriptorType">
<sequence>
<element name="style" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="label" type="{http://www.opengis.net/gml}LabelType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class net.opengis.gml.BaseStyleDescriptorType |
getAnimate, getAnimateColor, getAnimateMotion, getSet, getSpatialResolution, getStyleVariation, isSetAnimate, isSetAnimateColor, isSetAnimateMotion, isSetSet, isSetSpatialResolution, isSetStyleVariation, setSpatialResolution, unsetAnimate, unsetAnimateColor, unsetAnimateMotion, unsetSet, unsetStyleVariation |
| Methods inherited from class net.opengis.gml.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
style
protected String style
label
protected LabelType label
LabelStyleType
public LabelStyleType()
getStyle
public String getStyle()
- Obtient la valeur de la propriété style.
- Returns:
- possible object is
String
setStyle
public void setStyle(String value)
- Définit la valeur de la propriété style.
- Parameters:
value - allowed object is
String
isSetStyle
public boolean isSetStyle()
getLabel
public LabelType getLabel()
- Obtient la valeur de la propriété label.
- Returns:
- possible object is
LabelType
setLabel
public void setLabel(LabelType value)
- Définit la valeur de la propriété label.
- Parameters:
value - allowed object is
LabelType
isSetLabel
public boolean isSetLabel()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.