net.opengis.gml
Class LabelStyleType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.BaseStyleDescriptorType
          extended by 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>
 


Field Summary
protected  LabelType label
           
protected  String style
           
 
Fields inherited from class net.opengis.gml.BaseStyleDescriptorType
animate, animateColor, animateMotion, set, spatialResolution, styleVariation
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
LabelStyleType()
           
 
Method Summary
 LabelType getLabel()
          Obtient la valeur de la propriété label.
 String getStyle()
          Obtient la valeur de la propriété style.
 boolean isSetLabel()
           
 boolean isSetStyle()
           
 void setLabel(LabelType value)
          Définit la valeur de la propriété label.
 void setStyle(String value)
          Définit la valeur de la propriété style.
 
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
 

Field Detail

style

protected String style

label

protected LabelType label
Constructor Detail

LabelStyleType

public LabelStyleType()
Method Detail

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.