Package oracle.spatial.topo
Class Edge
- java.lang.Object
-
- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBoundedFaceL()
int
getBoundedFaceR()
Point2DD[]
getCoords()
int
getEndNode()
int
getId()
int
getNextEdgeL()
int
getNextEdgeR()
int
getOriginNode()
int
getPrevEdgeL()
int
getPrevEdgeR()
java.lang.String
toString()
-
-
-
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()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-