| java.lang.Object com.vividsolutions.jump.io.ShapefileReader
ShapefileReader | public class ShapefileReader implements JUMPReader(Code) | | ShapefileReader is a
JUMPReader specialized to read Shapefiles.
DataProperties for the JUMPReader load(DataProperties) interface:
Parameter | Meaning |
InputFile or DefaultValue |
File name for the input .shp file |
NOTE: The input .dbf is assumed to be 'beside' (in the same
directory) as the .shp file.
|
CompressedFile |
File name (.zip NOT a .gz) with a .shp and .dbf file inside |
Uses a modified version of geotools to do the .dbf and .shp
file reading. If you are reading from a .zip file, the dbf
file will be copied to your temp directory and deleted
after being read.
|
|
COMPRESSED_FILE_PROPERTY_KEY | final public static String COMPRESSED_FILE_PROPERTY_KEY(Code) | | |
DEFAULT_VALUE_PROPERTY_KEY | final public static String DEFAULT_VALUE_PROPERTY_KEY(Code) | | |
FILE_PROPERTY_KEY | final public static String FILE_PROPERTY_KEY(Code) | | |
ShapefileReader | public ShapefileReader()(Code) | | Creates new ShapeReader
|
|
|