Revision 41638 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/test/java/org/gvsig/fmap/mapcontext/persistence/DummyFileFeatureStore.java

View differences:

DummyFileFeatureStore.java
417 417
        public FeatureAttributeEmulator getFeatureAttributeEmulator() {
418 418
            return null;
419 419
        }
420

  
421
        public boolean isIndexed() {
422
            throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
423
        }
424

  
425
        public boolean allowIndexDuplicateds() {
426
            throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
427
        }
428

  
429
        public boolean isIndexAscending() {
430
            throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
431
        }
420 432
	}
421 433

  
422 434
	public static class DummyFeatureType implements FeatureType {

Also available in: Unified diff