public class F extends Object
| Constructor and Description |
|---|
F() |
| Modifier and Type | Method and Description |
|---|---|
static WithinDistance |
dWithin(FieldDefinition attribute,
Geometry geometry,
double distance) |
static WithinDistance |
dWithin(String name,
Geometry geometry,
double distance) |
static EnvelopeIntersects |
envelopeIntersects(FieldDefinition attribute,
BoundingBox boundingBox) |
static EnvelopeIntersects |
envelopeIntersects(FieldDefinition attribute,
Geometry geometry) |
static EnvelopeIntersects |
envelopeIntersects(RecordDefinition recordDefinition,
BoundingBox boundingBox) |
static EnvelopeIntersects |
envelopeIntersects(String name,
BoundingBox boundingBox) |
static Lower |
lower(QueryValue value) |
static RegexpReplace |
regexpReplace(QueryValue value,
String pattern,
String replace) |
static RegexpReplace |
regexpReplace(QueryValue value,
String pattern,
String replace,
String flags) |
static Upper |
upper(QueryValue value) |
static Upper |
upper(String name) |
public static WithinDistance dWithin(FieldDefinition attribute, Geometry geometry, double distance)
public static WithinDistance dWithin(String name, Geometry geometry, double distance)
public static EnvelopeIntersects envelopeIntersects(FieldDefinition attribute, BoundingBox boundingBox)
public static EnvelopeIntersects envelopeIntersects(FieldDefinition attribute, Geometry geometry)
public static EnvelopeIntersects envelopeIntersects(RecordDefinition recordDefinition, BoundingBox boundingBox)
public static EnvelopeIntersects envelopeIntersects(String name, BoundingBox boundingBox)
public static Lower lower(QueryValue value)
public static RegexpReplace regexpReplace(QueryValue value, String pattern, String replace)
public static RegexpReplace regexpReplace(QueryValue value, String pattern, String replace, String flags)
public static Upper upper(QueryValue value)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.