| Constructor and Description |
|---|
LessThanOrEqualDistanceFilter(Geometry geometry,
double maxDistance)
Construct a new LineStringLessThanDistanceFilter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Geometry geometry)
Check that the object matches the filter, returning true if matched, false
otherwise.
|
Geometry |
getGeometry()
Get the geometry to compare the data objects to to.
|
double |
getMaxDistance()
Get the maximum maxDistance the object can be from the source geometry.
|
public LessThanOrEqualDistanceFilter(Geometry geometry, double maxDistance)
geometry - The geometry to compare the data objects to to.maxDistance - public boolean accept(Geometry geometry)
Filterpublic Geometry getGeometry()
public double getMaxDistance()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.