Class PointRDD

    • Constructor Detail

      • PointRDD

        public PointRDD()
        Instantiates a new point RDD.
      • PointRDD

        public PointRDD​(org.apache.spark.api.java.JavaRDD<org.locationtech.jts.geom.Point> rawSpatialRDD)
        Instantiates a new point RDD.
        Parameters:
        rawSpatialRDD - the raw spatial RDD
      • PointRDD

        public PointRDD​(org.apache.spark.api.java.JavaSparkContext sparkContext,
                        String InputLocation,
                        Integer Offset,
                        org.apache.sedona.common.enums.FileDataSplitter splitter,
                        boolean carryInputData)
        Instantiates a new point RDD.
        Parameters:
        sparkContext - the spark context
        InputLocation - the input location
        Offset - the offset
        splitter - the splitter
        carryInputData - the carry input data
      • PointRDD

        public PointRDD​(org.apache.spark.api.java.JavaSparkContext sparkContext,
                        String InputLocation,
                        org.apache.sedona.common.enums.FileDataSplitter splitter,
                        boolean carryInputData,
                        Integer partitions)
        Instantiates a new point RDD.
        Parameters:
        sparkContext - the spark context
        InputLocation - the input location
        splitter - the splitter
        carryInputData - the carry input data
        partitions - the partitions
      • PointRDD

        public PointRDD​(org.apache.spark.api.java.JavaSparkContext sparkContext,
                        String InputLocation,
                        org.apache.sedona.common.enums.FileDataSplitter splitter,
                        boolean carryInputData)
        Instantiates a new point RDD.
        Parameters:
        sparkContext - the spark context
        InputLocation - the input location
        splitter - the splitter
        carryInputData - the carry input data
      • PointRDD

        public PointRDD​(org.apache.spark.api.java.JavaSparkContext sparkContext,
                        String InputLocation,
                        Integer partitions,
                        org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper)
        Instantiates a new point RDD.
        Parameters:
        sparkContext - the spark context
        InputLocation - the input location
        partitions - the partitions
        userSuppliedMapper - the user supplied mapper
      • PointRDD

        public PointRDD​(org.apache.spark.api.java.JavaSparkContext sparkContext,
                        String InputLocation,
                        org.apache.spark.api.java.function.FlatMapFunction userSuppliedMapper)
        Instantiates a new point RDD.
        Parameters:
        sparkContext - the spark context
        InputLocation - the input location
        userSuppliedMapper - the user supplied mapper
      • PointRDD

        public PointRDD​(org.apache.spark.api.java.JavaSparkContext sparkContext,
                        String InputLocation,
                        Integer Offset,
                        org.apache.sedona.common.enums.FileDataSplitter splitter,
                        boolean carryInputData,
                        Integer partitions)
        Instantiates a new point RDD.
        Parameters:
        sparkContext - the spark context
        InputLocation - the input location
        Offset - the offset
        splitter - the splitter
        carryInputData - the carry input data
        partitions - the partitions