Project

General

Profile

« Previous | Next » 

Revision 5205

Added by daigle about 14 years ago

Add debug log statements

View differences:

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