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 int
getLength(Geometry geometry)
int
getShapeType()
Geometry
read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength)
-
-
-
Method Detail
-
getShapeType
int getShapeType()
-
read
Geometry read(EndianDataInputStream file, GeometryFactory geometryFactory, int contentLength) throws java.io.IOException, InvalidShapefileException
- Throws:
java.io.IOException
InvalidShapefileException
-
getLength
int getLength(Geometry geometry)
-
-