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

View differences:

TestAbstractIntervalLegend.java
68 68
import org.gvsig.fmap.data.feature.FeatureStore;
69 69
import org.gvsig.fmap.data.feature.FeatureType;
70 70
import org.gvsig.fmap.data.feature.expressionevaluator.AttributeValueEvaluator;
71
import org.gvsig.fmap.data.index.Index;
71 72
import org.gvsig.fmap.data.index.IndexException;
72 73
import org.gvsig.fmap.data.operation.DataStoreOperationContext;
73 74
import org.gvsig.fmap.data.operation.DataStoreOperationException;
......
502 503
			return null;
503 504
		}
504 505

  
505
		public void createIndex(FeatureType fType, String colName) throws IndexException {
506
			// TODO Auto-generated method stub
507 506

  
508
		}
509

  
510 507
		public boolean hasIndex(FeatureType fType, String colName) {
511 508
			// TODO Auto-generated method stub
512 509
			return false;
......
588 585

  
589 586
		}
590 587

  
588
		public Index createIndex(FeatureType type, String colName)
589
				throws IndexException {
590
			// TODO Auto-generated method stub
591
			return null;
592
		}
593

  
591 594
	}
592 595

  
593 596
	 private static final FInterval interval0=new FInterval(0,2);

Also available in: Unified diff