Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.spatial.region
Interface RMRegion

All Superinterfaces:
RMNode, java.io.Serializable

public interface RMRegion
extends RMNode

This class defines the region modeling region interface.


Method Summary
 void decRefCnt()
          Decrements the reference count
 Point getCentroid()
          Gets the centroid
 java.lang.String getCity()
          Gets the city
 java.lang.String getCountry()
          Gets the country
 java.lang.String getCounty()
          Gets the country
 java.lang.String getDimSQL()
          Gets a SQL statement that returns the DIMINFO information
 java.lang.String getGeomSQL()
          Gets a SQL statement that creates a MDSYS_SDO_GEOMETRY object.
 java.lang.String getPCode()
          Gets the postal code
 int getRefCnt()
          Gets the reference count
 java.lang.String getState()
          Gets the state
 java.lang.String getStateAbbr()
          Gets the state abbreviation
 void incRefCnt()
          Increments the reference count

 

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

 

Method Detail

decRefCnt

public void decRefCnt()
               throws oracle.panama.spatial.core.region.RMException
Decrements the reference count
Throws:
oracle.panama.spatial.core.region.RMException

getCentroid

public Point getCentroid()
Gets the centroid
Returns:
the centroid

getCity

public java.lang.String getCity()
Gets the city
Returns:
the city

getCountry

public java.lang.String getCountry()
Gets the country
Returns:
the country

getCounty

public java.lang.String getCounty()
Gets the country
Returns:
the country

getDimSQL

public java.lang.String getDimSQL()
Gets a SQL statement that returns the DIMINFO information
Returns:
a SQL statement that returns the DIMINFO information

getGeomSQL

public java.lang.String getGeomSQL()
Gets a SQL statement that creates a MDSYS_SDO_GEOMETRY object.
Returns:
a SQL statement that creates a MDSYS_SDO_GEOMETRY object.

getPCode

public java.lang.String getPCode()
Gets the postal code
Returns:
the postal code

getRefCnt

public int getRefCnt()
Gets the reference count
Returns:
the reference count

getState

public java.lang.String getState()
Gets the state
Returns:
the state

getStateAbbr

public java.lang.String getStateAbbr()
Gets the state abbreviation
Returns:
the statte abbreviation

incRefCnt

public void incRefCnt()
               throws oracle.panama.spatial.core.region.RMException
Increments the reference count
Throws:
oracle.panama.spatial.core.region.RMException

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.