Class OptXYNode

  • All Implemented Interfaces:
    Serializable, Graphable, XYNode, Node

    public class OptXYNode
    extends OptNode
    implements XYNode
    Optimized implementation of XYNode extended from OptNode. 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:
    OptNode, Serialized Form