Uses of Class
org.geotools.shapefile.ShapefileException

Packages that use ShapefileException
org.geotools.shapefile   
 

Uses of ShapefileException in org.geotools.shapefile
 

Subclasses of ShapefileException in org.geotools.shapefile
 class InvalidShapefileException
          Thrown when an attempt is made to load a shapefile which contains an error such as an invlaid shape
 class ShapeTypeNotSupportedException
          Thrown when an attempt is made to load a shapefile which contains a shape type that is not supported by the loader
 

Methods in org.geotools.shapefile that throw ShapefileException
static int Shapefile.getShapeType(com.vividsolutions.jts.geom.Geometry geom, int ShapeFileDimentions)
           
 com.vividsolutions.jts.geom.GeometryCollection Shapefile.read(com.vividsolutions.jts.geom.GeometryFactory geometryFactory)
          Initialises a shapefile from disk.