public class RectangleRDD extends SpatialRDD
boundary, boundaryEnvelope, grids, indexedRawRDD, indexedRDD, rawSpatialRDD, spatialPartitionedRDD, totalNumberOfRecords| Constructor and Description |
|---|
RectangleRDD(org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Polygon> rawSpatialRDD)
Deprecated.
Please append RDD Storage Level after all the existing parameters
|
RectangleRDD(org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Polygon> rawSpatialRDD,
org.apache.spark.storage.StorageLevel newLevel)
Instantiates a new rectangle RDD.
|
RectangleRDD(org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Polygon> rawSpatialRDD,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
Instantiates a new rectangle RDD.
|
RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData)
Deprecated.
Please append RDD Storage Level after all the existing parameters
|
RectangleRDD(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
|
RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions,
org.apache.spark.storage.StorageLevel newLevel)
Instantiates a new rectangle RDD.
|
RectangleRDD(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 rectangle RDD.
|
RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
FileDataSplitter splitter,
boolean carryInputData,
org.apache.spark.storage.StorageLevel newLevel)
Instantiates a new rectangle RDD.
|
RectangleRDD(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 rectangle RDD.
|
RectangleRDD(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
|
RectangleRDD(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 rectangle RDD.
|
RectangleRDD(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 rectangle RDD.
|
RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer Offset,
FileDataSplitter splitter,
boolean carryInputData)
Deprecated.
Please append RDD Storage Level after all the existing parameters
|
RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer Offset,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions)
Deprecated.
Please append RDD Storage Level after all the existing parameters
|
RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer Offset,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions,
org.apache.spark.storage.StorageLevel newLevel)
Instantiates a new rectangle RDD.
|
RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer Offset,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
Instantiates a new rectangle RDD.
|
RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer Offset,
FileDataSplitter splitter,
boolean carryInputData,
org.apache.spark.storage.StorageLevel newLevel)
Instantiates a new rectangle RDD.
|
RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer Offset,
FileDataSplitter splitter,
boolean carryInputData,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
Instantiates a new rectangle RDD.
|
RectangleRDD(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
|
RectangleRDD(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 rectangle RDD.
|
RectangleRDD(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 rectangle RDD.
|
analyze, analyze, boundary, buildIndex, countWithoutDuplicates, countWithoutDuplicatesSPRDD, CRSTransform, getCRStransformation, getRawSpatialRDD, getSourceEpsgCode, getTargetEpgsgCode, MinimumBoundingRectangle, saveAsGeoJSON, setRawSpatialRDD, spatialPartitioning, spatialPartitioning@Deprecated public RectangleRDD(org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Polygon> rawSpatialRDD)
rawSpatialRDD - the raw spatial RDD@Deprecated public RectangleRDD(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 partitions@Deprecated public RectangleRDD(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 data@Deprecated public RectangleRDD(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 RectangleRDD(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 RectangleRDD(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 RectangleRDD(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 RectangleRDD(org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Polygon> rawSpatialRDD,
org.apache.spark.storage.StorageLevel newLevel)
rawSpatialRDD - the raw spatial RDDnewLevel - the new levelpublic RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer Offset,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions,
org.apache.spark.storage.StorageLevel newLevel)
sparkContext - the spark contextInputLocation - the input locationOffset - the offsetsplitter - the splittercarryInputData - the carry input datapartitions - the partitionsnewLevel - the new levelpublic RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer Offset,
FileDataSplitter splitter,
boolean carryInputData,
org.apache.spark.storage.StorageLevel newLevel)
sparkContext - the spark contextInputLocation - the input locationOffset - the offsetsplitter - the splittercarryInputData - the carry input datanewLevel - the new levelpublic RectangleRDD(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 RectangleRDD(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 RectangleRDD(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 RectangleRDD(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 RectangleRDD(org.apache.spark.api.java.JavaRDD<com.vividsolutions.jts.geom.Polygon> 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 RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer Offset,
FileDataSplitter splitter,
boolean carryInputData,
Integer partitions,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
sparkContext - the spark contextInputLocation - the input locationOffset - the offsetsplitter - the splittercarryInputData - the carry input datapartitions - the partitionsnewLevel - the new levelsourceEpsgCRSCode - the source epsg CRS codetargetEpsgCode - the target epsg codepublic RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext,
String InputLocation,
Integer Offset,
FileDataSplitter splitter,
boolean carryInputData,
org.apache.spark.storage.StorageLevel newLevel,
String sourceEpsgCRSCode,
String targetEpsgCode)
sparkContext - the spark contextInputLocation - the input locationOffset - the offsetsplitter - the splittercarryInputData - the carry input datanewLevel - the new levelsourceEpsgCRSCode - the source epsg CRS codetargetEpsgCode - the target epsg codepublic RectangleRDD(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 RectangleRDD(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 RectangleRDD(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 RectangleRDD(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.