Revision 5205
Added by daigle almost 15 years ago
src/edu/ucsb/nceas/metacat/spatial/SpatialDataset.java | ||
---|---|---|
226 | 226 |
} |
227 | 227 |
|
228 | 228 |
if( geomType.equals("polygon") ) { |
229 |
|
|
229 |
log.debug("SpatialDataset.insertOrUpdate - inserting or updating polygon store"); |
|
230 | 230 |
insertOrUpdateDataStore(polygonStore,filter, feature, fColl, docid); |
231 | 231 |
} else if( geomType.equals("point") ) { |
232 |
log.debug("SpatialDataset.insertOrUpdate - inserting or updating point store"); |
|
232 | 233 |
insertOrUpdateDataStore(pointStore,filter, feature, fColl, docid); |
233 | 234 |
}else{ |
234 | 235 |
throw new IOException("Unkown Geo Type "+geomType); |
Also available in: Unified diff
Add debug log statements