Class Summary |
ArcSdeSimplifyingFilterVisitor |
Custom simplifying filter visitor that also tries to turn multiple or-ed
spatial filters into a single spatial filter (since ArcSDE query cannot
handle or-ed spatial conditions) |
FilterToSQLSDE |
Encodes an attribute filter into a SQL WHERE statement for arcsde. |
GeometryEncoderSDE |
Encodes the geometry related parts of a filter into a set of SeFilter objects and
provides a method to get the resulting filters suitable to set up an SeQuery's spatial
constraints. |