Query.GeometryPredicate Class
The predicate class for geometry attributes.
Constructor
Query.GeometryPredicate
(
-
attributePath
Parameters:
-
attributePathStringThe path to the attribute for predicate.
Item Index
Methods
Properties
Methods
and
(
Query.ComplexPredicate
public
-
predicates
Combines specified predicates using and logic condition.
Parameters:
-
predicatesQuery.BasePredicate multipleList of predicates for combining.
Returns:
Query.ComplexPredicate:
Combined complex predicate with and logic.
contains
(
Query.StringPredicate
chainable
-
geometry
Sets the value that the attribute has to contain.
Parameters:
-
geometryStringThe geometry value that has to intersect with the attribute.
Returns:
Query.StringPredicate:
Returns this instance.
createPredicate
(
BasePredicate
-
args
Creates predicate by various parameters.
Parameters:
-
argsObjectArguments for the predicate.
Returns:
or
(
Query.ComplexPredicate
public
-
predicates
Combines specified predicates using or logic condition.
Parameters:
-
predicatesQuery.BasePredicate multipleList of predicates for combining.
Returns:
Query.ComplexPredicate:
Combined complex predicate with or logic.
stringToPredicate
(
BasePredicate
-
stringPredicate
Convert string to predicate.
Parameters:
-
stringPredicateObject
Flexberry Documentation