Uses of Class
org.geotools.data.shapefile.shp.ShapefileException
-
Packages that use ShapefileException Package Description org.geotools.data.shapefile.shp -
-
Uses of ShapefileException in org.geotools.data.shapefile.shp
Methods in org.geotools.data.shapefile.shp that throw ShapefileException Modifier and Type Method Description ShapeHandler
ShapeType. getShapeHandler(GeometryFactory gf)
Each ShapeType corresponds to a handler.static ShapeType
JTSUtilities. getShapeType(Class<? extends Geometry> featureClass)
Determine the default ShapeType for a featureClass.static ShapeType
JTSUtilities. getShapeType(GeometryDescriptor gd)
Determine the default ShapeType using the descriptor and eventually the geometry to guess the coordinate dimensions if not reported in the descriptor hintsstatic ShapeType
JTSUtilities. getShapeType(Geometry geom, int shapeFileDimentions)
Determine the best ShapeType for a geometry with the given dimension.void
ShapefileWriter. write(GeometryCollection geometries, ShapeType type)
Bulk write method for writing a collection of (hopefully) like geometries of the given ShapeType.Constructors in org.geotools.data.shapefile.shp that throw ShapefileException Constructor Description MultiLineHandler(ShapeType type, GeometryFactory gf)
Create a MultiLineHandler for one of:
ShapeType.ARC,ShapeType.ARCM,ShapeType.ARCZMultiPointHandler(ShapeType type, GeometryFactory gf)
PointHandler(ShapeType type, GeometryFactory gf)
PolygonHandler(ShapeType type, GeometryFactory gf)
ShapefileReader(ShpFiles shapefileFiles, boolean strict, boolean useMemoryMapped, GeometryFactory gf)
Creates a new instance of ShapeFile.ShapefileReader(ShpFiles shapefileFiles, boolean strict, boolean useMemoryMapped, GeometryFactory gf, boolean onlyRandomAccess)
Creates a new instance of ShapeFile.
-