net.opengis.se._2_0.core
Class PointLabelType

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

public class PointLabelType
extends LabelType

Classe Java pour PointLabelType complex type.

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

 <complexType name="PointLabelType">
   <complexContent>
     <extension base="{http://www.opengis.net/se/2.0/core}LabelType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}Rotation" minOccurs="0"/>
         <element ref="{http://www.opengis.net/se/2.0/core}ExclusionZone" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<? extends ExclusionZoneType> exclusionZone
           
protected  ParameterValueType rotation
           
 
Fields inherited from class net.opengis.se._2_0.core.LabelType
horizontalAlignment, styledText, uom, verticalAlignment
 
Constructor Summary
PointLabelType()
           
 
Method Summary
 JAXBElement<? extends ExclusionZoneType> getExclusionZone()
          Obtient la valeur de la propriété exclusionZone.
 ParameterValueType getRotation()
          Obtient la valeur de la propriété rotation.
 boolean isSetExclusionZone()
           
 boolean isSetRotation()
           
 void setExclusionZone(JAXBElement<? extends ExclusionZoneType> value)
          Définit la valeur de la propriété exclusionZone.
 void setRotation(ParameterValueType value)
          Définit la valeur de la propriété rotation.
 
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

rotation

protected ParameterValueType rotation

exclusionZone

protected JAXBElement<? extends ExclusionZoneType> exclusionZone
Constructor Detail

PointLabelType

public PointLabelType()
Method Detail

getRotation

public ParameterValueType getRotation()
Obtient la valeur de la propriété rotation.

Returns:
possible object is ParameterValueType

setRotation

public void setRotation(ParameterValueType value)
Définit la valeur de la propriété rotation.

Parameters:
value - allowed object is ParameterValueType

isSetRotation

public boolean isSetRotation()

getExclusionZone

public JAXBElement<? extends ExclusionZoneType> getExclusionZone()
Obtient la valeur de la propriété exclusionZone.

Returns:
possible object is JAXBElement<ExclusionZoneType> JAXBElement<ExclusionRadiusType> JAXBElement<ExclusionRectangleType>

setExclusionZone

public void setExclusionZone(JAXBElement<? extends ExclusionZoneType> value)
Définit la valeur de la propriété exclusionZone.

Parameters:
value - allowed object is JAXBElement<ExclusionZoneType> JAXBElement<ExclusionRadiusType> JAXBElement<ExclusionRectangleType>

isSetExclusionZone

public boolean isSetExclusionZone()


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