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()
          Gets the value of the node property.
 NodeType DirectedNodePropertyType.getNode()
          Gets the value of the node property.
 

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)
          Sets the value of the node property.
 void DirectedNodePropertyType.setNode(NodeType value)
          Sets the value of the node property.