org.opensha.refFaultParamDb.dao.db
Class SpatialQueryResult
java.lang.Object
org.opensha.refFaultParamDb.dao.db.SpatialQueryResult
- All Implemented Interfaces:
- Serializable
public class SpatialQueryResult
- extends Object
- implements Serializable
Title: SpatialQueryResult.java
Description: This class can be used to return the results of spatial queries.
Copyright: Copyright (c) 2002
Company:
- Version:
- 1.0
- Author:
- not attributable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpatialQueryResult
public SpatialQueryResult()
setCachedRowSet
public void setCachedRowSet(CachedRowSet cachedRowSet)
getGeometryObjectsList
public ArrayList<oracle.spatial.geometry.JGeometry> getGeometryObjectsList(int index)
add
public void add(ArrayList<oracle.spatial.geometry.JGeometry> geomteryObjects)
getCachedRowSet
public CachedRowSet getCachedRowSet()