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.
-
sdoInfo()
- Constructs a new sdoInfo object.
-
GetLevel()
- Returns the level of decomposition to index the geometries.
-
GetNumTiles()
- Returns the number of tiles to index the geometries.
-
GetOordinates()
- Returns the number of oordinates per row.
-
SetLevel(int)
- Defines the the level of decomposition to index the geometries.
-
SetNumTiles(int)
- Defines the the number of tiles to index the geometries.
-
SetOordinates(int)
- Defines the number of oordinates per row.
sdoInfo
public sdoInfo()
- Constructs a new sdoInfo object.
GetOordinates
public int GetOordinates()
- Returns the number of oordinates per row.
- Returns:
- returns an integer value.
SetOordinates
public void SetOordinates(int o)
- Defines the number of oordinates per row.
GetLevel
public int GetLevel()
- Returns the level of decomposition to index the geometries.
- Returns:
- returns an integer value.
SetLevel
public void SetLevel(int l)
- Defines the the level of decomposition to index the geometries.
GetNumTiles
public int GetNumTiles()
- Returns the number of tiles to index the geometries.
- Returns:
- returns an integer value.
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