Class ShapeReaderFactory
- java.lang.Object
-
- org.apache.sedona.core.formatMapper.shapefileParser.parseUtils.shp.ShapeReaderFactory
-
public class ShapeReaderFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ShapeReaderFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ShapeReader
fromByteBuffer(ByteBuffer buffer)
static ShapeReader
fromInput(com.esotericsoftware.kryo.io.Input input)
-
-
-
Method Detail
-
fromByteBuffer
public static ShapeReader fromByteBuffer(ByteBuffer buffer)
-
fromInput
public static ShapeReader fromInput(com.esotericsoftware.kryo.io.Input input)
-
-