Package org.n52.shetland.ogc.filter
Interface FilterConstants
-
public interface FilterConstantsConstants interface for OGC Filter Encoding- Since:
- 1.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFilterConstants.AdHocQueryParamsEnumeration for AdHoc query parameterstatic classFilterConstants.BinaryLogicOperatorEnumeration for binary logic operatorsstatic classFilterConstants.ComparisonOperatorEnumeration for comparison operatorsstatic classFilterConstants.ConformanceClassConstraintNamesEnumeration for conformance class constraint namesstatic classFilterConstants.Expressionstatic classFilterConstants.GeometryOperandEnumeration for geometry typesstatic classFilterConstants.Idstatic interfaceFilterConstants.LogicOperatorstatic interfaceFilterConstants.LogicOperatorsstatic classFilterConstants.SimpleArithmeticOperatorstatic classFilterConstants.SkipTopOperatorstatic classFilterConstants.SortOrderEnumeration for sort orderstatic classFilterConstants.SpatialOperatorEnumeration for spatial operatorsstatic classFilterConstants.TimeOperatorEnumeration for temporal operatorsstatic classFilterConstants.TimeOperator2Enumeration for FES 2.0 temporal operatorsstatic classFilterConstants.TimeOperatorMappingstatic classFilterConstants.UnaryLogicOperatorEnumeration for unary logic operators
-
Field Summary
Fields Modifier and Type Field Description static StringEN_FILTERstatic StringEN_LITERALstatic StringEN_PROPERTY_IS_EQUAL_TOstatic StringEN_PROPERTY_NAMEstatic StringEN_TEQUALSstatic StringEN_VALUE_REFERENCEstatic SchemaLocationFES_110_SCHEMA_LOCATIONstatic SchemaLocationFES_20_SCHEMA_LOCATIONstatic StringFILTER_LANGUAGE_FES_FILTERstatic StringNS_FES_110static StringNS_FES_110_PREFIXstatic StringNS_FES_2static StringNS_FES_2_PREFIXstatic QNameQN_FILTERstatic QNameQN_LITERALstatic QNameQN_PROPERTY_IS_EQUAL_TOstatic QNameQN_VALUE_REFERENCEstatic StringSCHEMA_LOCATION_URL_FES_110static StringSCHEMA_LOCATION_URL_FES_20static StringSHORT_NAMEstatic StringVERSION_STRING_FES_110static StringVERSION_STRING_FES_2
-
-
-
Field Detail
-
NS_FES_2
static final String NS_FES_2
- See Also:
- Constant Field Values
-
NS_FES_110
static final String NS_FES_110
- See Also:
- Constant Field Values
-
NS_FES_2_PREFIX
static final String NS_FES_2_PREFIX
- See Also:
- Constant Field Values
-
NS_FES_110_PREFIX
static final String NS_FES_110_PREFIX
- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_URL_FES_20
static final String SCHEMA_LOCATION_URL_FES_20
- See Also:
- Constant Field Values
-
SCHEMA_LOCATION_URL_FES_110
static final String SCHEMA_LOCATION_URL_FES_110
- See Also:
- Constant Field Values
-
FES_20_SCHEMA_LOCATION
static final SchemaLocation FES_20_SCHEMA_LOCATION
-
FES_110_SCHEMA_LOCATION
static final SchemaLocation FES_110_SCHEMA_LOCATION
-
FILTER_LANGUAGE_FES_FILTER
static final String FILTER_LANGUAGE_FES_FILTER
- See Also:
- Constant Field Values
-
SHORT_NAME
static final String SHORT_NAME
- See Also:
- Constant Field Values
-
VERSION_STRING_FES_110
static final String VERSION_STRING_FES_110
- See Also:
- Constant Field Values
-
VERSION_STRING_FES_2
static final String VERSION_STRING_FES_2
- See Also:
- Constant Field Values
-
EN_TEQUALS
static final String EN_TEQUALS
- See Also:
- Constant Field Values
-
EN_VALUE_REFERENCE
static final String EN_VALUE_REFERENCE
- See Also:
- Constant Field Values
-
EN_PROPERTY_NAME
static final String EN_PROPERTY_NAME
- See Also:
- Constant Field Values
-
EN_LITERAL
static final String EN_LITERAL
- See Also:
- Constant Field Values
-
EN_PROPERTY_IS_EQUAL_TO
static final String EN_PROPERTY_IS_EQUAL_TO
- See Also:
- Constant Field Values
-
EN_FILTER
static final String EN_FILTER
- See Also:
- Constant Field Values
-
QN_FILTER
static final QName QN_FILTER
-
QN_VALUE_REFERENCE
static final QName QN_VALUE_REFERENCE
-
QN_LITERAL
static final QName QN_LITERAL
-
QN_PROPERTY_IS_EQUAL_TO
static final QName QN_PROPERTY_IS_EQUAL_TO
-
-