Interface ShapeHandler
- All Known Implementing Classes:
MultiLineHandler, MultiPointHandler, PointHandler, PolygonHandler
public interface ShapeHandler
-
Method Summary
Modifier and TypeMethodDescriptionintintread(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)
-
Method Details
-
getShapeType
int getShapeType() -
read
Geometry read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength) throws IOException, InvalidShapefileException - Throws:
IOExceptionInvalidShapefileException
-
getLength
-