|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
ShapeHandler |
ShapeType.getShapeHandler()
Each ShapeType corresponds to a handler. |
static ShapeType |
JTSUtilities.getShapeType(Class featureClass)
Determine the default ShapeType for a featureClass. |
static 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 | |
---|---|
MultiLineHandler(ShapeType type)
Create a MultiLineHandler for one of: ShapeType.ARC,ShapeType.ARCM,ShapeType.ARCZ |
|
MultiPointHandler(ShapeType type)
|
|
PointHandler(ShapeType type)
|
|
PolygonHandler(ShapeType type)
|
|
ShapefileReader(ShpFiles shapefileFiles,
boolean strict,
boolean useMemoryMapped)
Creates a new instance of ShapeFile. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |