Shapefile icon indicating copy to clipboard operation
Shapefile copied to clipboard

Java library to read point and polygon shape files

Results 7 Shapefile issues
Sort by recently updated
recently updated
newest added

Is this lib support converting to wkt, geojson/json to wkt thanks

I'm not sure yet, but looks like DBFReader should specify charset when reading character fields.

According to http://www.dbase.com/Knowledgebase/INT/db7_file_fmt.htm , if data record starts with asterisk, it is considered to be deleted. When trying to use the library, I experienced such a problem with my shapefiles....

Fixes concurrent modification exception when iterating through the list of input files.

hi, thank you for your works! have you made LineFeatureInputFormat ok? thanks, if i want to read line, what i wil do ?

I would read water-line.shp with using Map-Reduce and as input file format i must choose PolygonInputFormat or PointInputFormat? or there is no LineInputFormat ? or there is no LineFeatureInputFormat

...instead of having to choose either .shp or .dbf separately. thanks!