Package oracle.spatial.topo
Class Face
- java.lang.Object
-
- oracle.spatial.topo.Face
-
- All Implemented Interfaces:
java.io.Serializable
public class Face 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
getBoundaryEdge()
int
getID()
int[]
getIslandEdges()
int[]
getIslandNodes()
Point2DD[]
getMbr()
-
-
-
Method Detail
-
getID
public int getID()
-
getBoundaryEdge
public int getBoundaryEdge()
-
getIslandNodes
public int[] getIslandNodes()
-
getIslandEdges
public int[] getIslandEdges()
-
getMbr
public Point2DD[] getMbr()
-
-