All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sdoOracle.sdoGeometryList

java.lang.Object
   |
   +----sdoOracle.ObjectList
           |
           +----sdoOracle.sdoGeometryList

public class sdoGeometryList
extends ObjectList
Class sdoGeometryList defines a list of SDO geometries.

See Also:
sdoGeometry, ObjectList

Constructor Index

 o sdoGeometryList()
Constructs an empty sdoGeometryList object.

Method Index

 o Add(sdoGeometry)
Adds a new geometry object to this list.
 o Clear()
Clears the list content.
 o First()
Returns the first sdoGeometry object.
 o GetItem(int)
Returns the sdoGeometry object related with input index.
 o Item()
Returns the current sdoGeometry object.
 o Next()
Returns the next sdoGeometry object.
 o Size()
Returns the actual number of geometries.

Constructors

 o sdoGeometryList
 public sdoGeometryList()
Constructs an empty sdoGeometryList object.

Methods

 o Add
 public void Add(sdoGeometry g)
Adds a new geometry object to this list.

Parameters:
g - input sdoGeometry to be added.
 o First
 public sdoGeometry First()
Returns the first sdoGeometry object.

Returns:
returns a sdoGeometry object or null.
 o Next
 public sdoGeometry Next()
Returns the next sdoGeometry object.

Returns:
returns a sdoGeometry object or null.
 o Clear
 public void Clear()
Clears the list content.

 o Item
 public sdoGeometry Item()
Returns the current sdoGeometry object.

Returns:
returns a sdoGeometry object or null.
 o GetItem
 public sdoGeometry GetItem(int index)
Returns the sdoGeometry object related with input index.

Parameters:
index - position in the list (starts at 0).
Returns:
returns a sdoGeometry object or null.
 o Size
 public int Size()
Returns the actual number of geometries.

Returns:
returns an integer value.

All Packages  Class Hierarchy  This Package  Previous  Next  Index