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 TypeClassDescriptionclass
Thrown when an attempt is made to load a shapefile which contains an error such as an invlaid shapeclass
Thrown 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 int
Shapefile.getShapeType
(Geometry geom, int coordDimension) Shapefile.read
(GeometryFactory geometryFactory) Initialises a shapefile from disk.void
Shapefile.readStream
(GeometryFactory geometryFactory) Initialises a shapefile from disk.