public class LineCrossesFilter extends Object implements Filter<LineString>
| Constructor and Description |
|---|
LineCrossesFilter(LineString geometry)
Construct a new LineStringLessThanDistanceFilter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(LineString geometry)
Check that the object matches the filter, returning true if matched, false
otherwise.
|
public LineCrossesFilter(LineString geometry)
geometry - The geometry to compare the data objects to to.maxDistance - public boolean accept(LineString geometry)
Filteraccept in interface Filter<LineString>geometry - The object to check.Copyright © 2015 Revolution Systems Inc.. All rights reserved.