Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-01


oracle.spatial.topo
Class Face

java.lang.Object
  extended byoracle.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()

Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-01


Copyright © 2005, Oracle. All Rights Reserved.