Uses of Class
org.locationtech.jtstest.testbuilder.io.shapefile.ShapefileException
Packages that use ShapefileException
-
Uses of ShapefileException in org.locationtech.jtstest.testbuilder.io.shapefile
Subclasses of ShapefileException in org.locationtech.jtstest.testbuilder.io.shapefileModifier and TypeClassDescriptionclassThrown when an attempt is made to load a shapefile which contains an error such as an invlaid shapeclassThrown when an attempt is made to load a shapefile which contains a shape type that is not supported by the loaderMethods in org.locationtech.jtstest.testbuilder.io.shapefile that throw ShapefileExceptionModifier and TypeMethodDescriptionstatic intShapefile.getShapeType(Geometry geom, int coordDimension) Shapefile.read(GeometryFactory geometryFactory) Initialises a shapefile from disk.voidShapefile.readStream(GeometryFactory geometryFactory) Initialises a shapefile from disk.