Interface ShapeHandler
-
- All Known Implementing Classes:
MultiLineHandler,MultiPointHandler,PointHandler,PolygonHandler
public interface ShapeHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLength(Geometry geometry)intgetShapeType()Geometryread(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)
-
-
-
Method Detail
-
getShapeType
int getShapeType()
-
read
Geometry read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength) throws IOException, InvalidShapefileException
- Throws:
IOExceptionInvalidShapefileException
-
getLength
int getLength(Geometry geometry)
-
-