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