public class PointRDD extends SpatialRDD<org.locationtech.jts.geom.Point>
approximateTotalCount, boundaryEnvelope, CRStransformation, fieldNames, indexedRawRDD, indexedRDD, rawSpatialRDD, sourceEpsgCode, spatialPartitionedRDD, targetEpgsgCode| Constructor and Description |
|---|
PointRDD()
Instantiates a new point RDD.
|
PointRDD(org.apache.spark.api.java.JavaRDD<org.locationtech.jts.geom.Point> rawSpatialRDD)
Instantiates a new point RDD.
|
PointRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData)
Instantiates a new point RDD.
|
PointRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions)
Instantiates a new point RDD.
|
PointRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper)
Instantiates a new point RDD.
|
PointRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer Offset,
FileDataSplitter splitter,
boolean carryInputData)
Instantiates a new point RDD.
|
PointRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer Offset,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions)
Instantiates a new point RDD.
|
PointRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer partitions,
org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper)
Instantiates a new point RDD.
|
analyze, analyze, analyze, boundary, buildIndex, calc_partitioner, countWithoutDuplicates, countWithoutDuplicatesSPRDD, CRSTransform, CRSTransform, flipCoordinates, getCRStransformation, getPartitioner, getRawSpatialRDD, getSampleNumber, getSourceEpsgCode, getTargetEpgsgCode, MinimumBoundingRectangle, saveAsGeoJSON, saveAsWKB, saveAsWKT, setRawSpatialRDD, setSampleNumber, spatialPartitioning, spatialPartitioning, spatialPartitioning, spatialPartitioning, spatialPartitioningpublic PointRDD()
public PointRDD(org.apache.spark.api.java.JavaRDD<org.locationtech.jts.geom.Point> rawSpatialRDD)
rawSpatialRDD - the raw spatial RDDpublic PointRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer Offset,
FileDataSplitter splitter,
boolean carryInputData)
sparkContext - the spark contextInputLocation - the input locationOffset - the offsetsplitter - the splittercarryInputData - the carry input datapublic PointRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions)
sparkContext - the spark contextInputLocation - the input locationsplitter - the splittercarryInputData - the carry input datapartitions - the partitionspublic PointRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData)
sparkContext - the spark contextInputLocation - the input locationsplitter - the splittercarryInputData - the carry input datapublic PointRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer partitions,
org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper)
sparkContext - the spark contextInputLocation - the input locationpartitions - the partitionsuserSuppliedMapper - the user supplied mapperpublic PointRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper)
sparkContext - the spark contextInputLocation - the input locationuserSuppliedMapper - the user supplied mapperpublic PointRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer Offset,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions)
sparkContext - the spark contextInputLocation - the input locationOffset - the offsetsplitter - the splittercarryInputData - the carry input datapartitions - the partitionsCopyright © 2023 The Apache Software Foundation. All rights reserved.