| Package | Description |
|---|---|
| org.datasyslab.geospark.joinJudgement | |
| org.datasyslab.geospark.spatialPartitioning | |
| org.datasyslab.geospark.spatialRDD |
| Modifier and Type | Method and Description |
|---|---|
Iterator<scala.Tuple2<Circle,HashSet<com.vividsolutions.jts.geom.Geometry>>> |
GeometryByCircleJudgement.call(scala.Tuple2<Integer,scala.Tuple2<Iterable<Object>,Iterable<Object>>> cogroup) |
Iterator<scala.Tuple2<Circle,HashSet<com.vividsolutions.jts.geom.Geometry>>> |
GeometryByCircleJudgementUsingIndex.call(scala.Tuple2<Integer,scala.Tuple2<Iterable<com.vividsolutions.jts.index.SpatialIndex>,Iterable<Object>>> cogroup) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.spark.api.java.JavaPairRDD<Circle,HashSet<com.vividsolutions.jts.geom.Geometry>> |
DuplicatesHandler.removeDuplicatesGeometryByCircle(org.apache.spark.api.java.JavaPairRDD<Circle,HashSet<com.vividsolutions.jts.geom.Geometry>> joinResultBeforeAggregation)
Removes the duplicates geometry by polygon.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.spark.api.java.JavaPairRDD<Circle,HashSet<com.vividsolutions.jts.geom.Geometry>> |
DuplicatesHandler.removeDuplicatesGeometryByCircle(org.apache.spark.api.java.JavaPairRDD<Circle,HashSet<com.vividsolutions.jts.geom.Geometry>> joinResultBeforeAggregation)
Removes the duplicates geometry by polygon.
|
| Constructor and Description |
|---|
CircleRDD(org.apache.spark.api.java.JavaRDD<Circle> circleRDD)
Instantiates a new circle RDD.
|
Copyright © 2017. All rights reserved.