public interface ShapeHandler
| Modifier and Type | Method and Description |
|---|---|
int |
getLength(com.vividsolutions.jts.geom.Geometry geometry) |
int |
getShapeType() |
com.vividsolutions.jts.geom.Geometry |
read(EndianDataInputStream file,
com.vividsolutions.jts.geom.GeometryFactory geometryFactory,
int contentLength) |
void |
write(com.vividsolutions.jts.geom.Geometry geometry,
EndianDataOutputStream file) |
int getShapeType()
com.vividsolutions.jts.geom.Geometry read(EndianDataInputStream file, com.vividsolutions.jts.geom.GeometryFactory geometryFactory, int contentLength) throws IOException, InvalidShapefileException
IOExceptionInvalidShapefileExceptionvoid write(com.vividsolutions.jts.geom.Geometry geometry,
EndianDataOutputStream file)
throws IOException
IOExceptionint getLength(com.vividsolutions.jts.geom.Geometry geometry)
Copyright © 2015. All rights reserved.