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 class
InvalidShapefileException
Thrown when an attempt is made to load a shapefile which contains an error such as an invalid shapeclass
ShapeTypeNotSupportedException
Thrown 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 int
Shapefile. getShapeType(org.locationtech.jts.geom.Geometry geom, int ShapeFileDimension)
Returns the Shape Type corresponding to geometry geom of dimension ShapeFileDimension.
-