Documentation of 'org.opengis.filter.package-summary' Java class
org.opengis.filter

@XmlSchema(URL="http://schemas.opengis.net/filter/1.0.0/filter.xsd", specification=OGC_02059)

Package org.opengis.filter

Filters features according their properties.

See: Description

Package org.opengis.filter Description

Filters features according their properties. A filter expression is a construct used to constraints the property values of an object type for the purpose of identifying a subset of object instances to be operated upon in some manner. The following is adapted from Filter encoding implementation:

Comparison operators

A comparison operator is used to form expressions that evaluate the mathematical comparison between two arguments. If the arguments satisfy the comparison then the expression evaluates to true. Otherwise the expression evaluates to false.

In addition to the standard set (=,<,>,>=,<=,<>) of comparison operators, this package defines the elements PropertyIsLike, PropertyIsBetween and PropertyIsNull.

Logical operators

A logical operator can be used to combine one or more conditional expressions. The logical operator And evaluates to true if all the combined expressions evaluate to true. The operator Or operator evaluates to true is any of the combined expressions evaluate to true. The Not operator reverses the logical value of an expression. The elements And, Or and Not can be used to combine scalar, spatial and other logical expressions to form more complex compound expressions.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.