oracle.spatial.topo
Class Face

java.lang.Object
  extended by 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
 int getBoundaryEdge()
           
 int getID()
           
 int[] getIslandEdges()
           
 int[] getIslandNodes()
           
 Point2DD[] getMbr()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getID

public int getID()

getBoundaryEdge

public int getBoundaryEdge()

getIslandNodes

public int[] getIslandNodes()

getIslandEdges

public int[] getIslandEdges()

getMbr

public Point2DD[] getMbr()