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-Klasse für TopoPointType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
- Ruft den Wert der directedNode-Eigenschaft ab.
- Returns:
- possible object is
DirectedNodePropertyType
setDirectedNode
public void setDirectedNode(DirectedNodePropertyType value)
- Legt den Wert der directedNode-Eigenschaft fest.
- Parameters:
value
- allowed object is
DirectedNodePropertyType
isSetDirectedNode
public boolean isSetDirectedNode()