Class RectangleRDD

    • Constructor Detail

      • RectangleRDD

        public RectangleRDD()
        Deprecated.
        Instantiates a new rectangle RDD.
      • RectangleRDD

        public 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
      • RectangleRDD

        public 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
      • RectangleRDD

        public 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
      • RectangleRDD

        public 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
      • RectangleRDD

        public 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
      • RectangleRDD

        public 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
      • RectangleRDD

        public 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