java.lang.Object
org.apache.hadoop.mapreduce.RecordReader<ShapeKey,ShpRecord>
org.apache.sedona.core.formatMapper.shapefileParser.shapes.ShapeFileReader
All Implemented Interfaces:
Closeable, AutoCloseable

public class ShapeFileReader extends org.apache.hadoop.mapreduce.RecordReader<ShapeKey,ShpRecord>
  • Constructor Details

    • ShapeFileReader

      public ShapeFileReader()
      empty constructor
    • ShapeFileReader

      public ShapeFileReader(int[] indexes)
      constructor with index
      Parameters:
      indexes - offsets of records in the .shp file
  • Method Details