public class RangeQuery extends Object implements Serializable
| Constructor and Description |
|---|
RangeQuery() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.LineString> |
SpatialRangeQuery(LineStringRDD spatialRDD,
com.vividsolutions.jts.geom.Envelope originalQueryWindow,
boolean considerBoundaryIntersection,
boolean useIndex)
Spatial range query.
|
static org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.LineString> |
SpatialRangeQuery(LineStringRDD spatialRDD,
com.vividsolutions.jts.geom.Polygon originalQueryWindow,
boolean considerBoundaryIntersection,
boolean useIndex)
Spatial range query.
|
static org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Point> |
SpatialRangeQuery(PointRDD spatialRDD,
com.vividsolutions.jts.geom.Envelope originalQueryWindow,
boolean considerBoundaryIntersection,
boolean useIndex)
Spatial range query.
|
static org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Point> |
SpatialRangeQuery(PointRDD spatialRDD,
com.vividsolutions.jts.geom.Polygon originalQueryWindow,
boolean considerBoundaryIntersection,
boolean useIndex)
Spatial range query.
|
static org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Polygon> |
SpatialRangeQuery(PolygonRDD spatialRDD,
com.vividsolutions.jts.geom.Envelope originalQueryWindow,
boolean considerBoundaryIntersection,
boolean useIndex)
Spatial range query.
|
static org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Polygon> |
SpatialRangeQuery(PolygonRDD spatialRDD,
com.vividsolutions.jts.geom.Polygon originalQueryWindow,
boolean considerBoundaryIntersection,
boolean useIndex)
Spatial range query.
|
static org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Polygon> |
SpatialRangeQuery(RectangleRDD spatialRDD,
com.vividsolutions.jts.geom.Envelope originalQueryWindow,
boolean considerBoundaryIntersection,
boolean useIndex)
Spatial range query.
|
public static org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Point> SpatialRangeQuery(PointRDD spatialRDD, com.vividsolutions.jts.geom.Envelope originalQueryWindow, boolean considerBoundaryIntersection, boolean useIndex) throws Exception
spatialRDD - the spatial RDDoriginalQueryWindow - the original query windowconsiderBoundaryIntersection - the consider boundary intersectionuseIndex - the use indexException - the exceptionpublic static org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Point> SpatialRangeQuery(PointRDD spatialRDD, com.vividsolutions.jts.geom.Polygon originalQueryWindow, boolean considerBoundaryIntersection, boolean useIndex) throws Exception
spatialRDD - the spatial RDDoriginalQueryWindow - the original query windowconsiderBoundaryIntersection - the consider boundary intersectionuseIndex - the use indexException - the exceptionpublic static org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Polygon> SpatialRangeQuery(PolygonRDD spatialRDD, com.vividsolutions.jts.geom.Envelope originalQueryWindow, boolean considerBoundaryIntersection, boolean useIndex) throws Exception
spatialRDD - the spatial RDDoriginalQueryWindow - the original query windowconsiderBoundaryIntersection - the consider boundary intersectionuseIndex - the use indexException - the exceptionpublic static org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Polygon> SpatialRangeQuery(PolygonRDD spatialRDD, com.vividsolutions.jts.geom.Polygon originalQueryWindow, boolean considerBoundaryIntersection, boolean useIndex) throws Exception
spatialRDD - the spatial RDDoriginalQueryWindow - the original query windowconsiderBoundaryIntersection - the consider boundary intersectionuseIndex - the use indexException - the exceptionpublic static org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Polygon> SpatialRangeQuery(RectangleRDD spatialRDD, com.vividsolutions.jts.geom.Envelope originalQueryWindow, boolean considerBoundaryIntersection, boolean useIndex) throws Exception
spatialRDD - the spatial RDDoriginalQueryWindow - the original query windowconsiderBoundaryIntersection - the consider boundary intersectionuseIndex - the use indexException - the exceptionpublic static org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.LineString> SpatialRangeQuery(LineStringRDD spatialRDD, com.vividsolutions.jts.geom.Envelope originalQueryWindow, boolean considerBoundaryIntersection, boolean useIndex) throws Exception
spatialRDD - the spatial RDDoriginalQueryWindow - the original query windowconsiderBoundaryIntersection - the consider boundary intersectionuseIndex - the use indexException - the exceptionpublic static org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.LineString> SpatialRangeQuery(LineStringRDD spatialRDD, com.vividsolutions.jts.geom.Polygon originalQueryWindow, boolean considerBoundaryIntersection, boolean useIndex) throws Exception
spatialRDD - the spatial RDDoriginalQueryWindow - the original query windowconsiderBoundaryIntersection - the consider boundary intersectionuseIndex - the use indexException - the exceptionCopyright © 2017. All rights reserved.