oracle.spatial.topo
Class Node

java.lang.Object
  extended by oracle.spatial.topo.Node
All Implemented Interfaces:
java.io.Serializable

public class Node
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Method Summary
 int getContainFace()
           
 Point2DD getCoord()
           
 int getId()
           
 int getStartEdge()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getId

public int getId()

getStartEdge

public int getStartEdge()

getContainFace

public int getContainFace()

getCoord

public Point2DD getCoord()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object