net.opengis.se._2_0.core
Class TextStrokeType

java.lang.Object
  extended by net.opengis.se._2_0.core.StrokeType
      extended by net.opengis.se._2_0.core.TextStrokeType

public class TextStrokeType
extends StrokeType

Classe Java pour TextStrokeType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="TextStrokeType">
   <complexContent>
     <extension base="{http://www.opengis.net/se/2.0/core}StrokeType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}LineLabel"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  LineLabelType lineLabel
           
 
Fields inherited from class net.opengis.se._2_0.core.StrokeType
extension, linearRapport
 
Constructor Summary
TextStrokeType()
           
 
Method Summary
 LineLabelType getLineLabel()
          Obtient la valeur de la propriété lineLabel.
 boolean isSetLineLabel()
           
 void setLineLabel(LineLabelType value)
          Définit la valeur de la propriété lineLabel.
 
Methods inherited from class net.opengis.se._2_0.core.StrokeType
getExtension, isLinearRapport, isSetExtension, isSetLinearRapport, setExtension, setLinearRapport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lineLabel

protected LineLabelType lineLabel
Constructor Detail

TextStrokeType

public TextStrokeType()
Method Detail

getLineLabel

public LineLabelType getLineLabel()
Obtient la valeur de la propriété lineLabel.

Returns:
possible object is LineLabelType

setLineLabel

public void setLineLabel(LineLabelType value)
Définit la valeur de la propriété lineLabel.

Parameters:
value - allowed object is LineLabelType

isSetLineLabel

public boolean isSetLineLabel()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.