net.opengis.gml
Class GraphStyleType

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

public class GraphStyleType
extends BaseStyleDescriptorType

[complexType of] The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.

Classe Java pour GraphStyleType complex type.

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

 <complexType name="GraphStyleType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}BaseStyleDescriptorType">
       <sequence>
         <element name="planar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="directed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="grid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="minDistance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="minAngle" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="graphType" type="{http://www.opengis.net/gml}GraphTypeType" minOccurs="0"/>
         <element name="drawingType" type="{http://www.opengis.net/gml}DrawingTypeType" minOccurs="0"/>
         <element name="lineType" type="{http://www.opengis.net/gml}LineTypeType" minOccurs="0"/>
         <element name="aestheticCriteria" type="{http://www.opengis.net/gml}AesheticCriteriaType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AesheticCriteriaType> aestheticCriteria
           
protected  Boolean directed
           
protected  DrawingTypeType drawingType
           
protected  GraphTypeType graphType
           
protected  Boolean grid
           
protected  LineTypeType lineType
           
protected  Double minAngle
           
protected  Double minDistance
           
protected  Boolean planar
           
 
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
GraphStyleType()
           
 
Method Summary
 List<AesheticCriteriaType> getAestheticCriteria()
          Gets the value of the aestheticCriteria property.
 DrawingTypeType getDrawingType()
          Obtient la valeur de la propriété drawingType.
 GraphTypeType getGraphType()
          Obtient la valeur de la propriété graphType.
 LineTypeType getLineType()
          Obtient la valeur de la propriété lineType.
 Double getMinAngle()
          Obtient la valeur de la propriété minAngle.
 Double getMinDistance()
          Obtient la valeur de la propriété minDistance.
 Boolean isDirected()
          Obtient la valeur de la propriété directed.
 Boolean isGrid()
          Obtient la valeur de la propriété grid.
 Boolean isPlanar()
          Obtient la valeur de la propriété planar.
 boolean isSetAestheticCriteria()
           
 boolean isSetDirected()
           
 boolean isSetDrawingType()
           
 boolean isSetGraphType()
           
 boolean isSetGrid()
           
 boolean isSetLineType()
           
 boolean isSetMinAngle()
           
 boolean isSetMinDistance()
           
 boolean isSetPlanar()
           
 void setDirected(Boolean value)
          Définit la valeur de la propriété directed.
 void setDrawingType(DrawingTypeType value)
          Définit la valeur de la propriété drawingType.
 void setGraphType(GraphTypeType value)
          Définit la valeur de la propriété graphType.
 void setGrid(Boolean value)
          Définit la valeur de la propriété grid.
 void setLineType(LineTypeType value)
          Définit la valeur de la propriété lineType.
 void setMinAngle(Double value)
          Définit la valeur de la propriété minAngle.
 void setMinDistance(Double value)
          Définit la valeur de la propriété minDistance.
 void setPlanar(Boolean value)
          Définit la valeur de la propriété planar.
 void unsetAestheticCriteria()
           
 
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

planar

protected Boolean planar

directed

protected Boolean directed

grid

protected Boolean grid

minDistance

protected Double minDistance

minAngle

protected Double minAngle

graphType

protected GraphTypeType graphType

drawingType

protected DrawingTypeType drawingType

lineType

protected LineTypeType lineType

aestheticCriteria

protected List<AesheticCriteriaType> aestheticCriteria
Constructor Detail

GraphStyleType

public GraphStyleType()
Method Detail

isPlanar

public Boolean isPlanar()
Obtient la valeur de la propriété planar.

Returns:
possible object is Boolean

setPlanar

public void setPlanar(Boolean value)
Définit la valeur de la propriété planar.

Parameters:
value - allowed object is Boolean

isSetPlanar

public boolean isSetPlanar()

isDirected

public Boolean isDirected()
Obtient la valeur de la propriété directed.

Returns:
possible object is Boolean

setDirected

public void setDirected(Boolean value)
Définit la valeur de la propriété directed.

Parameters:
value - allowed object is Boolean

isSetDirected

public boolean isSetDirected()

isGrid

public Boolean isGrid()
Obtient la valeur de la propriété grid.

Returns:
possible object is Boolean

setGrid

public void setGrid(Boolean value)
Définit la valeur de la propriété grid.

Parameters:
value - allowed object is Boolean

isSetGrid

public boolean isSetGrid()

getMinDistance

public Double getMinDistance()
Obtient la valeur de la propriété minDistance.

Returns:
possible object is Double

setMinDistance

public void setMinDistance(Double value)
Définit la valeur de la propriété minDistance.

Parameters:
value - allowed object is Double

isSetMinDistance

public boolean isSetMinDistance()

getMinAngle

public Double getMinAngle()
Obtient la valeur de la propriété minAngle.

Returns:
possible object is Double

setMinAngle

public void setMinAngle(Double value)
Définit la valeur de la propriété minAngle.

Parameters:
value - allowed object is Double

isSetMinAngle

public boolean isSetMinAngle()

getGraphType

public GraphTypeType getGraphType()
Obtient la valeur de la propriété graphType.

Returns:
possible object is GraphTypeType

setGraphType

public void setGraphType(GraphTypeType value)
Définit la valeur de la propriété graphType.

Parameters:
value - allowed object is GraphTypeType

isSetGraphType

public boolean isSetGraphType()

getDrawingType

public DrawingTypeType getDrawingType()
Obtient la valeur de la propriété drawingType.

Returns:
possible object is DrawingTypeType

setDrawingType

public void setDrawingType(DrawingTypeType value)
Définit la valeur de la propriété drawingType.

Parameters:
value - allowed object is DrawingTypeType

isSetDrawingType

public boolean isSetDrawingType()

getLineType

public LineTypeType getLineType()
Obtient la valeur de la propriété lineType.

Returns:
possible object is LineTypeType

setLineType

public void setLineType(LineTypeType value)
Définit la valeur de la propriété lineType.

Parameters:
value - allowed object is LineTypeType

isSetLineType

public boolean isSetLineType()

getAestheticCriteria

public List<AesheticCriteriaType> getAestheticCriteria()
Gets the value of the aestheticCriteria property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the aestheticCriteria property.

For example, to add a new item, do as follows:

    getAestheticCriteria().add(newItem);
 

Objects of the following type(s) are allowed in the list AesheticCriteriaType


isSetAestheticCriteria

public boolean isSetAestheticCriteria()

unsetAestheticCriteria

public void unsetAestheticCriteria()


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