-
Notifications
You must be signed in to change notification settings - Fork 18
java library for reading ESRI-shapeFiles
diwi/diewald_shapeFileReader
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
-------------------------------------------------------------------------------- -------------------------------------------------------------------------------- AUTHOR: Thomas Diewald Date: 09.04.2012 last edited: 09.04.2012 author: www.thomasdiewald.com library: https://github.com/diwi/diewald_shapeFileReader -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- ################################################################################ -------------------------------------------------------------------------------- JAVA LIBRARY - diewald_shapeFileReader -------------------------------------------------------------------------------- ################################################################################ a Java Library for reading ESRI-shapeFiles (*.shp, *.dfb, *.shx). a ShapeFile consists of at least the following files: dBaseFile: *.dbf shapeFile: *.shp ShapeIndexFile: *.shx all this files must be located in the same given folder and start with the same name. example: "my_shapefile.dbf", "my_shapefile.shp", "my_shapefile.shx" In each of the .shp, .shx, and .dbf files, the shapes in each file correspond to each other in sequence. That is, the first record in the .shp file corresponds to the first record in t he .shx and .dbf files, and so on. more information: http://en.wikipedia.org/wiki/Shapefile
About
java library for reading ESRI-shapeFiles
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published