gis:find-greater-than
gis:find-greater-than VectorDataset property-name value
Reports a list of all VectorFeatures in the given dataset whose value for the property property-name is greater than the given value. String values are compared using case-sensitive lexicographic order as defined in the Java Documentation. Using a string value for a numeric property or a numeric value for a string property will cause an error.
Take me to the full GIS Extension Dictionary