Uses of Interface
org.apache.sedona.core.formatMapper.shapefileParser.parseUtils.shp.ShapeReader
Packages that use ShapeReader
-
Uses of ShapeReader in org.apache.sedona.core.formatMapper.shapefileParser.parseUtils.shp
Methods in org.apache.sedona.core.formatMapper.shapefileParser.parseUtils.shp that return ShapeReaderModifier and TypeMethodDescriptionstatic ShapeReaderShapeReaderFactory.fromByteBuffer(ByteBuffer buffer) static ShapeReaderShapeReaderFactory.fromInput(com.esotericsoftware.kryo.io.Input input) Methods in org.apache.sedona.core.formatMapper.shapefileParser.parseUtils.shp with parameters of type ShapeReaderModifier and TypeMethodDescriptionorg.locationtech.jts.geom.GeometryMultiPointParser.parseShape(ShapeReader reader) abstract a MultiPoint shape.org.locationtech.jts.geom.GeometryPointParser.parseShape(ShapeReader reader) abstract a Point shape.org.locationtech.jts.geom.GeometryPolygonParser.parseShape(ShapeReader reader) abstract abstract a Polygon shape.org.locationtech.jts.geom.GeometryPolyLineParser.parseShape(ShapeReader reader) abstract a Polyline shape.abstract org.locationtech.jts.geom.GeometryShapeParser.parseShape(ShapeReader reader) parse the shape to a geometry.protected org.locationtech.jts.geom.Coordinate[]ShapeParser.readCoordinates(ShapeReader reader, int numPoints) read numPoints of coordinates from input source.protected org.locationtech.jts.geom.Coordinate[]ShapeParser.readCoordinatesWithM(ShapeReader reader, int numPoints) Read coordinates with M values from input source.protected org.locationtech.jts.geom.Coordinate[]ShapeParser.readCoordinatesWithZM(ShapeReader reader, int numPoints) Read coordinates with Z and M values from input source.protected int[]ShapeParser.readOffsets(ShapeReader reader, int numParts, int maxOffset)