public class MultiLineHandler extends Object implements ShapeHandler
| Constructor and Description |
|---|
MultiLineHandler() |
MultiLineHandler(int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength(com.vividsolutions.jts.geom.Geometry geometry) |
int |
getShapeType()
Get the type of shape stored (Shapefile.ARC)
|
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) |
public MultiLineHandler()
public MultiLineHandler(int type)
throws InvalidShapefileException
InvalidShapefileExceptionpublic com.vividsolutions.jts.geom.Geometry read(EndianDataInputStream file, com.vividsolutions.jts.geom.GeometryFactory geometryFactory, int contentLength) throws IOException, InvalidShapefileException
read in interface ShapeHandlerIOExceptionInvalidShapefileExceptionpublic void write(com.vividsolutions.jts.geom.Geometry geometry,
EndianDataOutputStream file)
throws IOException
write in interface ShapeHandlerIOExceptionpublic int getShapeType()
getShapeType in interface ShapeHandlerpublic int getLength(com.vividsolutions.jts.geom.Geometry geometry)
getLength in interface ShapeHandlerCopyright © 2015. All rights reserved.