|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterType
The FilterType interface lists all the possible type of filter.
Example:
BEFORE: filter.getFilterType() == FilterType.GEOMETRY_CONTAINS
QUICK: Filters.getFilterType( filter ) == FilterType.GEOMETRY_CONTAINS
AFTER: filter instanceof Contains
modules/library/api (gt-api.jar)
Field Summary | |
---|---|
static short |
ALL
Deprecated. Defines a sieve filter, with static implementation Filter.EXCLUDE |
static short |
BETWEEN
Deprecated. Defines a between filter, which is implemented by FilterBetween. |
static short |
COMPARE_EQUALS
Deprecated. Defines a comparative equals filter (may be a math filter). |
static short |
COMPARE_GREATER_THAN
Deprecated. Defines a comparative greater than filter (is a math filter). |
static short |
COMPARE_GREATER_THAN_EQUAL
Deprecated. Defines a comparative greater than/equals filter (is a math filter). |
static short |
COMPARE_LESS_THAN
Deprecated. Defines a comparative less than filter (is a math filter). |
static short |
COMPARE_LESS_THAN_EQUAL
Deprecated. Defines a comparative less than/equals filter (is a math filter). |
static short |
COMPARE_NOT_EQUALS
Deprecated. Defines a comparative not equals filter (may be a math filter). |
static short |
FID
Deprecated. Defines a fid filter, which is implemented by FidFilterImpl. |
static short |
GEOMETRY_BBOX
Deprecated. Defines a geometric bounding box filter. |
static short |
GEOMETRY_BEYOND
Deprecated. Defines a geometric 'BEYOND' operator. |
static short |
GEOMETRY_CONTAINS
Deprecated. Defines a geometric 'CONTAINS' operator. |
static short |
GEOMETRY_CROSSES
Deprecated. Defines a geometric 'CROSSES' operator. |
static short |
GEOMETRY_DISJOINT
Deprecated. Defines a geometric 'DISJOINT' operator. |
static short |
GEOMETRY_DWITHIN
Deprecated. Defines a geometric 'DWITHIN' operator. |
static short |
GEOMETRY_EQUALS
Deprecated. Defines a geometric 'EQUALS' operator. |
static short |
GEOMETRY_INTERSECTS
Deprecated. Defines a geometric 'INTERSECTS' operator. |
static short |
GEOMETRY_OVERLAPS
Deprecated. Defines a geometric 'OVERLAPS' operator. |
static short |
GEOMETRY_TOUCHES
Deprecated. Defines a geometric 'TOUCHES' operator. |
static short |
GEOMETRY_WITHIN
Deprecated. Defines a geometric 'WITHIN' operator. |
static short |
LIKE
Deprecated. Defines a like filter, which is implemented by FilterLike. |
static short |
LOGIC_AND
Deprecated. Defines a logical 'AND' filter. |
static short |
LOGIC_NOT
Deprecated. Defines a logical 'NOT' filter. |
static short |
LOGIC_OR
Deprecated. Defines a logical 'OR' filter. |
static short |
NONE
Deprecated. Defines an empty filter, with static implementation Filter.INCLUDE |
static short |
NULL
Deprecated. Defines a null filter, which is implemented by FilterNull. |
Field Detail |
---|
static final short LOGIC_OR
static final short LOGIC_AND
static final short LOGIC_NOT
static final short GEOMETRY_BBOX
static final short GEOMETRY_EQUALS
static final short GEOMETRY_DISJOINT
static final short GEOMETRY_INTERSECTS
static final short GEOMETRY_TOUCHES
static final short GEOMETRY_CROSSES
static final short GEOMETRY_WITHIN
static final short GEOMETRY_CONTAINS
static final short GEOMETRY_OVERLAPS
static final short GEOMETRY_BEYOND
static final short GEOMETRY_DWITHIN
static final short COMPARE_EQUALS
static final short COMPARE_LESS_THAN
static final short COMPARE_GREATER_THAN
static final short COMPARE_LESS_THAN_EQUAL
static final short COMPARE_GREATER_THAN_EQUAL
static final short COMPARE_NOT_EQUALS
static final short BETWEEN
static final short NULL
static final short LIKE
static final short FID
static final short NONE
static final short ALL
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |