public class GeometryByPolygonJudgement extends Object implements org.apache.spark.api.java.function.PairFlatMapFunction<scala.Tuple2<Integer,scala.Tuple2<Iterable<Object>,Iterable<Object>>>,com.vividsolutions.jts.geom.Polygon,HashSet<com.vividsolutions.jts.geom.Geometry>>, Serializable
| Constructor and Description |
|---|
GeometryByPolygonJudgement(boolean considerBoundaryIntersection)
Instantiates a new geometry by polygon judgement.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<scala.Tuple2<com.vividsolutions.jts.geom.Polygon,HashSet<com.vividsolutions.jts.geom.Geometry>>> |
call(scala.Tuple2<Integer,scala.Tuple2<Iterable<Object>,Iterable<Object>>> cogroup) |
public GeometryByPolygonJudgement(boolean considerBoundaryIntersection)
considerBoundaryIntersection - the consider boundary intersectionCopyright © 2017. All rights reserved.