7576777879808182
else if (str.equals("MULTILINESTRING")) return GeometryType.MultiLineString; else if (str.equals("MULTIPOLYGON")) return GeometryType.MultiPolygon; else throw new ChunMapDataException("不能识别的类型"); }
50515253545556575859
} Log.debug(Arrays.toString(values)); return values; } } throw new ChunMapDataException("no data in index="+index); }catch (SQLException e) { throw new ChunMapDataException(e); } }
7677787980818283
resultSet.close(); psDbf.close(); connDbf.close(); } catch (SQLException e) { throw new ChunMapDataException(e); } }
86878889909192939495
try { readDbf(apath); featureSchama=loadFeatureSchama(); } catch (ClassNotFoundException e) { throw new ChunMapDataException(e); } catch (SQLException e) { throw new ChunMapDataException(e); } }