Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.spatial.region
Interface RMRegion

All Superinterfaces:
RMNode, java.io.Serializable

public interface RMRegion
extends RMNode

A RMRegion interface.

Author:
shan

Method Summary
 void decRefCnt()
           
 Point getCentroid()
           
 java.lang.String getCity()
           
 java.lang.String getCountry()
           
 java.lang.String getCounty()
           
 java.lang.String getDimSQL()
           
 java.lang.String getGeomSQL()
           
 java.lang.String getPCode()
           
 int getRefCnt()
           
 java.lang.String getState()
           
 java.lang.String getStateAbbr()
           
 void incRefCnt()
           

 

Methods inherited from interface oracle.panama.spatial.region.RMNode
equals, getChildren, getDesc, getID, getName, getParent, getType, getTypeName, hasGeom, isLeaf

 

Method Detail

getPCode

public java.lang.String getPCode()

getCity

public java.lang.String getCity()

getCounty

public java.lang.String getCounty()

getState

public java.lang.String getState()

getCountry

public java.lang.String getCountry()

getStateAbbr

public java.lang.String getStateAbbr()

getRefCnt

public int getRefCnt()

decRefCnt

public void decRefCnt()
               throws oracle.panama.spatial.core.region.RMException
oracle.panama.spatial.core.region.RMException

incRefCnt

public void incRefCnt()
               throws oracle.panama.spatial.core.region.RMException
oracle.panama.spatial.core.region.RMException

getCentroid

public Point getCentroid()

getGeomSQL

public java.lang.String getGeomSQL()

getDimSQL

public java.lang.String getDimSQL()

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.