net.opengis.gml
Class TopologyStyleType

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

public class TopologyStyleType
extends BaseStyleDescriptorType

[complexType of] The style descriptor for topologies of a feature. Describes individual topology elements styles.

Classe Java pour TopologyStyleType complex type.

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

 <complexType name="TopologyStyleType">
   <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="topologyProperty" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="topologyType" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  LabelStylePropertyElement labelStyle
           
protected  String style
           
protected  SymbolType symbol
           
protected  String topologyProperty
           
protected  String topologyType
           
 
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
TopologyStyleType()
           
 
Method Summary
 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.
 String getTopologyProperty()
          Obtient la valeur de la propriété topologyProperty.
 String getTopologyType()
          Obtient la valeur de la propriété topologyType.
 boolean isSetLabelStyle()
           
 boolean isSetStyle()
           
 boolean isSetSymbol()
           
 boolean isSetTopologyProperty()
           
 boolean isSetTopologyType()
           
 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.
 void setTopologyProperty(String value)
          Définit la valeur de la propriété topologyProperty.
 void setTopologyType(String value)
          Définit la valeur de la propriété topologyType.
 
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

topologyProperty

protected String topologyProperty

topologyType

protected String topologyType
Constructor Detail

TopologyStyleType

public TopologyStyleType()
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()

getTopologyProperty

public String getTopologyProperty()
Obtient la valeur de la propriété topologyProperty.

Returns:
possible object is String

setTopologyProperty

public void setTopologyProperty(String value)
Définit la valeur de la propriété topologyProperty.

Parameters:
value - allowed object is String

isSetTopologyProperty

public boolean isSetTopologyProperty()

getTopologyType

public String getTopologyType()
Obtient la valeur de la propriété topologyType.

Returns:
possible object is String

setTopologyType

public void setTopologyType(String value)
Définit la valeur de la propriété topologyType.

Parameters:
value - allowed object is String

isSetTopologyType

public boolean isSetTopologyType()


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