Class ShxFileReader
- java.lang.Object
-
- org.apache.sedona.core.formatMapper.shapefileParser.shapes.ShxFileReader
-
public class ShxFileReader extends Object
-
-
Constructor Summary
Constructors Constructor Description ShxFileReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int[]
readAll(DataInputStream stream)
static int[]
readAll(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
-
-
-
Method Detail
-
readAll
public static int[] readAll(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException
- Throws:
IOException
-
readAll
public static int[] readAll(DataInputStream stream) throws IOException
- Throws:
IOException
-
-