Android lib to read or parse shapefile

前端 未结 1 1307
无人及你
无人及你 2020-12-15 10:51

is there any library that is able to read parse a .shp file, preferably on where I don\'t need to use NDK. I was trying to use GeoTools but i can\'t seam to get it to work o

相关标签:
1条回答
  • 2020-12-15 11:52

    I've been using two lightweight shapefile parsers with good results in Android: diewald_shapeFileReader and Java ESRI Shape File Reader.

    Geotools relies heavily on AWT and Java Service Provider Interface (SPI) both not supported by Android. So it´s not a viable option.

    0 讨论(0)
提交回复
热议问题