Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


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
equals, 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

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


Copyright © 2007, Oracle. All Rights Reserved.