| org.geotools.data.jdbc.JDBCFeatureSource org.geotools.data.db2.DB2FeatureSource
DB2FeatureSource | public class DB2FeatureSource extends JDBCFeatureSource (Code) | | DB2 Feature Source implementation. Overrides functionality in
JDBCFeatureSource to provide more efficient or more appropriate DB2-specific
implementation.
author: David Adler - IBM Corporation |
DB2FeatureSource | public DB2FeatureSource(DB2DataStore dataStore, FeatureType featureType)(Code) | | Constructs a feature source based on a DB2 data store for a specified
feature type.
Parameters: dataStore - Parameters: featureType - |
closeAll | protected void closeAll(ResultSet rs, Statement stmt, Connection conn, Transaction transaction, SQLException e)(Code) | | Closes everything associated with a query, the ResultSet, Statement and
Connection.
Parameters: rs - the ResultSet Parameters: stmt - the Statement Parameters: conn - the Connection Parameters: transaction - the Transaction Parameters: e - the SQLException, if any, or null |
getBounds | public Envelope getBounds(Query query) throws IOException(Code) | | Gets the bounds of the feature using the specified query.
Parameters: query - a query object. the envelope representing the bounds of the features. throws: IOException - if there was an encoder problem. throws: DataSourceException - if there was an error executing the query to get the bounds. |
|
|