Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. try
  2. {
  3. ShapefileFeatureTable shpFileFeatTable = new ShapefileFeatureTable("/storage/sdcard/map.shp");
  4. }
  5. catch (FileNotFoundException e)
  6. {
  7. e.printStackTrace();
  8. }
  9. catch(Exception e)
  10. {
  11. e.printStackTrace();
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement