Class OptDirectedXYNode

All Implemented Interfaces:
Serializable, DirectedGraphable, DirectedNode, Graphable, XYNode, Node

public class OptDirectedXYNode extends OptDirectedNode implements XYNode
Optimized implementation of XYNode extended from OptDirectedNode. Instead of storing an underlying coordinate object, only a set of (x,y) values are stored eliminating the storage of additional oordinate dimensions.
Author:
Justin Deoliveira, Refractions Research Inc, jdeolive@refractions.net
See Also:
  • Constructor Details

    • OptDirectedXYNode

      public OptDirectedXYNode()
  • Method Details