Revision 37298 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src-test/org/gvsig/fmap/mapcontext/persistence/DummyDBFeatureStore.java

View differences:

DummyDBFeatureStore.java
1 1
package org.gvsig.fmap.mapcontext.persistence;
2 2

  
3
import java.util.Collection;
3 4
import java.util.Iterator;
4 5
import java.util.List;
5 6
import java.util.Set;
......
28 29
import org.gvsig.fmap.dal.feature.NewFeatureStoreParameters;
29 30
import org.gvsig.fmap.dal.feature.exception.NeedEditingModeException;
30 31
import org.gvsig.fmap.geom.primitive.Envelope;
32
import org.gvsig.timesupport.Interval;
31 33
import org.gvsig.tools.ToolsLocator;
32 34
import org.gvsig.tools.dynobject.DynClass;
33 35
import org.gvsig.tools.dynobject.DynObject;
......
560 562
        return 0;
561 563
    }
562 564

  
565
    public Interval getInterval() {
566
        // TODO Auto-generated method stub
567
        return null;
568
    }
569

  
570
    public Collection getTimes() {
571
        // TODO Auto-generated method stub
572
        return null;
573
    }
574

  
575
    public Collection getTimes(Interval interval) {
576
        // TODO Auto-generated method stub
577
        return null;
578
    }
579

  
563 580
    public FeatureIndex createIndex(String indexTypeName,
564 581
        FeatureType featureType, String attributeName, String indexName)
565 582
        throws DataException {

Also available in: Unified diff