Uses of Class
org.geotools.data.shapefile.shp.ShapefileException

Packages that use ShapefileException
org.geotools.data.shapefile.shp   
 

Uses of ShapefileException in org.geotools.data.shapefile.shp
 

Methods in org.geotools.data.shapefile.shp that throw ShapefileException
static ShapeType JTSUtilities.getShapeType(com.vividsolutions.jts.geom.Geometry geom, int shapeFileDimentions)
          Determine the best ShapeType for a geometry with the given dimension.
static ShapeType JTSUtilities.getShapeType(java.lang.Class featureClass)
          Determine the default ShapeType for a featureClass.
 void ShapefileWriter.write(com.vividsolutions.jts.geom.GeometryCollection geometries, ShapeType type)
          Bulk write method for writing a collection of (hopefully) like geometries of the given ShapeType.
 ShapeHandler ShapeType.getShapeHandler()
          Each ShapeType corresponds to a handler.
 

Constructors in org.geotools.data.shapefile.shp that throw ShapefileException
PointHandler(ShapeType type)
           
PolygonHandler(ShapeType type)
           
ShapefileReader(java.nio.channels.ReadableByteChannel channel, boolean strict, boolean useMemoryMapped, Lock lock)
          Creates a new instance of ShapeFile.
ShapefileReader(java.nio.channels.ReadableByteChannel channel, Lock lock)
          Default constructor.
MultiPointHandler(ShapeType type)
           
MultiLineHandler(ShapeType type)
          Create a MultiLineHandler for one of:
ShapeType.ARC,ShapeType.ARCM,ShapeType.ARCZ
 



Copyright © GeoTools. All Rights Reserved.