|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DWithin | |
|---|---|
| org.opengis.filter | Filters features according their properties. |
| Uses of DWithin in org.opengis.filter |
|---|
| Methods in org.opengis.filter that return DWithin | |
|---|---|
DWithin |
FilterFactory2.dwithin(Expression geometry1,
Expression geometry2,
double distance,
String units)
Checks if any part of the first geometry lies within the given distance of the second geometry. |
DWithin |
FilterFactory.dwithin(String propertyName,
Geometry geometry,
double distance,
String units)
Checks if any part of the first geometry lies within the given distance of the second geometry. |
| Methods in org.opengis.filter with parameters of type DWithin | |
|---|---|
Object |
FilterVisitor.visit(DWithin filter,
Object extraData)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||