public class SQLiteCalculateEnvelopeOfColumnOperation extends CalculateEnvelopeOfColumnOperation
baseFilter, columnName, crs, featureType, limit, table
conn, helper, LOGGER
Constructor and Description |
---|
SQLiteCalculateEnvelopeOfColumnOperation(JDBCHelper helper,
FeatureType featureType,
OperationsFactory.TableReference table,
java.lang.String columnName,
java.lang.String baseFilter,
Envelope limit,
IProjection crs) |
Modifier and Type | Method and Description |
---|---|
Envelope |
calculateEnvelopeOfColumn(JDBCConnection conn) |
calculateEnvelopeOfColumnWithAggregate, calculateEnvelopeOfColumnWithoutAggregate, getSQL, getSQLWihoutAggregate, getSQLWithAggregate, perform
closeConnection, continueTransactionAllowed, createSQLBuilder, getConnection, needTransaction, perform_operation, perform
public SQLiteCalculateEnvelopeOfColumnOperation(JDBCHelper helper, FeatureType featureType, OperationsFactory.TableReference table, java.lang.String columnName, java.lang.String baseFilter, Envelope limit, IProjection crs)
public Envelope calculateEnvelopeOfColumn(JDBCConnection conn) throws DataException
calculateEnvelopeOfColumn
in class CalculateEnvelopeOfColumnOperation
DataException