public abstract static class SpatialViewQueryCreator.AbstractFalsePositiveEvaluator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
protected static PointInShapeEvaluator |
POINT_IN_SHAPE |
protected org.springframework.data.mapping.PropertyPath |
propertyPath |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFalsePositiveEvaluator(org.springframework.data.mapping.PropertyPath path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Object original,
org.springframework.beans.BeanWrapper bean) |
protected abstract boolean |
evaluateCriteria(org.springframework.data.geo.Point p) |
protected static final PointInShapeEvaluator POINT_IN_SHAPE
protected static final org.slf4j.Logger LOGGER
protected final org.springframework.data.mapping.PropertyPath propertyPath
protected AbstractFalsePositiveEvaluator(org.springframework.data.mapping.PropertyPath path)
public boolean evaluate(Object original, org.springframework.beans.BeanWrapper bean)
protected abstract boolean evaluateCriteria(org.springframework.data.geo.Point p)
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.