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 invlaid 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 ShapeFileDimentions)
org.locationtech.jts.geom.GeometryCollection
Shapefile. read(org.locationtech.jts.geom.GeometryFactory geometryFactory)
Initialises a shapefile from disk.
-