Skip navigation links

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


oracle.spatial.topo
Class Edge

java.lang.Object
  extended by oracle.spatial.topo.Edge

All Implemented Interfaces:
java.io.Serializable

public class Edge
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Method Summary
 int getBoundedFaceL()
           
 int getBoundedFaceR()
           
 Point2DD[] getCoords()
           
 int getEndNode()
           
 int getId()
           
 int getNextEdgeL()
           
 int getNextEdgeR()
           
 int getOriginNode()
           
 int getPrevEdgeL()
           
 int getPrevEdgeR()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getCoords

public Point2DD[] getCoords()

getId

public int getId()

getOriginNode

public int getOriginNode()

getEndNode

public int getEndNode()

getNextEdgeL

public int getNextEdgeL()

getPrevEdgeL

public int getPrevEdgeL()

getNextEdgeR

public int getNextEdgeR()

getPrevEdgeR

public int getPrevEdgeR()

getBoundedFaceL

public int getBoundedFaceL()

getBoundedFaceR

public int getBoundedFaceR()

Skip navigation links

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


Copyright © 2007, Oracle. All Rights Reserved.