public class LineStringRDD extends SpatialRDD
boundary, boundaryEnvelope, grids, indexedRawRDD, indexedRDD, rawSpatialRDD, spatialPartitionedRDD, totalNumberOfRecords| Constructor and Description |
|---|
LineStringRDD(org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.LineString> rawSpatialRDD)
Deprecated.
Please append RDD Storage Level after all the existing parameters
|
LineStringRDD(org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.LineString> rawSpatialRDD,
org.apache.spark.storage.StorageLevel newLevel)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.LineString> rawSpatialRDD,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData)
Deprecated.
Please append RDD Storage Level after all the existing parameters
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions)
Deprecated.
Please append RDD Storage Level after all the existing parameters
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions,
org.apache.spark.storage.StorageLevel newLevel)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData,
org.apache.spark.storage.StorageLevel newLevel)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper)
Deprecated.
Please append RDD Storage Level after all the existing parameters
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper,
org.apache.spark.storage.StorageLevel newLevel)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
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)
Deprecated.
Please append RDD Storage Level after all the existing parameters
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer partitions,
org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper,
org.apache.spark.storage.StorageLevel newLevel)
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,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
Integer startOffset,
Integer endOffset,
FileDataSplitter splitter,
boolean carryInputData)
Deprecated.
Please append RDD Storage Level after all the existing parameters
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
Integer startOffset,
Integer endOffset,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions)
Deprecated.
Please append RDD Storage Level after all the existing parameters
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
Integer startOffset,
Integer endOffset,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions,
org.apache.spark.storage.StorageLevel newLevel)
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,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
Integer startOffset,
Integer endOffset,
FileDataSplitter splitter,
boolean carryInputData,
org.apache.spark.storage.StorageLevel newLevel)
Instantiates a new line string RDD.
|
LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
Integer startOffset,
Integer endOffset,
FileDataSplitter splitter,
boolean carryInputData,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
Instantiates a new line string RDD.
|
analyze, analyze, boundary, buildIndex, countWithoutDuplicates, countWithoutDuplicatesSPRDD, CRSTransform, getCRStransformation, getRawSpatialRDD, getSourceEpsgCode, getTargetEpgsgCode, MinimumBoundingRectangle, saveAsGeoJSON, setRawSpatialRDD, spatialPartitioning, spatialPartitioning@Deprecated public LineStringRDD(org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.LineString> rawSpatialRDD)
rawSpatialRDD - the raw spatial RDD@Deprecated public 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 partitions@Deprecated public 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 data@Deprecated public 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 partitions@Deprecated public 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 data@Deprecated public 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 mapper@Deprecated public 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.JavaRDD<com.vividsolutions.jts.geom.LineString> rawSpatialRDD,
org.apache.spark.storage.StorageLevel newLevel)
rawSpatialRDD - the raw spatial RDDnewLevel - the new levelpublic LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
Integer startOffset,
Integer endOffset,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions,
org.apache.spark.storage.StorageLevel newLevel)
SparkContext - the spark contextInputLocation - the input locationstartOffset - the start offsetendOffset - the end offsetsplitter - the splittercarryInputData - the carry input datapartitions - the partitionsnewLevel - the new levelpublic LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
Integer startOffset,
Integer endOffset,
FileDataSplitter splitter,
boolean carryInputData,
org.apache.spark.storage.StorageLevel newLevel)
SparkContext - the spark contextInputLocation - the input locationstartOffset - the start offsetendOffset - the end offsetsplitter - the splittercarryInputData - the carry input datanewLevel - the new levelpublic LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions,
org.apache.spark.storage.StorageLevel newLevel)
SparkContext - the spark contextInputLocation - the input locationsplitter - the splittercarryInputData - the carry input datapartitions - the partitionsnewLevel - the new levelpublic LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData,
org.apache.spark.storage.StorageLevel newLevel)
SparkContext - the spark contextInputLocation - the input locationsplitter - the splittercarryInputData - the carry input datanewLevel - the new levelpublic LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer partitions,
org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper,
org.apache.spark.storage.StorageLevel newLevel)
sparkContext - the spark contextInputLocation - the input locationpartitions - the partitionsuserSuppliedMapper - the user supplied mappernewLevel - the new levelpublic LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper,
org.apache.spark.storage.StorageLevel newLevel)
sparkContext - the spark contextInputLocation - the input locationuserSuppliedMapper - the user supplied mappernewLevel - the new levelpublic LineStringRDD(org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.LineString> rawSpatialRDD,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
rawSpatialRDD - the raw spatial RDDnewLevel - the new levelsourceEpsgCRSCode - the source epsg CRS codetargetEpsgCode - the target epsg codepublic LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
Integer startOffset,
Integer endOffset,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
SparkContext - the spark contextInputLocation - the input locationstartOffset - the start offsetendOffset - the end offsetsplitter - the splittercarryInputData - the carry input datapartitions - the partitionsnewLevel - the new levelsourceEpsgCRSCode - the source epsg CRS codetargetEpsgCode - the target epsg codepublic LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
Integer startOffset,
Integer endOffset,
FileDataSplitter splitter,
boolean carryInputData,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
SparkContext - the spark contextInputLocation - the input locationstartOffset - the start offsetendOffset - the end offsetsplitter - the splittercarryInputData - the carry input datanewLevel - the new levelsourceEpsgCRSCode - the source epsg CRS codetargetEpsgCode - the target epsg codepublic LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
SparkContext - the spark contextInputLocation - the input locationsplitter - the splittercarryInputData - the carry input datapartitions - the partitionsnewLevel - the new levelsourceEpsgCRSCode - the source epsg CRS codetargetEpsgCode - the target epsg codepublic LineStringRDD(org.apache.spark.api.java.JavaSparkContext SparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
SparkContext - the spark contextInputLocation - the input locationsplitter - the splittercarryInputData - the carry input datanewLevel - the new levelsourceEpsgCRSCode - the source epsg CRS codetargetEpsgCode - the target epsg codepublic LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer partitions,
org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
sparkContext - the spark contextInputLocation - the input locationpartitions - the partitionsuserSuppliedMapper - the user supplied mappernewLevel - the new levelsourceEpsgCRSCode - the source epsg CRS codetargetEpsgCode - the target epsg codepublic LineStringRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
sparkContext - the spark contextInputLocation - the input locationuserSuppliedMapper - the user supplied mappernewLevel - the new levelsourceEpsgCRSCode - the source epsg CRS codetargetEpsgCode - the target epsg codeCopyright © 2017. All rights reserved.