Revision 23405

View differences:

branches/v2_0_0_prep/libraries/libFMap_mapcontext/src-test/org/gvsig/fmap/mapcontext/rendering/TestAbstractIntervalLegend.java
49 49

  
50 50
import junit.framework.TestCase;
51 51

  
52
import org.gvsig.tools.exception.BaseException;
53 52
import org.gvsig.fmap.data.CloseException;
54 53
import org.gvsig.fmap.data.DataCollection;
55 54
import org.gvsig.fmap.data.DataException;
......
63 62
import org.gvsig.fmap.data.feature.Feature;
64 63
import org.gvsig.fmap.data.feature.FeatureAttributeDescriptor;
65 64
import org.gvsig.fmap.data.feature.FeatureID;
65
import org.gvsig.fmap.data.feature.FeatureQuery;
66 66
import org.gvsig.fmap.data.feature.FeatureStore;
67 67
import org.gvsig.fmap.data.feature.FeatureType;
68 68
import org.gvsig.fmap.data.feature.expressionevaluator.AttributeValueEvaluator;
......
81 81
import org.gvsig.fmap.mapcontext.rendering.symbol.TestISymbol;
82 82
import org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol;
83 83
import org.gvsig.metadata.IMetadata;
84
import org.gvsig.tools.exception.BaseException;
84 85
import org.gvsig.tools.observer.Observer;
85 86

  
86 87
import com.iver.utiles.XMLEntity;
......
538 539

  
539 540
		}
540 541

  
542
		public DataCollection getDataCollection(FeatureQuery featureQuery)
543
				throws ReadException {
544
			// TODO Auto-generated method stub
545
			return null;
546
		}
547

  
548
		public void getDataCollection(FeatureQuery featureQuery,
549
				Observer observer) throws DataException {
550
			// TODO Auto-generated method stub
551

  
552
		}
553

  
541 554
	}
542 555

  
543 556
	 private static final FInterval interval0=new FInterval(0,2);
branches/v2_0_0_prep/libraries/libFMap_mapcontext/src-test/org/gvsig/fmap/mapcontext/rendering/TestIClassifiedLegend.java
49 49

  
50 50
import junit.framework.TestCase;
51 51

  
52
import org.gvsig.tools.exception.BaseException;
53 52
import org.gvsig.fmap.data.CloseException;
54 53
import org.gvsig.fmap.data.DataCollection;
55 54
import org.gvsig.fmap.data.DataException;
......
63 62
import org.gvsig.fmap.data.feature.Feature;
64 63
import org.gvsig.fmap.data.feature.FeatureAttributeDescriptor;
65 64
import org.gvsig.fmap.data.feature.FeatureID;
65
import org.gvsig.fmap.data.feature.FeatureQuery;
66 66
import org.gvsig.fmap.data.feature.FeatureStore;
67 67
import org.gvsig.fmap.data.feature.FeatureType;
68 68
import org.gvsig.fmap.data.feature.expressionevaluator.AttributeValueEvaluator;
......
81 81
import org.gvsig.fmap.mapcontext.rendering.symbol.TestISymbol;
82 82
import org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol;
83 83
import org.gvsig.metadata.IMetadata;
84
import org.gvsig.tools.exception.BaseException;
84 85
import org.gvsig.tools.observer.Observer;
85 86

  
86 87
import com.iver.utiles.XMLEntity;
......
540 541

  
541 542
		}
542 543

  
544
		public DataCollection getDataCollection(FeatureQuery featureQuery)
545
				throws ReadException {
546
			// TODO Auto-generated method stub
547
			return null;
548
		}
549

  
550
		public void getDataCollection(FeatureQuery featureQuery,
551
				Observer observer) throws DataException {
552
			// TODO Auto-generated method stub
553

  
554
		}
555

  
543 556
	}
544 557

  
545 558
	//private static final FInterval interval0=new FInterval(0,2);

Also available in: Unified diff