Uses of Class
org.citygml4j.jaxb.gml._3_1_1.NodeType

Packages that use NodeType
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of NodeType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return NodeType
 NodeType ObjectFactory.createNodeType()
          Create an instance of NodeType
 NodeType IsolatedPropertyType.getNode()
          Ruft den Wert der node-Eigenschaft ab.
 NodeType DirectedNodePropertyType.getNode()
          Ruft den Wert der node-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type NodeType
 javax.xml.bind.JAXBElement<NodeType> ObjectFactory.createNode(NodeType value)
          Create an instance of JAXBElement<NodeType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type NodeType
 javax.xml.bind.JAXBElement<NodeType> ObjectFactory.createNode(NodeType value)
          Create an instance of JAXBElement<NodeType>}
 void IsolatedPropertyType.setNode(NodeType value)
          Legt den Wert der node-Eigenschaft fest.
 void DirectedNodePropertyType.setNode(NodeType value)
          Legt den Wert der node-Eigenschaft fest.