Uses of Class
com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapefileException
-
Packages that use ShapefileException Package Description com.vividsolutions.jtstest.testbuilder.io.shapefile -
-
Uses of ShapefileException in com.vividsolutions.jtstest.testbuilder.io.shapefile
Subclasses of ShapefileException in com.vividsolutions.jtstest.testbuilder.io.shapefile Modifier and Type Class Description classInvalidShapefileExceptionThrown when an attempt is made to load a shapefile which contains an error such as an invlaid shapeclassShapeTypeNotSupportedExceptionThrown when an attempt is made to load a shapefile which contains a shape type that is not supported by the loaderMethods in com.vividsolutions.jtstest.testbuilder.io.shapefile that throw ShapefileException Modifier and Type Method Description static intShapefile. getShapeType(Geometry geom, int coordDimension)GeometryCollectionShapefile. read(GeometryFactory geometryFactory)Initialises a shapefile from disk.voidShapefile. readStream(GeometryFactory geometryFactory)Initialises a shapefile from disk.
-