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

View differences:

TestIClassifiedLegend.java
59 59
import org.gvsig.data.ReadException;
60 60
import org.gvsig.data.WriteException;
61 61
import org.gvsig.data.commands.CommandsRecord;
62
import org.gvsig.data.operation.DataStoreOperationContext;
63
import org.gvsig.data.operation.DataStoreOperationException;
64
import org.gvsig.data.operation.DataStoreOperationNotSupportedException;
62 65
import org.gvsig.data.vectorial.Feature;
63 66
import org.gvsig.data.vectorial.FeatureAttributeDescriptor;
64 67
import org.gvsig.data.vectorial.FeatureID;
......
459 462
//			return Types.INTEGER;
460 463
//		}
461 464

  
465
		public boolean implementsOperation(int code) {
466
			// TODO Auto-generated method stub
467
			return false;
468
		}
469

  
470
		public boolean implementsOperation(String name) {
471
			// TODO Auto-generated method stub
472
			return false;
473
		}
474

  
475
		public Object invokeOperation(int code,
476
				DataStoreOperationContext context)
477
				throws DataStoreOperationException,
478
				DataStoreOperationNotSupportedException {
479
			// TODO Auto-generated method stub
480
			return null;
481
		}
482

  
483
		public Object invokeOperation(String name,
484
				DataStoreOperationContext context)
485
				throws DataStoreOperationException,
486
				DataStoreOperationNotSupportedException {
487
			// TODO Auto-generated method stub
488
			return null;
489
		}
490

  
462 491
	}
463 492

  
464 493
	//private static final FInterval interval0=new FInterval(0,2);

Also available in: Unified diff