public class DuplicatesHandler extends Object
| Constructor and Description |
|---|
DuplicatesHandler() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.spark.api.java.JavaPairRDD<Circle,HashSet<com.vividsolutions.jts.geom.Geometry>> |
removeDuplicatesGeometryByCircle(org.apache.spark.api.java.JavaPairRDD<Circle,HashSet<com.vividsolutions.jts.geom.Geometry>> joinResultBeforeAggregation)
Removes the duplicates geometry by polygon.
|
static org.apache.spark.api.java.JavaPairRDD<com.vividsolutions.jts.geom.Polygon,HashSet<com.vividsolutions.jts.geom.Geometry>> |
removeDuplicatesGeometryByPolygon(org.apache.spark.api.java.JavaPairRDD<com.vividsolutions.jts.geom.Polygon,HashSet<com.vividsolutions.jts.geom.Geometry>> joinResultBeforeAggregation)
Removes the duplicates geometry by polygon.
|
public static org.apache.spark.api.java.JavaPairRDD<com.vividsolutions.jts.geom.Polygon,HashSet<com.vividsolutions.jts.geom.Geometry>> removeDuplicatesGeometryByPolygon(org.apache.spark.api.java.JavaPairRDD<com.vividsolutions.jts.geom.Polygon,HashSet<com.vividsolutions.jts.geom.Geometry>> joinResultBeforeAggregation)
joinResultBeforeAggregation - the join result before aggregationpublic static org.apache.spark.api.java.JavaPairRDD<Circle,HashSet<com.vividsolutions.jts.geom.Geometry>> removeDuplicatesGeometryByCircle(org.apache.spark.api.java.JavaPairRDD<Circle,HashSet<com.vividsolutions.jts.geom.Geometry>> joinResultBeforeAggregation)
joinResultBeforeAggregation - the join result before aggregationCopyright © 2017. All rights reserved.