org.citygml4j.jaxb.gml._3_1_1
Class TopoPointType

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.TopoPointType

public class TopoPointType
extends AbstractTopologyType

The intended use of TopoPoint is to appear within a point feature to express the structural and possibly geometric relationships of this point to other features via shared node definitions. Note the orientation assigned to the directedNode has no meaning in this context. It is preserved for symmetry with the types and elements which follow.

Java class for TopoPointType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TopoPointType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractTopologyType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}directedNode"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
TopoPointType()
           
 
Method Summary
 DirectedNodePropertyType getDirectedNode()
          Gets the value of the directedNode property.
 boolean isSetDirectedNode()
           
 void setDirectedNode(DirectedNodePropertyType value)
          Sets the value of the directedNode property.
 
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

TopoPointType

public TopoPointType()
Method Detail

getDirectedNode

public DirectedNodePropertyType getDirectedNode()
Gets the value of the directedNode property.

Returns:
possible object is DirectedNodePropertyType

setDirectedNode

public void setDirectedNode(DirectedNodePropertyType value)
Sets the value of the directedNode property.

Parameters:
value - allowed object is DirectedNodePropertyType

isSetDirectedNode

public boolean isSetDirectedNode()