All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sdoOracle.sdoGeometry

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

public class sdoGeometry
extends Object
Class sdoGeometry defines a generic geometry in SDO. SDO supports the three basic primitives: point, line and polygon. Refer to SDO manual for additional information.


Constructor Index

 o sdoGeometry()
Constructs a new sdoGeometry object.

Method Index

 o GetId()
Returns the geometry identifier.
 o GetSequence()
Returns the geometry sequence.
 o GetType()
Returns the geometry type (1=point, 2=line,3=polygon).
 o SetId(long)
Defines the geometry identifier.
 o SetSequence(short)
Defines the geometry sequence if this element is part of a collection of geometries.

Constructors

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

Methods

 o SetId
 public void SetId(long id)
Defines the geometry identifier.

 o GetId
 public long GetId()
Returns the geometry identifier.

Returns:
returns a long value.
 o GetType
 public short GetType()
Returns the geometry type (1=point, 2=line,3=polygon).

Returns:
returns a short value.
 o SetSequence
 public void SetSequence(short s)
Defines the geometry sequence if this element is part of a collection of geometries.

 o GetSequence
 public short GetSequence()
Returns the geometry sequence.

Returns:
returns a short value.

All Packages  Class Hierarchy  This Package  Previous  Next  Index