Uses of Class
org.geotools.shapefile.ShapefileException
-
Packages that use ShapefileException Package Description org.geotools.shapefile -
-
Uses of ShapefileException in org.geotools.shapefile
Subclasses of ShapefileException in org.geotools.shapefile Modifier and Type Class Description classInvalidShapefileExceptionThrown when an attempt is made to load a shapefile which contains an error such as an invlaid shapeclassShapeTypeNotSupportedExceptionThrown when an attempt is made to load a shapefile which contains a shape type that is not supported by the loaderMethods in org.geotools.shapefile that throw ShapefileException Modifier and Type Method Description static intShapefile. getShapeType(org.locationtech.jts.geom.Geometry geom, int ShapeFileDimentions)org.locationtech.jts.geom.GeometryCollectionShapefile. read(org.locationtech.jts.geom.GeometryFactory geometryFactory)Initialises a shapefile from disk.
-