Class TreeLocationNode


public class TreeLocationNode extends AbstractTreeLocation
A turn in a path to an element, beginning at the "normalized-area".
Author:
Benjamin Sigg
  • Constructor Details

    • TreeLocationNode

      public TreeLocationNode(AbstractTreeLocation parent, double size, Side side, long nodeId)
      Creates a new node.
      Parameters:
      parent - the turn above this location
      size - the relative size of this location
      side - the side which is occupied by this location
      nodeId - the unique identifier of the node represented by this location, can be -1
      See Also:
  • Method Details