Revision 12522 trunk/libraries/libRaster/src-test/org/gvsig/raster/dataset/io/rmf/TestRmfWrite.java

View differences:

TestRmfWrite.java
1
/*
2
 * Created on 9-ago-2006
3
 *
4
 * To change the template for this generated file go to
5
 * Window>Preferences>Java>Code Generation>Code and Comments
6
 */
7 1
/* gvSIG. Sistema de Informaci�n Geogr�fica de la Generalitat Valenciana
8 2
 *
9
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
3
 * Copyright (C) 2007 IVER T.I. and Generalitat Valenciana.
10 4
 *
11 5
 * This program is free software; you can redistribute it and/or
12 6
 * modify it under the terms of the GNU General Public License
......
45 39
import org.gvsig.raster.datastruct.GeoPoint;
46 40
import org.gvsig.raster.datastruct.Histogram;
47 41
import org.gvsig.raster.datastruct.ViewPortData;
48
import org.gvsig.raster.datastruct.serializer.ColorTableRmfSerializer;
49 42
import org.gvsig.raster.datastruct.serializer.HistogramRmfSerializer;
50 43

  
51 44
/**
......
114 107
		
115 108
		//Tabla de color
116 109
		colorTable.setName("Prueba Tabla de Color");
117
		ColorTableRmfSerializer ser1 = new ColorTableRmfSerializer(colorTable);
110
		//ColorTableRmfSerializer ser1 = new ColorTableRmfSerializer(colorTable);
118 111
		//manager.addClient(ser1);
119 112
		
120 113
		//Estadisticas

Also available in: Unified diff