All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sdoOracle.sdoInfo

java.lang.Object
   |
   +----sdoOracle.sdoInfo

public class sdoInfo
extends Object
Class sdoLayer defines the contents of SDO layer '_sdolayer'. The '_sdolayer' table' must have one row with paramaters: number of oordinates per row and level of decomposition. Refer to SDO manual for additional information.


Constructor Index

 o sdoInfo()
Constructs a new sdoInfo object.

Method Index

 o GetLevel()
Returns the level of decomposition to index the geometries.
 o GetNumTiles()
Returns the number of tiles to index the geometries.
 o GetOordinates()
Returns the number of oordinates per row.
 o SetLevel(int)
Defines the the level of decomposition to index the geometries.
 o SetNumTiles(int)
Defines the the number of tiles to index the geometries.
 o SetOordinates(int)
Defines the number of oordinates per row.

Constructors

 o sdoInfo
 public sdoInfo()
Constructs a new sdoInfo object.

Methods

 o GetOordinates
 public int GetOordinates()
Returns the number of oordinates per row.

Returns:
returns an integer value.
 o SetOordinates
 public void SetOordinates(int o)
Defines the number of oordinates per row.

 o GetLevel
 public int GetLevel()
Returns the level of decomposition to index the geometries.

Returns:
returns an integer value.
 o SetLevel
 public void SetLevel(int l)
Defines the the level of decomposition to index the geometries.

 o GetNumTiles
 public int GetNumTiles()
Returns the number of tiles to index the geometries.

Returns:
returns an integer value.
 o SetNumTiles
 public void SetNumTiles(int t)
Defines the the number of tiles to index the geometries.


All Packages  Class Hierarchy  This Package  Previous  Next  Index