|
||||||||||
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.AbstractTopologyType
org.citygml4j.jaxb.gml._3_1_1.AbstractTopoPrimitiveType
org.citygml4j.jaxb.gml._3_1_1.EdgeType
public class EdgeType
There is precisely one positively directed and one negatively directed node in the boundary of every edge. The negatively and positively directed nodes correspond to the start and end nodes respectively. The optional coboundary of an edge is a circular sequence of directed faces which are incident on this edge in document order. Faces which use a particular boundary edge in its positive orientation appear with positive orientation on the coboundary of the same edge. In the 2D case, the orientation of the face on the left of the edge is "+"; the orientation of the face on the right on its right is "-". An edge may optionally be realised by a 1-dimensional (curve) geometric primitive.
Java-Klasse für EdgeType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="EdgeType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractTopoPrimitiveType"> <sequence> <element ref="{http://www.opengis.net/gml}directedNode" maxOccurs="2" minOccurs="2"/> <element ref="{http://www.opengis.net/gml}directedFace" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}curveProperty" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
EdgeType()
|
Method Summary | |
---|---|
CurvePropertyType |
getCurveProperty()
Ruft den Wert der curveProperty-Eigenschaft ab. |
java.util.List<DirectedFacePropertyType> |
getDirectedFace()
Gets the value of the directedFace property. |
java.util.List<DirectedNodePropertyType> |
getDirectedNode()
Gets the value of the directedNode property. |
boolean |
isSetCurveProperty()
|
boolean |
isSetDirectedFace()
|
boolean |
isSetDirectedNode()
|
void |
setCurveProperty(CurvePropertyType value)
Legt den Wert der curveProperty-Eigenschaft fest. |
void |
setDirectedFace(java.util.List<DirectedFacePropertyType> directedFace)
Sets the value of the directedFace property. |
void |
setDirectedNode(java.util.List<DirectedNodePropertyType> directedNode)
Sets the value of the directedNode property. |
void |
unsetDirectedFace()
|
void |
unsetDirectedNode()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractTopoPrimitiveType |
---|
getContainer, getIsolated, isSetContainer, isSetIsolated, setContainer, setIsolated, unsetIsolated |
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 EdgeType()
Method Detail |
---|
public java.util.List<DirectedNodePropertyType> getDirectedNode()
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 directedNode property.
For example, to add a new item, do as follows:
getDirectedNode().add(newItem);
Objects of the following type(s) are allowed in the list
DirectedNodePropertyType
public boolean isSetDirectedNode()
public void unsetDirectedNode()
public java.util.List<DirectedFacePropertyType> getDirectedFace()
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 directedFace property.
For example, to add a new item, do as follows:
getDirectedFace().add(newItem);
Objects of the following type(s) are allowed in the list
DirectedFacePropertyType
public boolean isSetDirectedFace()
public void unsetDirectedFace()
public CurvePropertyType getCurveProperty()
CurvePropertyType
public void setCurveProperty(CurvePropertyType value)
value
- allowed object is
CurvePropertyType
public boolean isSetCurveProperty()
public void setDirectedNode(java.util.List<DirectedNodePropertyType> directedNode)
directedNode
- allowed object is
DirectedNodePropertyType
public void setDirectedFace(java.util.List<DirectedFacePropertyType> directedFace)
directedFace
- allowed object is
DirectedFacePropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |