net.opengis.se._2_0.core
Class PointSymbolizerType

java.lang.Object
  extended by net.opengis.se._2_0.core.SymbolizerType
      extended by net.opengis.se._2_0.core.PointSymbolizerType

public class PointSymbolizerType
extends SymbolizerType

Classe Java pour PointSymbolizerType complex type.

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

 <complexType name="PointSymbolizerType">
   <complexContent>
     <extension base="{http://www.opengis.net/se/2.0/core}SymbolizerType">
       <sequence>
         <element ref="{http://www.opengis.net/se/2.0/core}Geometry" minOccurs="0"/>
         <element ref="{http://www.opengis.net/se/2.0/core}Graphic"/>
       </sequence>
       <attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  GeometryType geometry
           
protected  JAXBElement<? extends GraphicType> graphic
           
protected  String uom
           
 
Fields inherited from class net.opengis.se._2_0.core.SymbolizerType
description, extension, legendGraphic, name, version
 
Constructor Summary
PointSymbolizerType()
           
 
Method Summary
 GeometryType getGeometry()
          Obtient la valeur de la propriété geometry.
 JAXBElement<? extends GraphicType> getGraphic()
          Obtient la valeur de la propriété graphic.
 String getUom()
          Obtient la valeur de la propriété uom.
 boolean isSetGeometry()
           
 boolean isSetGraphic()
           
 boolean isSetUom()
           
 void setGeometry(GeometryType value)
          Définit la valeur de la propriété geometry.
 void setGraphic(JAXBElement<? extends GraphicType> value)
          Définit la valeur de la propriété graphic.
 void setUom(String value)
          Définit la valeur de la propriété uom.
 
Methods inherited from class net.opengis.se._2_0.core.SymbolizerType
getDescription, getExtension, getLegendGraphic, getName, getVersion, isSetDescription, isSetExtension, isSetLegendGraphic, isSetName, isSetVersion, setDescription, setExtension, setLegendGraphic, setName, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

geometry

protected GeometryType geometry

graphic

protected JAXBElement<? extends GraphicType> graphic

uom

protected String uom
Constructor Detail

PointSymbolizerType

public PointSymbolizerType()
Method Detail

getGeometry

public GeometryType getGeometry()
Obtient la valeur de la propriété geometry.

Returns:
possible object is GeometryType

setGeometry

public void setGeometry(GeometryType value)
Définit la valeur de la propriété geometry.

Parameters:
value - allowed object is GeometryType

isSetGeometry

public boolean isSetGeometry()

getGraphic

public JAXBElement<? extends GraphicType> getGraphic()
Obtient la valeur de la propriété graphic.

Returns:
possible object is JAXBElement<PieChartType> JAXBElement<PointTextGraphicType> JAXBElement<AxisChartType> JAXBElement<CompositeGraphicType> JAXBElement<GraphicType> JAXBElement<MarkGraphicType> JAXBElement<ExternalGraphicType> JAXBElement<GraphicReferenceType> JAXBElement<AlternativeGraphicsType>

setGraphic

public void setGraphic(JAXBElement<? extends GraphicType> value)
Définit la valeur de la propriété graphic.

Parameters:
value - allowed object is JAXBElement<PieChartType> JAXBElement<PointTextGraphicType> JAXBElement<AxisChartType> JAXBElement<CompositeGraphicType> JAXBElement<GraphicType> JAXBElement<MarkGraphicType> JAXBElement<ExternalGraphicType> JAXBElement<GraphicReferenceType> JAXBElement<AlternativeGraphicsType>

isSetGraphic

public boolean isSetGraphic()

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.