public class SpatialIndexStatementFilter extends Object implements StatementFilter
Constructor and Description |
---|
SpatialIndexStatementFilter() |
Modifier and Type | Method and Description |
---|---|
List<Statement> |
filter(List<Statement> statements)
Identify statements that match the criteria defined by this filter.
|
public List<Statement> filter(List<Statement> statements)
StatementFilter
filter
in interface StatementFilter
statements
- The statements to filter. Can be null
. The
content of the list is not modified (i.e., a new list is
created as result).null
Copyright © 2018. All rights reserved.