Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.spatial.region
Interface RMNode

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
RMRegion

public interface RMNode
extends java.io.Serializable

A RMNode class.

Author:
shan

Method Summary
 boolean equals(RMNode node)
           
 RMNode[] getChildren()
           
 java.lang.String getDesc()
           
 int getID()
           
 java.lang.String getName()
           
 RMNode getParent()
           
 int getType()
           
 java.lang.String getTypeName()
           
 boolean hasGeom()
           
 boolean isLeaf()
           

 

Method Detail

getID

public int getID()

getName

public java.lang.String getName()

getDesc

public java.lang.String getDesc()

hasGeom

public boolean hasGeom()

getType

public int getType()

getTypeName

public java.lang.String getTypeName()

equals

public boolean equals(RMNode node)

isLeaf

public boolean isLeaf()

getChildren

public RMNode[] getChildren()

getParent

public RMNode getParent()

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.