public static final class FilterToCQLTool.FixedDWithinImpl
extends org.geotools.filter.spatial.IntersectsImpl
implements org.opengis.filter.spatial.DWithin
cacheValue, leftPreppedGeom, literals, rightPreppedGeomALL, BETWEEN, COMPARE_EQUALS, COMPARE_GREATER_THAN, COMPARE_GREATER_THAN_EQUAL, COMPARE_LESS_THAN, COMPARE_LESS_THAN_EQUAL, COMPARE_NOT_EQUALS, FID, GEOMETRY_BBOX, GEOMETRY_BEYOND, GEOMETRY_CONTAINS, GEOMETRY_CROSSES, GEOMETRY_DISJOINT, GEOMETRY_DWITHIN, GEOMETRY_EQUALS, GEOMETRY_INTERSECTS, GEOMETRY_OVERLAPS, GEOMETRY_TOUCHES, GEOMETRY_WITHIN, LIKE, LOGIC_AND, LOGIC_NOT, LOGIC_OR, NONE, NULL| Constructor and Description |
|---|
FixedDWithinImpl(org.opengis.filter.expression.Expression e1,
org.opengis.filter.expression.Expression e2,
String units,
double distance) |
FixedDWithinImpl(org.opengis.filter.expression.Expression e1,
org.opengis.filter.expression.Expression e2,
String units,
double distance,
org.opengis.filter.MultiValuedFilter.MatchAction matchAction) |
| Modifier and Type | Method and Description |
|---|---|
double |
getDistance() |
String |
getDistanceUnits() |
accept, basicEvaluate, evaluateInternalsetExpression1, setExpression2equals, evaluate, getGeometries, getMatchAction, hashCode, toStringcomparable, eval, eval, getExpression1, getExpression2, isMatchingCaseisCompareFilter, isGeometryDistanceFilter, isGeometryFilter, isLogicFilter, isMathFilter, isSimpleFilterclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic FixedDWithinImpl(org.opengis.filter.expression.Expression e1,
org.opengis.filter.expression.Expression e2,
String units,
double distance)
throws org.geotools.filter.IllegalFilterException,
org.opengis.referencing.operation.TransformException
org.geotools.filter.IllegalFilterExceptionorg.opengis.referencing.operation.TransformExceptionpublic FixedDWithinImpl(org.opengis.filter.expression.Expression e1,
org.opengis.filter.expression.Expression e2,
String units,
double distance,
org.opengis.filter.MultiValuedFilter.MatchAction matchAction)
throws org.geotools.filter.IllegalFilterException,
org.opengis.referencing.operation.TransformException
org.geotools.filter.IllegalFilterExceptionorg.opengis.referencing.operation.TransformExceptionpublic double getDistance()
getDistance in interface org.opengis.filter.spatial.DistanceBufferOperatorpublic String getDistanceUnits()
getDistanceUnits in interface org.opengis.filter.spatial.DistanceBufferOperatorCopyright © 2013–2021. All rights reserved.