|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.BaseStyleDescriptorType
org.citygml4j.jaxb.gml._3_1_1.GraphStyleType
public class GraphStyleType
[complexType of] The style descriptor for a graph consisting of a number of features. Describes graph-specific style attributes.
Java class for GraphStyleType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Constructor Summary | |
---|---|
GraphStyleType()
|
Method Summary | |
---|---|
java.util.List<AesheticCriteriaType> |
getAestheticCriteria()
Gets the value of the aestheticCriteria property. |
DrawingTypeType |
getDrawingType()
Gets the value of the drawingType property. |
GraphTypeType |
getGraphType()
Gets the value of the graphType property. |
LineTypeType |
getLineType()
Gets the value of the lineType property. |
java.lang.Double |
getMinAngle()
Gets the value of the minAngle property. |
java.lang.Double |
getMinDistance()
Gets the value of the minDistance property. |
java.lang.Boolean |
isDirected()
Gets the value of the directed property. |
java.lang.Boolean |
isGrid()
Gets the value of the grid property. |
java.lang.Boolean |
isPlanar()
Gets the value of the planar property. |
boolean |
isSetAestheticCriteria()
|
boolean |
isSetDirected()
|
boolean |
isSetDrawingType()
|
boolean |
isSetGraphType()
|
boolean |
isSetGrid()
|
boolean |
isSetLineType()
|
boolean |
isSetMinAngle()
|
boolean |
isSetMinDistance()
|
boolean |
isSetPlanar()
|
void |
setAestheticCriteria(java.util.List<AesheticCriteriaType> aestheticCriteria)
Sets the value of the aestheticCriteria property. |
void |
setDirected(java.lang.Boolean value)
Sets the value of the directed property. |
void |
setDrawingType(DrawingTypeType value)
Sets the value of the drawingType property. |
void |
setGraphType(GraphTypeType value)
Sets the value of the graphType property. |
void |
setGrid(java.lang.Boolean value)
Sets the value of the grid property. |
void |
setLineType(LineTypeType value)
Sets the value of the lineType property. |
void |
setMinAngle(java.lang.Double value)
Sets the value of the minAngle property. |
void |
setMinDistance(java.lang.Double value)
Sets the value of the minDistance property. |
void |
setPlanar(java.lang.Boolean value)
Sets the value of the planar property. |
void |
unsetAestheticCriteria()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.BaseStyleDescriptorType |
---|
getAnimate, getAnimateColor, getAnimateMotion, getSet, getSpatialResolution, getStyleVariation, isSetAnimate, isSetAnimateColor, isSetAnimateMotion, isSetSet, isSetSpatialResolution, isSetStyleVariation, setAnimate, setAnimateColor, setAnimateMotion, setSet, setSpatialResolution, setStyleVariation, unsetAnimate, unsetAnimateColor, unsetAnimateMotion, unsetSet, unsetStyleVariation |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphStyleType()
Method Detail |
---|
public java.lang.Boolean isPlanar()
Boolean
public void setPlanar(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isSetPlanar()
public java.lang.Boolean isDirected()
Boolean
public void setDirected(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isSetDirected()
public java.lang.Boolean isGrid()
Boolean
public void setGrid(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isSetGrid()
public java.lang.Double getMinDistance()
Double
public void setMinDistance(java.lang.Double value)
value
- allowed object is
Double
public boolean isSetMinDistance()
public java.lang.Double getMinAngle()
Double
public void setMinAngle(java.lang.Double value)
value
- allowed object is
Double
public boolean isSetMinAngle()
public GraphTypeType getGraphType()
GraphTypeType
public void setGraphType(GraphTypeType value)
value
- allowed object is
GraphTypeType
public boolean isSetGraphType()
public DrawingTypeType getDrawingType()
DrawingTypeType
public void setDrawingType(DrawingTypeType value)
value
- allowed object is
DrawingTypeType
public boolean isSetDrawingType()
public LineTypeType getLineType()
LineTypeType
public void setLineType(LineTypeType value)
value
- allowed object is
LineTypeType
public boolean isSetLineType()
public java.util.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()
public void setAestheticCriteria(java.util.List<AesheticCriteriaType> aestheticCriteria)
aestheticCriteria
- allowed object is
AesheticCriteriaType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |