net.opengis.se._2_0.core
Class LineLabelType

java.lang.Object
  extended by net.opengis.se._2_0.core.LabelType
      extended by net.opengis.se._2_0.core.LineLabelType

public class LineLabelType
extends LabelType

Classe Java pour LineLabelType complex type.

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

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


Field Summary
protected  RelativeOrientationType relativeOrientation
           
 
Fields inherited from class net.opengis.se._2_0.core.LabelType
horizontalAlignment, styledText, uom, verticalAlignment
 
Constructor Summary
LineLabelType()
           
 
Method Summary
 RelativeOrientationType getRelativeOrientation()
          Obtient la valeur de la propriété relativeOrientation.
 boolean isSetRelativeOrientation()
           
 void setRelativeOrientation(RelativeOrientationType value)
          Définit la valeur de la propriété relativeOrientation.
 
Methods inherited from class net.opengis.se._2_0.core.LabelType
getHorizontalAlignment, getStyledText, getUom, getVerticalAlignment, isSetHorizontalAlignment, isSetStyledText, isSetUom, isSetVerticalAlignment, setHorizontalAlignment, setStyledText, setUom, setVerticalAlignment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relativeOrientation

protected RelativeOrientationType relativeOrientation
Constructor Detail

LineLabelType

public LineLabelType()
Method Detail

getRelativeOrientation

public RelativeOrientationType getRelativeOrientation()
Obtient la valeur de la propriété relativeOrientation.

Returns:
possible object is RelativeOrientationType

setRelativeOrientation

public void setRelativeOrientation(RelativeOrientationType value)
Définit la valeur de la propriété relativeOrientation.

Parameters:
value - allowed object is RelativeOrientationType

isSetRelativeOrientation

public boolean isSetRelativeOrientation()


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