public SeExtent execute(ISession session, SeConnection connection) throws SeException,
IOException {
SeQuery spatialQuery = new SeQuery(connection);
spatialQuery.setSpatialConstraints(SeQuery.SE_SPATIAL_FIRST, false, spatFilters);
SeExtent extent = spatialQuery.calculateLayerExtent(seQueryInfo);
return extent;
}
});
// just checking the extent were returned, which is something as I get