Revision 35779 branches/dal_time_support/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/spi/AbstractFeatureStoreProvider.java

View differences:

AbstractFeatureStoreProvider.java
518 518

  
519 519
    public Interval getInterval() {       
520 520
        return null;
521
    }
522
    
523
    public Collection getInstants() {       
521
    }    
522

  
523
    public Collection getTimes() {
524
        // TODO Auto-generated method stub
524 525
        return null;
525 526
    }
526 527

  
527
    public Collection getInstants(Interval interval) {      
528
    public Collection getTimes(Interval interval) {
529
        // TODO Auto-generated method stub
528 530
        return null;
529
    }   
531
    }
530 532
}

Also available in: Unified diff