net.opengis.gml
Class GeometryStyleType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.BaseStyleDescriptorType
          extended by net.opengis.gml.GeometryStyleType

public class GeometryStyleType
extends BaseStyleDescriptorType

[complexType of] The style descriptor for geometries of a feature.

Classe Java pour GeometryStyleType complex type.

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

 <complexType name="GeometryStyleType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}BaseStyleDescriptorType">
       <sequence>
         <choice>
           <element ref="{http://www.opengis.net/gml}symbol"/>
           <element name="style" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </choice>
         <element ref="{http://www.opengis.net/gml}labelStyle" minOccurs="0"/>
       </sequence>
       <attribute name="geometryProperty" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="geometryType" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String geometryProperty
           
protected  String geometryType
           
protected  LabelStylePropertyElement labelStyle
           
protected  String style
           
protected  SymbolType symbol
           
 
Fields inherited from class net.opengis.gml.BaseStyleDescriptorType
animate, animateColor, animateMotion, set, spatialResolution, styleVariation
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
GeometryStyleType()
           
 
Method Summary
 String getGeometryProperty()
          Obtient la valeur de la propriété geometryProperty.
 String getGeometryType()
          Obtient la valeur de la propriété geometryType.
 LabelStylePropertyElement getLabelStyle()
          Obtient la valeur de la propriété labelStyle.
 String getStyle()
          Obtient la valeur de la propriété style.
 SymbolType getSymbol()
          Obtient la valeur de la propriété symbol.
 boolean isSetGeometryProperty()
           
 boolean isSetGeometryType()
           
 boolean isSetLabelStyle()
           
 boolean isSetStyle()
           
 boolean isSetSymbol()
           
 void setGeometryProperty(String value)
          Définit la valeur de la propriété geometryProperty.
 void setGeometryType(String value)
          Définit la valeur de la propriété geometryType.
 void setLabelStyle(LabelStylePropertyElement value)
          Définit la valeur de la propriété labelStyle.
 void setStyle(String value)
          Définit la valeur de la propriété style.
 void setSymbol(SymbolType value)
          Définit la valeur de la propriété symbol.
 
Methods inherited from class net.opengis.gml.BaseStyleDescriptorType
getAnimate, getAnimateColor, getAnimateMotion, getSet, getSpatialResolution, getStyleVariation, isSetAnimate, isSetAnimateColor, isSetAnimateMotion, isSetSet, isSetSpatialResolution, isSetStyleVariation, setSpatialResolution, unsetAnimate, unsetAnimateColor, unsetAnimateMotion, unsetSet, unsetStyleVariation
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symbol

protected SymbolType symbol

style

protected String style

labelStyle

protected LabelStylePropertyElement labelStyle

geometryProperty

protected String geometryProperty

geometryType

protected String geometryType
Constructor Detail

GeometryStyleType

public GeometryStyleType()
Method Detail

getSymbol

public SymbolType getSymbol()
Obtient la valeur de la propriété symbol.

Returns:
possible object is SymbolType

setSymbol

public void setSymbol(SymbolType value)
Définit la valeur de la propriété symbol.

Parameters:
value - allowed object is SymbolType

isSetSymbol

public boolean isSetSymbol()

getStyle

public String getStyle()
Obtient la valeur de la propriété style.

Returns:
possible object is String

setStyle

public void setStyle(String value)
Définit la valeur de la propriété style.

Parameters:
value - allowed object is String

isSetStyle

public boolean isSetStyle()

getLabelStyle

public LabelStylePropertyElement getLabelStyle()
Obtient la valeur de la propriété labelStyle.

Returns:
possible object is LabelStylePropertyElement

setLabelStyle

public void setLabelStyle(LabelStylePropertyElement value)
Définit la valeur de la propriété labelStyle.

Parameters:
value - allowed object is LabelStylePropertyElement

isSetLabelStyle

public boolean isSetLabelStyle()

getGeometryProperty

public String getGeometryProperty()
Obtient la valeur de la propriété geometryProperty.

Returns:
possible object is String

setGeometryProperty

public void setGeometryProperty(String value)
Définit la valeur de la propriété geometryProperty.

Parameters:
value - allowed object is String

isSetGeometryProperty

public boolean isSetGeometryProperty()

getGeometryType

public String getGeometryType()
Obtient la valeur de la propriété geometryType.

Returns:
possible object is String

setGeometryType

public void setGeometryType(String value)
Définit la valeur de la propriété geometryType.

Parameters:
value - allowed object is String

isSetGeometryType

public boolean isSetGeometryType()


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