|
Class Summary |
| AbstractFilter |
Abstract superclass representing elements (as defined in the Filter DTD).
|
| AbstractOperation |
Abstract superclass representing spatial_ops, comparison_ops and logical_ops
entities (as defined in the Filter DTD).
|
| AbstractSQLBuilder |
Abstract superclass for the generation of SQL-fragments from a Filter object.
|
| ArithmeticExpression |
Encapsulates the information of a // or element as
defined in the Expression DTD. |
| ComparisonOperation |
Encapsulates the information of a comparison_ops entity (as defined in the Filter DTD). |
| ComplexFilter |
Encapsulates the information of a element that contains an
Operation (only) (as defined in the Filter DTD).
|
| Expression_Impl |
Abstract superclass representing expr-entities (as defined in the Expression DTD). |
| ExpressionDefines |
Defines codes and constants for easy coping with the different kinds of
Expressions (both XML-Entities & JavaObjects). |
| ExpressionInfo |
|
| FalseFilter |
Abstract superclass representing elements (as defined in the Filter DTD).
|
| FeatureFilter |
Encapsulates the information of a element that consists of a
number of FeatureId constraints (only) (as defined in the FeatureId DTD). |
| FeatureId |
Encapsulates the information of a element as defined in the
FeatureId DTD.
|
| FilterTools |
|
| Function |
Encapsulates the information of a element as defined in the
Expression DTD. |
| GMLDBSQLBuilder |
Generation of SQL-fragments from a Filter object for DBs containing
geometries as GML geometries considering the deegree WFS assumptions
about naming the required columns.
|
| Literal |
Encapsulates the information of a element as defined in the
FeatureId DTD. |
| LogicalOperation |
Encapsulates the information of a logical_ops entity (as defined in the Filter DTD). |
| MySQLSQLBuilder |
|
| OperationDefines |
Defines codes and constants for easy coping with the different kinds of
Operations (both XML-Entities & JavaObjects). |
| OperationInfo |
|
| OracleSQLBuilder |
|
| PointDBSQLBuilder |
Generation of SQL-fragments from a Filter object for DBs containing
point geometries
FIXME:
- complete configurability of the Builder
- add support for missing spatial operations |
| PostgisSQLBuilder |
|
| PropertyIsBetweenOperation |
Encapsulates the information of a -element (as defined in
Filter DTD). |
| PropertyIsCOMPOperation |
Encapsulates the information of a -element (as defined in Filter DTD).
|
| PropertyIsLikeOperation |
Encapsulates the information of a -element (as defined in Filter DTD). |
| PropertyIsNullOperation |
Encapsulates the information of a -element (as defined in Filter DTD).
|
| PropertyName |
Encapsulates the information of a element as defined in the
FeatureId DTD. |
| SpatialOperation |
Encapsulates the information of a spatial_ops entity (as defined in the
Filter DTD).
|