net.opengis.se._2_0.core
Class PointTextGraphicType

java.lang.Object
  extended by net.opengis.se._2_0.core.GraphicType
      extended by net.opengis.se._2_0.core.PointTextGraphicType

public class PointTextGraphicType
extends GraphicType

Classe Java pour PointTextGraphicType complex type.

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

 <complexType name="PointTextGraphicType">
   <complexContent>
     <extension base="{http://www.opengis.net/se/2.0/core}GraphicType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}PointPosition" minOccurs="0"/>
         <element ref="{http://www.opengis.net/se/2.0/core}PointLabel" minOccurs="0"/>
       </sequence>
       <attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  PointLabelType pointLabel
           
protected  TranslateType pointPosition
           
protected  String uom
           
 
Fields inherited from class net.opengis.se._2_0.core.GraphicType
extension
 
Constructor Summary
PointTextGraphicType()
           
 
Method Summary
 PointLabelType getPointLabel()
          Obtient la valeur de la propriété pointLabel.
 TranslateType getPointPosition()
          Obtient la valeur de la propriété pointPosition.
 String getUom()
          Obtient la valeur de la propriété uom.
 boolean isSetPointLabel()
           
 boolean isSetPointPosition()
           
 boolean isSetUom()
           
 void setPointLabel(PointLabelType value)
          Définit la valeur de la propriété pointLabel.
 void setPointPosition(TranslateType value)
          Définit la valeur de la propriété pointPosition.
 void setUom(String value)
          Définit la valeur de la propriété uom.
 
Methods inherited from class net.opengis.se._2_0.core.GraphicType
getExtension, isSetExtension, setExtension
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pointPosition

protected TranslateType pointPosition

pointLabel

protected PointLabelType pointLabel

uom

protected String uom
Constructor Detail

PointTextGraphicType

public PointTextGraphicType()
Method Detail

getPointPosition

public TranslateType getPointPosition()
Obtient la valeur de la propriété pointPosition.

Returns:
possible object is TranslateType

setPointPosition

public void setPointPosition(TranslateType value)
Définit la valeur de la propriété pointPosition.

Parameters:
value - allowed object is TranslateType

isSetPointPosition

public boolean isSetPointPosition()

getPointLabel

public PointLabelType getPointLabel()
Obtient la valeur de la propriété pointLabel.

Returns:
possible object is PointLabelType

setPointLabel

public void setPointLabel(PointLabelType value)
Définit la valeur de la propriété pointLabel.

Parameters:
value - allowed object is PointLabelType

isSetPointLabel

public boolean isSetPointLabel()

getUom

public String getUom()
Obtient la valeur de la propriété uom.

Returns:
possible object is String

setUom

public void setUom(String value)
Définit la valeur de la propriété uom.

Parameters:
value - allowed object is String

isSetUom

public boolean isSetUom()


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