org.citygml4j.jaxb.gml._3_1_1
Class EdgeType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTopologyType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractTopoPrimitiveType
              extended by org.citygml4j.jaxb.gml._3_1_1.EdgeType

public class EdgeType
extends AbstractTopoPrimitiveType

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

EdgeType

public EdgeType()
Method Detail

getDirectedNode

public java.util.List<DirectedNodePropertyType> getDirectedNode()
Gets the value of the directedNode 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 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


isSetDirectedNode

public boolean isSetDirectedNode()

unsetDirectedNode

public void unsetDirectedNode()

getDirectedFace

public java.util.List<DirectedFacePropertyType> getDirectedFace()
Gets the value of the directedFace 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 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


isSetDirectedFace

public boolean isSetDirectedFace()

unsetDirectedFace

public void unsetDirectedFace()

getCurveProperty

public CurvePropertyType getCurveProperty()
Ruft den Wert der curveProperty-Eigenschaft ab.

Returns:
possible object is CurvePropertyType

setCurveProperty

public void setCurveProperty(CurvePropertyType value)
Legt den Wert der curveProperty-Eigenschaft fest.

Parameters:
value - allowed object is CurvePropertyType

isSetCurveProperty

public boolean isSetCurveProperty()

setDirectedNode

public void setDirectedNode(java.util.List<DirectedNodePropertyType> directedNode)
Sets the value of the directedNode property.

Parameters:
directedNode - allowed object is DirectedNodePropertyType

setDirectedFace

public void setDirectedFace(java.util.List<DirectedFacePropertyType> directedFace)
Sets the value of the directedFace property.

Parameters:
directedFace - allowed object is DirectedFacePropertyType