Class ShapefileReader

  • All Implemented Interfaces:
    JUMPReader

    public class ShapefileReader
    extends Object
    implements JUMPReader
    ShapefileReader is a JUMPReader specialized to read Shapefiles.

    DataProperties for the JUMPReader load(DataProperties) interface:

    ParameterMeaning
    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.
    CompressedFileTemplate 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.