Revision 23303 branches/v2_0_0_prep/libraries/libFMap_data/src/org/gvsig/fmap/data/feature/operation/LegendLabelingManager.java

View differences:

LegendLabelingManager.java
1 1
package org.gvsig.fmap.data.feature.operation;
2 2

  
3
import java.util.Map;
4

  
3 5
import org.gvsig.fmap.data.DataException;
4 6
import org.gvsig.fmap.data.feature.Feature;
5 7

  
6 8
public interface LegendLabelingManager {
7 9

  
8
	public void add(Feature feature) throws DataException;
10
	public void startLoading(Map params);
9 11

  
12
	public void add(Feature feature, Map params) throws DataException;
13

  
10 14
	public Object getDefaultLegend();
11 15

  
12 16
	public Object getLabeling();
17

  
18
	public void endLoading();
13 19
}

Also available in: Unified diff