public class LineStringRDD extends SpatialRDD<org.locationtech.jts.geom.LineString>
approximateTotalCount, boundaryEnvelope, CRStransformation, fieldNames, indexedRawRDD, indexedRDD, rawSpatialRDD, sourceEpsgCode, spatialPartitionedRDD, targetEpgsgCode| Constructor and Description |
|---|
LineStringRDD()
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaRDD<org.locationtech.jts.geom.LineString> rawSpatialRDD)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer partitions,
org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer startOffset,
Integer endOffset,
FileDataSplitter splitter,
boolean carryInputData)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer startOffset,
Integer endOffset,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions)
Instantiates a new line string 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 LineStringRDD()
public LineStringRDD(org.apache.spark.api.java.JavaRDD<org.locationtech.jts.geom.LineString> rawSpatialRDD)
rawSpatialRDD - the raw spatial RDDpublic LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer startOffset,
Integer endOffset,
FileDataSplitter splitter,
boolean carryInputData)
sparkContext - the spark contextInputLocation - the input locationstartOffset - the start offsetendOffset - the end offsetsplitter - the splittercarryInputData - the carry input datapublic LineStringRDD(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 LineStringRDD(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 LineStringRDD(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 LineStringRDD(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 LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer startOffset,
Integer endOffset,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions)
sparkContext - the spark contextInputLocation - the input locationstartOffset - the start offsetendOffset - the end offsetsplitter - the splittercarryInputData - the carry input datapartitions - the partitionsCopyright © 2023 The Apache Software Foundation. All rights reserved.