Package | Description |
---|---|
ilog.views.maps.format.oracle.objectmodel |
This package provides interfaces and classes for dealing with Oracle Spatial, using the Object Model.
|
Modifier and Type | Method and Description |
---|---|
Object |
IlvObjectSDOKeyExtractor.extractKey(ResultSet set)
Extracts the key from the current row of the specified
ResultSet . |
Object |
IlvDefaultObjectSDOKeyExtractor.extractKey(ResultSet set)
This method returns an Object that is used as a feature ID.
|
static IlvCoordinateSystem |
IlvObjectSDOUtil.findCoordinateSystem(long srid,
Connection connection)
Finds the coordinate system that corresponds to
srid in the
database. |
Object |
IlvObjectSDOFeatureIterator.getNextFeatureId()
Returns the feature ID for the next feature that will be
returned by this feature iterator.
|
protected IlvFeatureAttributeProperty |
IlvObjectSDOFeatureIterator.makeAttributes(ResultSet resultSet)
This method reads attributes from the specified
ResultSet . |
boolean |
IlvObjectSDOFeatureIterator.skipNextFeature()
Skips the next feature.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.