Skip navigation links

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


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

Skip navigation links

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


Copyright © 2007, Oracle. All Rights Reserved.