public class GeoSpatialRestrictionExpression extends RestrictionExpression
| Constructor and Description |
|---|
GeoSpatialRestrictionExpression(ComparisonRestrictionExpression previousExpression,
String nextLogicalCombiner)
Instantiates a new Geo spatial restriction expression.
|
GeoSpatialRestrictionExpression(String propertyName,
Object value,
String operation,
String logicalCombiner)
Instantiates a new Geo spatial restriction expression.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
appendRestrictionExpression(GeoSpatialRestrictionExpression restrictionExpression,
StringBuilder queryBuilder)
Append restriction expression.
|
getLogicalCombiner, getOperation, getPropertyName, getValue, setLogicalCombiner, setOperation, setPropertyName, setValuepublic GeoSpatialRestrictionExpression(String propertyName, Object value, String operation, String logicalCombiner)
propertyName - the property namevalue - the valueoperation - the operationlogicalCombiner - the logical combinerpublic GeoSpatialRestrictionExpression(ComparisonRestrictionExpression previousExpression, String nextLogicalCombiner)
previousExpression - the previous expressionnextLogicalCombiner - the next logical combinerpublic static void appendRestrictionExpression(GeoSpatialRestrictionExpression restrictionExpression, StringBuilder queryBuilder)
restrictionExpression - the restriction expressionqueryBuilder - the query builderCopyright © 2020. All rights reserved.