public class RangeFilter extends Object implements org.apache.spark.api.java.function.Function<Object,Boolean>, Serializable
| Constructor and Description |
|---|
RangeFilter(com.vividsolutions.jts.geom.Envelope queryWindow,
boolean considerBoundaryIntersection)
Instantiates a new geometry range filter.
|
RangeFilter(com.vividsolutions.jts.geom.Polygon queryWindow,
boolean considerBoundaryIntersection)
Instantiates a new geometry range filter.
|
public RangeFilter(com.vividsolutions.jts.geom.Envelope queryWindow,
boolean considerBoundaryIntersection)
queryWindow - the query windowconsiderBoundaryIntersection - the consider boundary intersectionpublic RangeFilter(com.vividsolutions.jts.geom.Polygon queryWindow,
boolean considerBoundaryIntersection)
queryWindow - the query windowconsiderBoundaryIntersection - the consider boundary intersectionCopyright © 2017. All rights reserved.