org.citygml4j.jaxb.gml._3_1_1
Class TopoPointType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractTopologyType
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>
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 |
TopoPointType
public TopoPointType()
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()