static AttributeTypeFilter |
AttributeTypeFilter.ALL_FILTER |
Attribute filter includes NUMERIC attributes.
|
static AttributeTypeFilter |
AttributeTypeFilter.BOOLEAN_FILTER |
Attribute filter includes BOOLEAN attributes.
|
static AttributeTypeFilter |
AttributeTypeFilter.DATE_FILTER |
Attribute filter includes DATE attributes.
|
static AttributeTypeFilter |
AttributeTypeFilter.DOUBLE_FILTER |
Attribute filter includes DOUBLE attributes.
|
static AttributeTypeFilter |
AttributeTypeFilter.GEOMETRY_FILTER |
Attribute filter includes GEOMETRY attributes.
|
static AttributeTypeFilter |
AttributeTypeFilter.INTEGER_FILTER |
Attribute filter includes INTEGER attributes.
|
static AttributeTypeFilter |
AttributeTypeFilter.LONG_FILTER |
Attribute filter includes LONG attributes.
|
static AttributeTypeFilter |
AttributeTypeFilter.NO_GEOMETRY_FILTER |
Attribute filter includes NON GEOMETRIC attributes.
|
static AttributeTypeFilter |
AttributeTypeFilter.NUMERIC_FILTER |
Attribute filter includes NUMERIC attributes.
|
static AttributeTypeFilter |
AttributeTypeFilter.NUMSTRING_FILTER |
Attribute filter includes NUMERIC and STRING attributes.
|
static AttributeTypeFilter |
AttributeTypeFilter.OBJECT_FILTER |
Attribute filter includes OBJECT attributes.
|
static AttributeTypeFilter |
AttributeTypeFilter.STRING_FILTER |
Attribute filter includes STRING attributes.
|