| Constructor and Description |
|---|
LessThanDistanceFilter() |
LessThanDistanceFilter(LineString geometry,
double distance)
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.
|
double |
getDistance()
Get the maximum distance the object can be from the source geometry.
|
BoundingBox |
getEnvelope() |
Geometry |
getGeometry()
Get the geometry to compare the data objects to to.
|
void |
setDistance(double distance) |
void |
setGeometry(Geometry geometry) |
public LessThanDistanceFilter()
public LessThanDistanceFilter(LineString geometry, double distance)
geometry - The geometry to compare the data objects to to.distance - public boolean accept(Geometry geometry)
Filterpublic double getDistance()
public BoundingBox getEnvelope()
public Geometry getGeometry()
public void setDistance(double distance)
public void setGeometry(Geometry geometry)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.