|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.BaseStyleDescriptorType
net.opengis.gml.GraphStyleType
public class GraphStyleType
[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 |
|---|
protected Boolean planar
protected Boolean directed
protected Boolean grid
protected Double minDistance
protected Double minAngle
protected GraphTypeType graphType
protected DrawingTypeType drawingType
protected LineTypeType lineType
protected List<AesheticCriteriaType> aestheticCriteria
| Constructor Detail |
|---|
public GraphStyleType()
| Method Detail |
|---|
public Boolean isPlanar()
Booleanpublic void setPlanar(Boolean value)
value - allowed object is
Booleanpublic boolean isSetPlanar()
public Boolean isDirected()
Booleanpublic void setDirected(Boolean value)
value - allowed object is
Booleanpublic boolean isSetDirected()
public Boolean isGrid()
Booleanpublic void setGrid(Boolean value)
value - allowed object is
Booleanpublic boolean isSetGrid()
public Double getMinDistance()
Doublepublic void setMinDistance(Double value)
value - allowed object is
Doublepublic boolean isSetMinDistance()
public Double getMinAngle()
Doublepublic void setMinAngle(Double value)
value - allowed object is
Doublepublic boolean isSetMinAngle()
public GraphTypeType getGraphType()
GraphTypeTypepublic void setGraphType(GraphTypeType value)
value - allowed object is
GraphTypeTypepublic boolean isSetGraphType()
public DrawingTypeType getDrawingType()
DrawingTypeTypepublic void setDrawingType(DrawingTypeType value)
value - allowed object is
DrawingTypeTypepublic boolean isSetDrawingType()
public LineTypeType getLineType()
LineTypeTypepublic void setLineType(LineTypeType value)
value - allowed object is
LineTypeTypepublic boolean isSetLineType()
public List<AesheticCriteriaType> getAestheticCriteria()
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
public boolean isSetAestheticCriteria()
public void unsetAestheticCriteria()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||