Class IndexBuilder<T extends org.locationtech.jts.geom.Geometry>
- java.lang.Object
- 
- org.apache.sedona.core.spatialRddTool.IndexBuilder<T>
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.spark.api.java.function.FlatMapFunction<Iterator<T>,org.locationtech.jts.index.SpatialIndex>
 
 public final class IndexBuilder<T extends org.locationtech.jts.geom.Geometry> extends Object implements org.apache.spark.api.java.function.FlatMapFunction<Iterator<T>,org.locationtech.jts.index.SpatialIndex> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IndexBuilder(IndexType indexType)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<org.locationtech.jts.index.SpatialIndex>call(Iterator<T> objectIterator)
 
-