Uses of Interface
org.deegree.services.gazetteer.Node

Packages that use Node
org.deegree_impl.services.gazetteer   
org.deegree.services.gazetteer   
 

Uses of Node in org.deegree_impl.services.gazetteer
 

Classes in org.deegree_impl.services.gazetteer that implement Node
 class Node_Impl
           
 

Fields in org.deegree_impl.services.gazetteer declared as Node
private  Node GazetteerResponseTree.root
           
 

Methods in org.deegree_impl.services.gazetteer that return Node
 Node[] Node_Impl.getChildren()
          returns all child nodes of this node
 Node Node_Impl.removeChild(java.lang.String id)
           
private  Node GazetteerService_Impl.appendChild(java.lang.String id, SI_LocationType locType, Feature feature)
          appends a child node to the node identified by the passed ID
 Node GazetteerResponseTree.getNodeAtId(java.lang.String id)
          returns the node at the specified ID.
private  Node GazetteerResponseTree.getNodeAtId(Node node, java.lang.String id)
          returns the node at the specified ID
 Node GazetteerResponseTree.getRoot()
           
 

Methods in org.deegree_impl.services.gazetteer with parameters of type Node
 void Node_Impl.appendChild(Node node)
           
 void Node_Impl.removeChild(Node node)
           
 void Node_Impl.setNodes(Node[] nodes)
           
private  void GazetteerService_Impl.performHierachyRequests(WFSGetFeatureResponse response, Node node)
          creates GetFeature requests to receive the locations instances for the next hierarchy level related to the passed response
 boolean GazetteerService_Impl.isFinnished(Node node)
          traverses the tree in preorder starting at the passed node
private  Node GazetteerResponseTree.getNodeAtId(Node node, java.lang.String id)
          returns the node at the specified ID
 void GazetteerResponseTree.traversePreorder(Node node)
          traverses the tree in preorder starting at the passed node
 void GazetteerResponseTree.action(Node node)
           
 

Constructors in org.deegree_impl.services.gazetteer with parameters of type Node
Node_Impl(java.lang.String id, int level, java.lang.Object data, Node[] nodes)
           
 

Uses of Node in org.deegree.services.gazetteer
 

Methods in org.deegree.services.gazetteer that return Node
 Node Tree.getRoot()
           
 Node[] Node.getChildren()
          returns the child-nodes, if available.
 Node Node.removeChild(java.lang.String id)
           
 

Methods in org.deegree.services.gazetteer with parameters of type Node
 void Tree.traversePreorder(Node node)
          traverses the tree in preorder starting at the passed node
 void Tree.action(Node node)
           
 void Node.appendChild(Node node)
          adds a child-node to the node.
 void Node.removeChild(Node node)