All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sdoOracle.sdoDimension

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

public class sdoDimension
extends Object
Class sdoDimension defines the contents of SDO layer '_sdodim'. Each row of '_sdodim' table' has: dimension number, oordinate lower boundary, oordinate upper boundary, and tolerance. Note: when defining dimensions in SDO this package assume dimension number equal 1 as X axis, and dimension number equal 2 as Y axis.


Constructor Index

 o sdoDimension()
Constructs a new sdoDimension object.

Method Index

 o GetLowerBound()
Returns the dimension lower boundary.
 o GetNumber()
Returns the dimension number.
 o GetTolerance()
Returns the dimension tolerance.
 o GetUpperBound()
Returns the dimension upper boundary.
 o SetLowerBound(double)
Defines the dimension lower boundary.
 o SetNumber(int)
Defines the dimension number.
 o SetTolerance(double)
Defines the dimension tolerance.
 o SetUpperBound(double)
Defines the dimension upper boundary.

Constructors

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

Methods

 o SetNumber
 public void SetNumber(int n)
Defines the dimension number.

 o GetNumber
 public int GetNumber()
Returns the dimension number.

Returns:
returns an integer value.
 o SetLowerBound
 public void SetLowerBound(double l)
Defines the dimension lower boundary.

 o GetLowerBound
 public double GetLowerBound()
Returns the dimension lower boundary.

Returns:
returns a double value.
 o SetUpperBound
 public void SetUpperBound(double l)
Defines the dimension upper boundary.

 o GetUpperBound
 public double GetUpperBound()
Returns the dimension upper boundary.

Returns:
returns a double value.
 o SetTolerance
 public void SetTolerance(double tol)
Defines the dimension tolerance.

 o GetTolerance
 public double GetTolerance()
Returns the dimension tolerance.

Returns:
returns a double value.

All Packages  Class Hierarchy  This Package  Previous  Next  Index