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