Class RectangleRDD
- java.lang.Object
- 
- org.apache.sedona.core.spatialRDD.SpatialRDD<org.locationtech.jts.geom.Polygon>
- 
- org.apache.sedona.core.spatialRDD.RectangleRDD
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 @Deprecated public class RectangleRDD extends SpatialRDD<org.locationtech.jts.geom.Polygon> Deprecated.The Class RectangleRDD.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.sedona.core.spatialRDD.SpatialRDDapproximateTotalCount, boundaryEnvelope, CRStransformation, fieldNames, indexedRawRDD, indexedRDD, rawSpatialRDD, schema, sourceEpsgCode, spatialPartitionedRDD, targetEpgsgCode
 
- 
 - 
Constructor SummaryConstructors Constructor Description RectangleRDD()Deprecated.Instantiates a new rectangle RDD.RectangleRDD(org.apache.spark.api.java.JavaRDD<org.locationtech.jts.geom.Polygon> rawSpatialRDD)Deprecated.Instantiates a new rectangle RDD.RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext, String InputLocation, Integer Offset, org.apache.sedona.common.enums.FileDataSplitter splitter, boolean carryInputData)Deprecated.Instantiates a new rectangle RDD.RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext, String InputLocation, Integer Offset, org.apache.sedona.common.enums.FileDataSplitter splitter, boolean carryInputData, Integer partitions)Deprecated.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.Instantiates a new rectangle RDD.RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext, String InputLocation, org.apache.sedona.common.enums.FileDataSplitter splitter, boolean carryInputData)Deprecated.Instantiates a new rectangle RDD.RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext, String InputLocation, org.apache.sedona.common.enums.FileDataSplitter splitter, boolean carryInputData, Integer partitions)Deprecated.Instantiates a new rectangle RDD.RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext, String InputLocation, org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper)Deprecated.Instantiates a new rectangle RDD.
 - 
Method Summary- 
Methods inherited from class org.apache.sedona.core.spatialRDD.SpatialRDDanalyze, analyze, analyze, boundary, buildIndex, calc_partitioner, coalesceAndBuildRawIndex, countWithoutDuplicates, countWithoutDuplicatesSPRDD, CRSTransform, CRSTransform, flipCoordinates, getCRStransformation, getPartitioner, getRawSpatialRDD, getSampleNumber, getSourceEpsgCode, getTargetEpgsgCode, MinimumBoundingRectangle, saveAsGeoJSON, saveAsWKB, saveAsWKT, setNeighborSampleNumber, setRawSpatialRDD, setSampleNumber, spatialPartitioning, spatialPartitioning, spatialPartitioning, spatialPartitioning, spatialPartitioning, spatialPartitioningWithoutDuplicates, spatialPartitioningWithoutDuplicates, spatialPartitioningWithoutDuplicates, spatialPartitioningWithoutDuplicates
 
- 
 
- 
- 
- 
Constructor Detail- 
RectangleRDDpublic RectangleRDD() Deprecated.Instantiates a new rectangle RDD.
 - 
RectangleRDDpublic RectangleRDD(org.apache.spark.api.java.JavaRDD<org.locationtech.jts.geom.Polygon> rawSpatialRDD) Deprecated.Instantiates a new rectangle RDD.- Parameters:
- rawSpatialRDD- the raw spatial RDD
 
 - 
RectangleRDDpublic RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext, String InputLocation, Integer Offset, org.apache.sedona.common.enums.FileDataSplitter splitter, boolean carryInputData, Integer partitions)Deprecated.Instantiates a new rectangle RDD.- Parameters:
- sparkContext- the spark context
- InputLocation- the input location
- Offset- the offset
- splitter- the splitter
- carryInputData- the carry input data
- partitions- the partitions
 
 - 
RectangleRDDpublic RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext, String InputLocation, Integer Offset, org.apache.sedona.common.enums.FileDataSplitter splitter, boolean carryInputData)Deprecated.Instantiates a new rectangle RDD.- Parameters:
- sparkContext- the spark context
- InputLocation- the input location
- Offset- the offset
- splitter- the splitter
- carryInputData- the carry input data
 
 - 
RectangleRDDpublic RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext, String InputLocation, org.apache.sedona.common.enums.FileDataSplitter splitter, boolean carryInputData, Integer partitions)Deprecated.Instantiates a new rectangle RDD.- Parameters:
- sparkContext- the spark context
- InputLocation- the input location
- splitter- the splitter
- carryInputData- the carry input data
- partitions- the partitions
 
 - 
RectangleRDDpublic RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext, String InputLocation, org.apache.sedona.common.enums.FileDataSplitter splitter, boolean carryInputData)Deprecated.Instantiates a new rectangle RDD.- Parameters:
- sparkContext- the spark context
- InputLocation- the input location
- splitter- the splitter
- carryInputData- the carry input data
 
 - 
RectangleRDDpublic RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext, String InputLocation, Integer partitions, org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper)Deprecated.Instantiates a new rectangle RDD.- Parameters:
- sparkContext- the spark context
- InputLocation- the input location
- partitions- the partitions
- userSuppliedMapper- the user supplied mapper
 
 - 
RectangleRDDpublic RectangleRDD(org.apache.spark.api.java.JavaSparkContext sparkContext, String InputLocation, org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper)Deprecated.Instantiates a new rectangle RDD.- Parameters:
- sparkContext- the spark context
- InputLocation- the input location
- userSuppliedMapper- the user supplied mapper
 
 
- 
 
-