Revision 45739 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/DataManager.java

View differences:

DataManager.java
57 57
import org.gvsig.fmap.dal.feature.EditableFeature;
58 58
import org.gvsig.fmap.dal.feature.EditableFeatureAttributeDescriptor;
59 59
import org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor;
60
import org.gvsig.fmap.dal.feature.FeatureRuleExpression;
60 61
import org.gvsig.fmap.dal.feature.FeatureSet;
61 62
import org.gvsig.tools.observer.Observer;
62 63
import org.gvsig.tools.resourcesstorage.ResourcesStorage;
......
545 546
    public void createFileStore(String providerName, NewDataStoreParameters params, boolean overwrite) throws DataException;
546 547

  
547 548
    public FeatureSymbolTable createFeatureSymbolTable();
549
    
550
    public FeatureSymbolTable createFeatureSymbolTable(String name);
548 551

  
549 552
    public EditableFeatureAttributeDescriptor createFeatureAttributeDescriptor();
550 553
    
......
613 616
            FeatureStore store, 
614 617
            Predicate<FeatureAttributeDescriptor> attrFilter
615 618
    ) throws DataException;
616
    
619

  
620
    public FeatureRuleExpression createFeatureRuleExpression();
617 621
}

Also available in: Unified diff