arcgis android 中 Geodatabase geodata = new Geodatabase(filepath);得到geodata为空

Stringfilepath="file://"+eneniment+"/mapdata/kq.geodatabase";try{Geodatabasegeodata=n... String filepath ="file://"+eneniment + "/mapdata/kq.geodatabase";
try {
Geodatabase geodata = new Geodatabase(filepath);
// List<GeodatabaseFeatureTable> table = geodata
// .getGeodatabaseTables();
} catch (FileNotFoundException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
展开
 我来答
奥金魔导师
2015-02-03 · 超过11用户采纳过TA的回答
知道答主
回答量:18
采纳率:0%
帮助的人:23.2万
展开全部
进入调试,看一下你的filepath是否正确。我用的是
public static final String GEO_FILENAME="/OfflineVector/dldata.geodatabase";
String filename=Environment.getExternalStorageDirectory().getAbsolutePath()+GEO_FILENAME;
try {
geodatabase =new Geodatabase(filename);
} catch (FileNotFoundException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}

不过过了这么久了,你也应该已经解决问题了吧,权当给其他网友参考了。
来自:求助得到的回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式