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.
-
sdoGeometry()
- Constructs a new sdoGeometry object.
-
GetId()
- Returns the geometry identifier.
-
GetSequence()
- Returns the geometry sequence.
-
GetType()
- Returns the geometry type (1=point, 2=line,3=polygon).
-
SetId(long)
- Defines the geometry identifier.
-
SetSequence(short)
- Defines the geometry sequence if this element is part of
a collection of geometries.
sdoGeometry
public sdoGeometry()
- Constructs a new sdoGeometry object.
SetId
public void SetId(long id)
- Defines the geometry identifier.
GetId
public long GetId()
- Returns the geometry identifier.
- Returns:
- returns a long value.
GetType
public short GetType()
- Returns the geometry type (1=point, 2=line,3=polygon).
- Returns:
- returns a short value.
SetSequence
public void SetSequence(short s)
- Defines the geometry sequence if this element is part of
a collection of geometries.
GetSequence
public short GetSequence()
- Returns the geometry sequence.
- Returns:
- returns a short value.
All Packages Class Hierarchy This Package Previous Next Index