Uses of Class
org.apache.sedona.core.formatMapper.shapefileParser.boundary.BoundBox
Packages that use BoundBox
Package
Description
-
Uses of BoundBox in org.apache.sedona.core.formatMapper.shapefileParser
Methods in org.apache.sedona.core.formatMapper.shapefileParser that return BoundBoxModifier and TypeMethodDescriptionShapefileRDD.getBoundBox(org.apache.spark.api.java.JavaSparkContext sc, String inputPath) Deprecated.read and merge bound boxes of all shapefiles user input, if there is no, leave BoundBox null;static BoundBoxShapefileReader.readBoundBox(org.apache.spark.api.java.JavaSparkContext sc, String inputPath) read and merge bound boxes of all shapefiles user input, if there is no, leave BoundBox null; -
Uses of BoundBox in org.apache.sedona.core.formatMapper.shapefileParser.boundary
Methods in org.apache.sedona.core.formatMapper.shapefileParser.boundary that return BoundBoxModifier and TypeMethodDescriptionBoundaryRecordReader.getCurrentValue()static BoundBoxBoundBox.mergeBoundBox(BoundBox box1, BoundBox box2) calculate the union of two bound boxMethods in org.apache.sedona.core.formatMapper.shapefileParser.boundary that return types with arguments of type BoundBoxModifier and TypeMethodDescriptionBoundaryInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit inputSplit, org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext) Methods in org.apache.sedona.core.formatMapper.shapefileParser.boundary with parameters of type BoundBoxModifier and TypeMethodDescriptionstatic BoundBoxBoundBox.mergeBoundBox(BoundBox box1, BoundBox box2) calculate the union of two bound boxConstructors in org.apache.sedona.core.formatMapper.shapefileParser.boundary with parameters of type BoundBox