Opened 12 years ago

Closed 6 years ago

#849 closed enhancement (fixed)

Spatial filter enhancement of Odbc provider.

Reported by: zhanga Owned by: gregboone
Priority: major Milestone: 3.6.0
Component: FDO API Version: 3.6.0
Severity: 3 Keywords:
Cc: External ID: 1468146.01

Description

When there is a spatial filter, Fdo Odbc provider just uses the envelope of the filter. It generates a SQL where clause like (X > minX and X < maxX) and (Y > minY and Y <maxY) to filter the features. If we are using complex spatial filter such as circle or triangle, some features that are not in the filter (but in the envelope) will be selected.

We need to add a secondary filter to handle complex spatial filters.

Change History (1)

comment:1 by jng, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.