[geotk] [JIRA] Created: (GEOTK-20) FilterToSQL and spatial operator
encoding
Aleksander (JIRA)
jira at geomatys.com
Tue Jul 7 05:07:52 EDT 2009
FilterToSQL and spatial operator encoding
-----------------------------------------
Key: GEOTK-20
URL: http://jira.geotoolkit.org/browse/GEOTK-20
Project: Geotoolkit
Issue Type: Bug
Reporter: Aleksander
Assignee: Martin Desruisseaux
FilterToSQL doesn't declare BBOX and other spatial filters in its capabilities (delegated to FilterToSQLHelper and SQLDialect):
final DefaultSpatialOperator[] spatialOp = new DefaultSpatialOperator[] {
new DefaultSpatialOperator("include", new GeometryOperand[] {
GeometryOperand.Envelope, GeometryOperand.Polygon
})
};
So all the operators are filtered out in CapabilitiesFilterSplitter and BBOX is never encoded in SQL. Strange, since PostgisFilterToSQL seems to have the support.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.geotoolkit.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Geotoolkit
mailing list