Statistics
| Revision:

svn-gvsig-desktop / trunk / applications / appgvSIG / src / com / iver / cit / gvsig / gui / Panels / PropertiesRasterDialog.java @ 4236

History | View | Annotate | Download (29.8 KB)

1
/*
2
 * Created on 17-feb-2004
3
 *
4
 * To change the template for this generated file go to
5
 * Window>Preferences>Java>Code Generation>Code and Comments
6
 */
7
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
8
 *
9
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
10
 *
11
 * This program is free software; you can redistribute it and/or
12
 * modify it under the terms of the GNU General Public License
13
 * as published by the Free Software Foundation; either version 2
14
 * of the License, or (at your option) any later version.
15
 *
16
 * This program is distributed in the hope that it will be useful,
17
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
 * GNU General Public License for more details.
20
 *
21
 * You should have received a copy of the GNU General Public License
22
 * along with this program; if not, write to the Free Software
23
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
24
 *
25
 * For more information, contact:
26
 *
27
 *  Generalitat Valenciana
28
 *   Conselleria d'Infraestructures i Transport
29
 *   Av. Blasco Ib??ez, 50
30
 *   46010 VALENCIA
31
 *   SPAIN
32
 *
33
 *      +34 963862235
34
 *   gvsig@gva.es
35
 *      www.gvsig.gva.es
36
 *
37
 *    or
38
 *
39
 *   IVER T.I. S.A
40
 *   Salamanca 50
41
 *   46005 Valencia
42
 *   Spain
43
 *
44
 *   +34 963163400
45
 *   dac@iver.es
46
 */
47
package com.iver.cit.gvsig.gui.Panels;
48

    
49
import java.awt.Container;
50
import java.awt.event.ActionEvent;
51
import java.awt.geom.Rectangle2D;
52
import java.io.File;
53
import java.util.ArrayList;
54
import java.util.Vector;
55

    
56
import javax.swing.JFileChooser;
57
import javax.swing.JOptionPane;
58
import javax.swing.JPanel;
59
import javax.swing.filechooser.FileFilter;
60

    
61
import org.cresques.cts.IProjection;
62
import org.cresques.io.GeoRasterFile;
63
import org.cresques.io.raster.RasterFilter;
64
import org.cresques.io.raster.RasterFilterStackManager;
65
import org.cresques.px.Extent;
66
import org.cresques.ui.raster.BandSetupPanel;
67
import org.cresques.ui.raster.EnhancedPanel;
68
import org.cresques.ui.raster.FilterRasterDialogPanel;
69
import org.cresques.ui.raster.RasterTransparencyPanel;
70

    
71
import com.hardcode.driverManager.Driver;
72
import com.hardcode.driverManager.DriverLoadException;
73
import com.iver.andami.PluginServices;
74
import com.iver.andami.messages.NotificationManager;
75
import com.iver.andami.ui.mdiManager.View;
76
import com.iver.andami.ui.mdiManager.ViewInfo;
77
import com.iver.cit.gvsig.fmap.drivers.RasterDriver;
78
import com.iver.cit.gvsig.fmap.layers.FLyrRaster;
79
import com.iver.cit.gvsig.fmap.layers.LayerFactory;
80
import com.iver.cit.gvsig.fmap.layers.StatusLayerRaster;
81

    
82
/**
83
 * <P>
84
 * Dialogo para las propiedades de un raster. Esta maneja los eventos y aplica
85
 * filtros sobre el raster a trav?s de l gestor de la pila de filtros seg?n la
86
 * selecci?n del usuario. Este dialogo contiene varios paneles:
87
 * </P>
88
 * <UL>
89
 * <LI>Propiedades</LI>
90
 * <LI>Selecci?n de bandas</LI>
91
 * <LI>Transparencia</LI>
92
 * <LI>Realce</LI>
93
 * </UL>
94
 * @author Nacho Brodin <brodin_ign@gva.es>
95
 */
96
public class PropertiesRasterDialog extends FilterRasterDialogPanel implements View {
97
                 
98
        private JPanel                                                                        propPanel = null;
99
        private IProjection                                                         currentProjection = null;
100
        private FLyrRaster                                                                 fLayer = null;
101
        private static final int                                                nprops = 11;
102
        private Object[][]                                                                props = null;
103
        private RasterFilterStackManager                                 stackManager = null;
104
        private Status                                                                        status = null;
105
        private String                                                                         filename = null;
106
        private        long                                                                         filesize = 0;
107
        private        int                                                                         width = 0;
108
        private        int                                                                         height = 0;
109
        private JFileChooser                                                        fileChooser = null;
110
        private String                                                                        lastPath = new String("./");
111
        private StatusLayerRaster                                                rasterStatus = null;
112
        private int                                                                                sizeX = 486, sizeY = 318;
113
        
114
        /**
115
         * Clase que guarda el estado del dialogo y gestiona la restauraci?n
116
         * del estado inicial en caso de cancelar.
117
         * @author Nacho Brodin <brodin_ign@gva.es>
118
         */
119
        class Status{
120
                public String                                        inicAlpha;
121
                public int                                                 bandR;
122
                public int                                                 bandG;
123
                public int                                                 bandB;
124
                private ArrayList                                filesAdd = new ArrayList();
125
                private ArrayList                                filesRem = new ArrayList();
126
                private ArrayList                                filters = null;
127
                
128
                
129
                public Status(String alpha, int bandR, int bandG, int bandB){
130
                        this.inicAlpha = alpha;
131
                        this.bandR = bandR;
132
                        this.bandG = bandG;
133
                        this.bandB = bandB;
134
                        filters = stackManager.getStringsFromStack();
135
                }
136
                
137
                /**
138
                 * A?ade un fichero  a la lista de a?adidos. Si estaba en la de eliminados
139
                 * lo quitamos.
140
                 * @param file Fichero a?adido
141
                 */
142
                public void addFile(String file){
143
                        filesAdd.add(file);
144
                        for(int j=0;j<filesRem.size();j++){
145
                                if(file.equals((String)filesRem.get(j)))
146
                                                filesRem.remove(j);
147
                        }
148
                        
149
                }
150
                
151
                /**
152
                 * Elimina un fichero de la lista de a?adidos si ha sido a?adido. Si ya estaba
153
                 * antes no estar? en la lista de a?adidos por lo que habr? que ponerlo en la 
154
                 * lista de eliminados.
155
                 * @param file        Fichero eliminado
156
                 */
157
                public void removeFile(String file){
158
                        boolean isAdd = false;
159
                        for(int i=0;i<filesAdd.size();i++){
160
                                if(((String)filesAdd.get(i)).equals(file)){
161
                                        filesAdd.remove(i);
162
                                        isAdd =  true;
163
                                }
164
                        }
165
                        if(!isAdd)
166
                                filesRem.add(file);
167
        
168
                }
169
                
170
                /**
171
                 * Restaura el Estado salvado 
172
                 * @param status Estado
173
                 */
174
                public void restoreStatus(PropertiesRasterDialog props){
175
                        //Devolvemos la pila de filtros al estado inicial
176
                        //if(stackManager != null)
177
                        //        stackManager.deleteTempFilters();
178
                        
179
                        //Devolvemos el alpha al estado inicial
180
                        int opac = Integer.parseInt(status.inicAlpha);
181
                        opac = (int)((opac*255)/100);
182
                        fLayer.getSource().setTransparency(true);
183
                        fLayer.setTransparency(255-opac);
184
                        rasterStatus.transparency = 255-opac;
185
                        
186
                        //Devolvemos el estado inicial de las bandas
187
                        
188
                        if (fLayer != null) {
189
                                fLayer.getSource().setBand(GeoRasterFile.RED_BAND, status.bandR);
190
                                fLayer.getSource().setBand(GeoRasterFile.GREEN_BAND, status.bandG);
191
                                fLayer.getSource().setBand(GeoRasterFile.BLUE_BAND, status.bandB);
192
                                rasterStatus.bandR = status.bandR;
193
                                rasterStatus.bandG = status.bandG;
194
                                rasterStatus.bandB = status.bandB;
195
                        }
196
                        
197
                        BandSetupPanel bandSetup = ((FilterRasterDialogPanel)props.getContentPane()).getBandSetup();
198
                        
199
                        //Los que han sido a?adidos los quitamos
200
                        for(int i=0;i<filesAdd.size();i++)
201
                                fLayer.delFile((String)this.filesAdd.get(i));
202
                                                        
203
                        //Los que fueron quitados los a?adimos
204
                        for(int i=0;i<filesRem.size();i++)
205
                                fLayer.addFiles((String)this.filesRem.get(i));
206
                                
207
                        //Restauramos los filtros
208
                        if(filters!=null)
209
                                stackManager.createStackFromStrings(filters, ((FLyrRaster)fLayer).getSource().getFiles());
210
                                                
211
                        fLayer.getFMap().invalidate();
212
                        //this.show();
213
                }
214
                
215
                public void show(){
216
                        System.out.println("***Lista A?adidos***");
217
                        for(int i=0;i<filesAdd.size();i++){
218
                                System.out.println(filesAdd.get(i).toString());
219
                        }
220
                        System.out.println("***Lista Eliminados***");
221
                        for(int i=0;i<filesRem.size();i++){
222
                                System.out.println(filesRem.get(i).toString());
223
                        }
224
                        System.out.println("*********************");
225
                }
226
                
227
        }
228
        
229
        public class DriverFileFilter extends FileFilter{
230
                
231
                private Driver driver;
232
                
233
                public DriverFileFilter(String driverName) throws DriverLoadException{
234
                        driver = LayerFactory.getDM().getDriver(driverName);
235
                }
236

    
237
                /**
238
                 * @see javax.swing.filechooser.FileFilter#accept(java.io.File)
239
                 */
240
                public boolean accept(File f) {
241
                        if (f.isDirectory()) return true;
242
                        if (driver instanceof RasterDriver){
243
                                return ((RasterDriver) driver).fileAccepted(f);
244
                        }else{
245
                                throw new RuntimeException("Tipo no reconocido");
246
                        }
247
                }
248

    
249
                /**
250
                 * @see javax.swing.filechooser.FileFilter#getDescription()
251
                 */
252
                public String getDescription() {
253
                        return ((Driver) driver).getName();
254
                }
255
        }
256
        
257
        /**
258
         * Constructor de la ventana de dialogo.
259
         * @param app
260
         */
261
        public PropertiesRasterDialog(FLyrRaster layer, int[][] rangeR, int[][] rangeG, int[][] rangeB){
262
                super();
263
                fLayer = layer;
264
                if(fLayer.getStatus()==null){
265
                        rasterStatus = new StatusLayerRaster();
266
                        fLayer.setStatus(rasterStatus);
267
                }else
268
                        rasterStatus = (StatusLayerRaster)fLayer.getStatus();
269
                initialize();                        
270
                this.setRanges(rangeR, rangeG, rangeB);
271
                setTranslation();
272
        }
273
        
274
        /**
275
         * Asigna los textos a los paneles
276
         */
277
        private void setTranslation(){
278
                this.getBandSetup().getFileList().getJButtonAdd().setText(PluginServices.getText(this,"Anadir"));
279
                this.getBandSetup().getFileList().getJButtonRemove().setText(PluginServices.getText(this,"Eliminar"));
280
                this.getBandSetup().getFileList().lbandasVisibles.setText(PluginServices.getText(this,"bandas"));
281
                        
282
                RasterTransparencyPanel tpan = this.getTransparencyPanel();
283
                
284
                tpan.lGreenValue.setText(PluginServices.getText(this,"Valor_verde")+":");
285
                tpan.lRedValue.setText(PluginServices.getText(this,"Valor_rojo")+":");
286
                tpan.lBlueValue.setText(PluginServices.getText(this,"Valor_azul")+":");
287
                tpan.getTransparencyCheck().setText(PluginServices.getText(this,"transparencia"));
288
                tpan.getOpacityCheck().setText(PluginServices.getText(this,"opacidad"));
289
                tpan.lRange.setText(PluginServices.getText(this,"usar_rango")+": 1,3,5:8");
290
                tpan.lPixelValue.setText(PluginServices.getText(this,"valor_pixel")+": 0 a 255");
291
                                
292
                EnhancedPanel ep = this.getEnhancedPanel();
293
                ep.lLineal.setText(PluginServices.getText(this,"lineal_directo"));
294
                ep.lQueue.setText(PluginServices.getText(this,"recorte_colas"));
295
                ep.lWithoutEnhanced.setText(PluginServices.getText(this,"sin_realce"));
296
                ep.lCut.setText("% "+PluginServices.getText(this,"recorte"));
297
                ep.lRemove.setText(PluginServices.getText(this,"eliminar_extremos"));
298
                                
299
                //Recorremos los Tab y traducimos el nombre
300
                for(int i=0;i<this.getTab().getTabCount();i++){
301
                        if(this.getTab().getTitleAt(i).equals("Info"))
302
                                this.getTab().setTitleAt(i,PluginServices.getText(this,"info"));
303
                        if(this.getTab().getTitleAt(i).equals("Transparencia"))
304
                                this.getTab().setTitleAt(i,PluginServices.getText(this,"Transparencia"));
305
                        if(this.getTab().getTitleAt(i).equals("Bandas"))
306
                                this.getTab().setTitleAt(i,PluginServices.getText(this,"bandas"));
307
                        if(this.getTab().getTitleAt(i).equals("Realce"))
308
                                this.getTab().setTitleAt(i,PluginServices.getText(this,"realce"));
309
                }
310
                
311
                this.getAcceptButton().setText(PluginServices.getText(this,"Aceptar"));
312
                this.getApplyButton().setText(PluginServices.getText(this,"Aplicar"));
313
                this.getCancelButton().setText(PluginServices.getText(this,"Cancelar"));
314
                
315
                this.getSharpeningPanel().getCbActiveSharpening().setText(PluginServices.getText(this,"onSharpening"));
316
                this.getSharpeningPanel().getPSharpNorth().setBorder(javax.swing.BorderFactory.createTitledBorder(null, PluginServices.getText(this,"selectBandaRefinado"), javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION, javax.swing.border.TitledBorder.DEFAULT_POSITION, null, null));
317
        }
318
        
319
        /**
320
         * Asigna un FLayerRaster
321
         * @param layer        capa a asignar
322
         */
323
        public void setFLyrRaster(FLyrRaster layer){
324
                fLayer = layer;
325
        }
326
        
327
        /**
328
         * Constructor de la ventana de dialogo.
329
         */
330
        public PropertiesRasterDialog() {
331
                initialize();
332
        }
333
                
334
        
335
        
336
        /**
337
         * Carga los datos del panel info.
338
         */
339
        private void loadInfoData(){
340
                if(fLayer.getSource()!=null){
341
                        props = new Object[nprops][2];
342
                        props[0][0] = new String(PluginServices.getText(this,"Fichero")+":");
343
                        props[0][1] = filename;
344
                        props[1][0] = new String(PluginServices.getText(this,"num_bandas")+":");
345
                        props[1][1] = new String(String.valueOf(fLayer.getSource().getNumBands()));
346
                        props[2][0] = new String(PluginServices.getText(this,"ancho_alto")+":");
347
                        props[2][1] = this.width+" X "+this.height;
348
                        props[3][0] = new String(PluginServices.getText(this,"formato")+":");
349
                        props[3][1] = filename.substring(
350
                                                filename.lastIndexOf('.')+1, 
351
                                                filename.length());
352
                        props[4][0] = new String(PluginServices.getText(this,"tipo_dato")+":");
353
                        String type = null;
354
                        switch(fLayer.getSource().getDataType()){
355
                                case 0: type = new String("BYTE");break;
356
                                case 1: type = new String("USHORT");break;
357
                                case 2: type = new String("SHORT");break;
358
                                case 3: type = new String("INT");break;
359
                                case 4: type = new String("FLOAT");break;
360
                                case 5: type = new String("DOUBLE");break;
361
                                default: type = new String("UNDEFINED");break;
362
                        }
363
                    props[4][1] = type;
364
                        props[5][0] = new String(PluginServices.getText(this,"coor_geograficas"));
365
                        props[6][0] = new String(PluginServices.getText(this,"xmin")+":");
366
                        props[6][1] = String.valueOf(fLayer.getSource().getFullExtent().getMinX());
367
                        props[7][0] = new String(PluginServices.getText(this,"ymin")+":");
368
                        props[7][1] = String.valueOf(fLayer.getSource().getFullExtent().getMinY());
369
                        props[8][0] = new String(PluginServices.getText(this,"xmax")+":");
370
                        props[8][1] = String.valueOf(fLayer.getSource().getFullExtent().getMaxX());
371
                        props[9][0] = new String(PluginServices.getText(this,"ymax")+":");
372
                        props[9][1] = String.valueOf(fLayer.getSource().getFullExtent().getMaxY());
373
                        
374
                }else{
375
                        props = new Object[1][2];
376
                        props[0][0] = new String("No props");
377
                        props[0][1] = new String("-");
378
                }
379
                
380
        }
381
        
382
        /**
383
         * A?ade bandas al contador de bandas del FilterRasterDialogPanel
384
         * @param numBands N?mero de bandas a a?adir
385
         */
386
        public void addNumBands(int numBands){
387
                nbands += numBands;
388
                if(this.getTransparencyPanel() != null && this.getTransparencyPanel().getTRojo().isEnabled())
389
                        this.getTransparencyPanel().setActiveTransparencyControl(true); 
390
        }
391
        
392
        /**
393
         * Inicializa el jDialog                
394
         */    
395
        private void initialize() {
396
                
397
                //this.setLayout(new FlowLayout());
398
                        
399
                setName("filterRaster");
400
                ArrayList attr = ((FLyrRaster)fLayer).getSource().getAttributes();
401
                   for (int i=0; i<attr.size(); i++) {
402
                        Object[] a = (Object []) attr.get(i);
403
                        if(a[0].toString().equals("Filename"))
404
                                filename = a[1].toString();
405
                        if(a[0].toString().equals("Filesize"))
406
                                filesize = ((Long)a[1]).intValue();
407
                        if(a[0].toString().equals("Width"))
408
                                width = ((Integer)a[1]).intValue();
409
                        if(a[0].toString().equals("Height"))
410
                                height = ((Integer)a[1]).intValue();
411
                }
412
                   
413
                   this.loadInfoData();
414
                super.init(props);
415
                
416
                this.getInfoPanel().columnNames[0] = PluginServices.getText(this,"propiedad");
417
                this.getInfoPanel().columnNames[1] = PluginServices.getText(this,"Valor");
418
                this.getInfoPanel().resetTable();
419
                this.getInfoPanel().initialize();
420
                
421
                //this.add(getContentPane());
422
        
423
                this.setSize(this.sizeX, this.sizeY);
424
                
425
                //contentPane.getAcceptButton().setEnabled(false);
426
                this.getAcceptButton().addActionListener(new java.awt.event.ActionListener() {
427
                        public void actionPerformed(java.awt.event.ActionEvent evt) {
428
                                acceptButtonActionPerformed(evt);
429
                                //Solo cuando le damos a aceptar guardamos la situaci?n actual de los
430
                                //ficheros cargados en el StatusLayerRaster
431
                                if(rasterStatus!=null){
432
                                        ArrayList rs = new ArrayList();
433
                                        for(int i=0;i<fLayer.getSource().getFiles().length;i++)
434
                                                rs.add(fLayer.getSource().getFiles()[i].getName());
435
                                        rasterStatus.files = rs;
436
                                }
437
                                closeJDialog();
438
                        }
439
                });
440
                this.getCancelButton().addActionListener(new java.awt.event.ActionListener() {
441
                        public void actionPerformed(java.awt.event.ActionEvent evt) {
442
                                cancelButtonActionPerformed(evt);
443
                                closeJDialog();
444
                        }
445
                });
446
                this.getApplyButton().addActionListener(new java.awt.event.ActionListener() {
447
                        public void actionPerformed(java.awt.event.ActionEvent evt) {
448
                                acceptButtonActionPerformed(evt);
449
                        }
450
                });
451
                this.getBandSetup().getFileList().getJButtonAdd().addActionListener(new java.awt.event.ActionListener() {
452
                        public void actionPerformed(java.awt.event.ActionEvent evt){
453
                                addFileBand(evt);
454
                                
455
                        }
456
                });
457
                this.getBandSetup().getFileList().getJButtonRemove().addActionListener(new java.awt.event.ActionListener() {
458
                        public void actionPerformed(java.awt.event.ActionEvent evt){
459
                                delFileBand(evt);
460
                        }
461
                });
462
                
463
        
464
        }
465
        
466
        /**
467
         * Salva el estado inicial por si se cancela
468
         */
469
        public void readStat(){
470
                status = new Status(((FilterRasterDialogPanel)this).getTransparencyPanel().getOpacityText().getText(),
471
                                                        getAssignedBand(GeoRasterFile.RED_BAND),
472
                                                        getAssignedBand(GeoRasterFile.GREEN_BAND),
473
                                                        getAssignedBand(GeoRasterFile.BLUE_BAND));                                
474
        }
475
        
476
        /**
477
         * This method initializes jContentPane                
478
         */    
479
        public Container getContentPane() {
480
                return this;
481
        }
482
        
483
        /**
484
         * Asigna una proyecci?n
485
         * @param prj
486
         */
487
        public void setProjection(IProjection prj) {
488
                this.currentProjection = prj;
489
        }
490
        
491
        
492
        
493
        public void closeJDialog() {
494
                PluginServices.getMDIManager().closeView(PropertiesRasterDialog.this);
495
        }
496
        
497
        /**
498
         * Asigna el RasterFilterStackManager
499
         * @param stackManager
500
         */
501
        public void setRasterFilterStackManager(RasterFilterStackManager stackManager){
502
                this.stackManager = stackManager;
503
                stackManager.resetTempFilters();
504
        }
505
        
506
        /**
507
         * 
508
         * @param flag
509
         * @return
510
         */
511
        public int getAssignedBand(int flag) {
512
                return this.getBandSetup().getAssignedBand(flag);
513
        }
514
        
515
        /**
516
         * Obtiene las bandas que el usuario ha seleccionado que son visibles.
517
         * Devuelve una cadena: RGB, R, G, B, RG, RB, GB
518
         * @return Bandas visibles
519
         */
520
        public String getVisibleBands(){
521
                return this.getBandSetup().getFileList().getJComboBox().getSelectedItem().toString();
522
        }
523
        
524
        /**
525
         * Pulsar aceptar con el panel de bandas seleccionado hace que se procesen los valores
526
         * introducidos en este.
527
         * @return true si estaba seleccionado el panel de bandas y se ha procesado la
528
         * acci?n y false si no lo estaba.
529
         */
530
        public void processBandPanel(){
531
                //if(this.getTab().getSelectedComponent() == this.getBandSetup()){                
532
                fLayer.getSource().setBand(GeoRasterFile.RED_BAND,
533
                                        getAssignedBand(GeoRasterFile.RED_BAND));
534
                fLayer.getSource().setBand(GeoRasterFile.GREEN_BAND,
535
                                        getAssignedBand(GeoRasterFile.GREEN_BAND));
536
                fLayer.getSource().setBand(GeoRasterFile.BLUE_BAND,
537
                                        getAssignedBand(GeoRasterFile.BLUE_BAND));
538
                rasterStatus.bandR = getAssignedBand(GeoRasterFile.RED_BAND);
539
                rasterStatus.bandG = getAssignedBand(GeoRasterFile.GREEN_BAND);
540
                rasterStatus.bandB = getAssignedBand(GeoRasterFile.BLUE_BAND);
541
                                                
542
                //Comprobamos si hay alguna banda que no est? asignada y aplicamos el filtro
543
                StringBuffer sb = new StringBuffer();
544
                if(getAssignedBand(GeoRasterFile.RED_BAND) == -1)
545
                        sb.append("R");
546
                if(getAssignedBand(GeoRasterFile.GREEN_BAND) == -1)
547
                        sb.append("G");
548
                if(getAssignedBand(GeoRasterFile.BLUE_BAND) == -1)
549
                        sb.append("B");
550
                        
551
                if(!sb.toString().equals(""))
552
                        stackManager.addRemoveBands(sb.toString());
553
                else
554
                        stackManager.removeFilter(stackManager.getTypeFilter("removebands"));
555
                
556
                //Al reasignar las bandas tenemos que tenerlo en cuenta en el sharpening
557
                RasterFilter sharp = stackManager.getFilter("sharpening");
558
                if(sharp != null){
559
                        int[] order = {getAssignedBand(GeoRasterFile.RED_BAND),getAssignedBand(GeoRasterFile.GREEN_BAND),getAssignedBand(GeoRasterFile.BLUE_BAND)};
560
                        sharp.removeParam("order");
561
                        sharp.addParam("order", order);
562
                }
563
                fLayer.getFMap().invalidate();
564
        }
565
        
566
        /**
567
         * Pulsar aceptar con el panel de transparecias seleccionado hace que se procesen los valores
568
         * introducidos en este.
569
         * @return true si estaba seleccionado el panel de transparencias y se ha procesado la
570
         * acci?n y false si no lo estaba.
571
         */
572
        public void processTransparencyPanel(){
573
                //OPACIDAD
574
                String sOpac = this.getTransparencyPanel().getOpacityText().getText();
575
                if(!sOpac.equals("") && this.getTransparencyPanel().getOpacityCheck().isSelected()){
576
                        int opac = Integer.parseInt(sOpac);
577
                        opac = (int)((opac*255)/100);
578
                        fLayer.getSource().setTransparency(true);
579
                        fLayer.setTransparency(255-opac);
580
                        rasterStatus.transparency = 255-opac;
581
                }else{
582
                        fLayer.getSource().setTransparency(false);
583
                        fLayer.setTransparency(0);
584
                        rasterStatus.transparency = 0;
585
                }
586
                                
587
                //TRANSPARENCIA
588
                if(        this.getTransparencyPanel().getTransparencyCheck().isSelected()){
589
                        this.checkTransparencyValues();
590
                        stackManager.addTransparencyFilter(        this.getRangeRed(),
591
                                                                                                this.getRangeGreen(),
592
                                                                                                this.getRangeBlue(),
593
                                                                                                0x10,        //Transparencia
594
                                                                                                0xff,        //Color Transparencia R
595
                                                                                                0xff,        //Color Transparencia G
596
                                                                                                0xff);        //Color Transparencia B
597
                }else{
598
                        fLayer.getSource().getFilterStack().removeFilter(stackManager.getTypeFilter("transparency"));
599
                }
600

    
601
        }
602
        
603
        /**
604
         * Pulsar aceptar con el panel de realce seleccionado hace que se procesen los valores
605
         * introducidos en este.
606
         * @return true si estaba seleccionado el panel de realce y se ha procesado la
607
         * acci?n y false si no lo estaba.
608
         */
609
        public void processEnhancedPanel(){
610
                //Filtro lineal seleccionado
611
                if(        this.getEnhancedPanel().getLinealDirectoRadioButton().isSelected()){
612
                        if(        this.getEnhancedPanel().getRemoveCheck().isSelected() &&
613
                                !this.getEnhancedPanel().getTailCheck().isSelected())
614
                                stackManager.addEnhancedFilter(true, fLayer.getSource().getFiles()[0].getName());
615
                        else
616
                                stackManager.addEnhancedFilter(false, fLayer.getSource().getFiles()[0].getName());
617
                                
618
                        //Recorte de colas seleccionado
619
                        if(this.getEnhancedPanel().getTailCheck().isSelected()){
620
                                stackManager.removeFilter(stackManager.getTypeFilter("computeminmax"));
621
                                double recorte = Double.parseDouble(this.getEnhancedPanel().getTailText().getText())/100;
622
                                if(this.getEnhancedPanel().getRemoveCheck().isSelected())
623
                                        stackManager.addTailFilter( recorte, 0D, true);
624
                                else
625
                                        stackManager.addTailFilter( recorte, 0D, false);
626
                        }else{
627
                                stackManager.removeFilter(stackManager.getTypeFilter("tail"));
628
                                stackManager.addComputeMinMaxFilter();
629
                        }        
630
                }
631
                        
632
                //Sin filtro lineal seleccionado
633
                if(this.getEnhancedPanel().getSinRealceRadioButton().isSelected()){
634
                        stackManager.removeFilter(stackManager.getTypeFilter("computeminmax"));
635
                        stackManager.removeFilter(stackManager.getTypeFilter("tail"));
636
                        stackManager.removeFilter(stackManager.getTypeFilter("enhanced"));
637
                }
638
                fLayer.getFMap().invalidate();
639
        }
640
        
641
        /**
642
         * Pulsar aceptar hace que se procesen los valores introducidos en el panel de 
643
         * sharpening.
644
         * @return true 
645
         */
646
        public void processSharpeningPanel(){
647
                if(this.getSharpeningPanel().getCbActiveSharpening().isSelected()){
648
                        String pancr = null;
649
                        
650
                        //Obtenemos el nombre de la banda seleccionada
651
                        for(int i=0;i<(getSharpeningPanel().getRGBTable()).getRowCount();i++){
652
                                if(((Boolean) (getSharpeningPanel().getRGBTable()).getValueAt(i, 0)).booleanValue())
653
                                        pancr = ((String) (getSharpeningPanel().getRGBTable()).getValueAt(i, 1));
654
                        }
655
                        
656
                        //Buscamos el GeoRasterFile que corresponde a la capa y a?adimos el filtro con el
657
                        if(pancr!=null){
658
                                pancr = pancr.substring(pancr.lastIndexOf("] ") + 2, pancr.length());
659
                                for(int i=0; i<fLayer.getSource().getFiles().length;i++){
660
                                 if(fLayer.getSource().getFiles()[i].getName().endsWith(File.separator+pancr)){
661
                                         int[] order = {getAssignedBand(GeoRasterFile.RED_BAND),getAssignedBand(GeoRasterFile.GREEN_BAND),getAssignedBand(GeoRasterFile.BLUE_BAND)};
662
                                         
663
                                         int opac = Integer.parseInt(this.getTransparencyPanel().getOpacityText().getText());
664
                                         opac = (int)((opac*255)/100);
665
                                         
666
                                         String method = "brovey";
667
                                         if(getSharpeningPanel().getRbHSL().isSelected())
668
                                                 method = "hsl";
669
                                         
670
                                         double coef = 0D;
671
                                         if(getSharpeningPanel().getRbHSL().isSelected())
672
                                                 coef = Double.parseDouble(pSharp.getJTextField().getText());
673
                                                                                  
674
                                         int coefBrovey = 0;
675
                                         if(getSharpeningPanel().getRbBrovey().isSelected())
676
                                                 coefBrovey = Integer.parseInt(pSharp.getJTextField1().getText());
677
                                                                                  
678
                                         stackManager.addSharpeningFilter(fLayer.getSource().getFiles(), i, order, opac, method, coef, coefBrovey);
679
                                 }
680
                                }
681
                                
682
                        }
683
                }else{
684
                        stackManager.removeFilter(stackManager.getTypeFilter("sharpening"));
685
                }
686
                fLayer.getFMap().invalidate();
687
        }
688
        
689
        /**
690
         * Gestiona la acci?n cuando se pulsa aplicar/aceptar o aplicar en el control
691
         * de propiedades de raster
692
         * @param e
693
         */
694
        private void acceptButtonActionPerformed(ActionEvent e) {
695
                this.processBandPanel();
696
                this.processTransparencyPanel();        
697
                this.processEnhancedPanel();
698
                this.processSharpeningPanel();
699
        }
700
        
701
        /**
702
         * A?ade una banda al raster
703
         * @param e
704
         */
705
        private void addFileBand(ActionEvent e){
706
                String[] driverNames = null;
707
                String rasterDriver = null;
708
                                                
709
                //Creaci?n del dialogo para selecci?n de ficheros
710
                
711
                fileChooser = new JFileChooser(lastPath);
712
                fileChooser.setMultiSelectionEnabled(true);
713
                fileChooser.setAcceptAllFileFilterUsed(false);
714
        try {
715
                        driverNames = LayerFactory.getDM().getDriverNames();
716
                        FileFilter defaultFileFilter = null, auxF;
717
                        for (int i = 0; i < driverNames.length; i++) {
718
                                
719
                                if (driverNames[i].endsWith("gvSIG Image Driver")){
720
                                        rasterDriver = driverNames[i];
721
                                    auxF = new DriverFileFilter(driverNames[i]);
722
                                        fileChooser.addChoosableFileFilter(auxF);
723
                                        defaultFileFilter = auxF;
724
                                }
725
                        }
726
                } catch (DriverLoadException e1) {
727
                        NotificationManager.addError("No se pudo acceder a los drivers", e1);
728
                }
729
                int result = fileChooser.showOpenDialog(PropertiesRasterDialog.this);
730
                
731
                if(result == JFileChooser.APPROVE_OPTION){
732
                        File[] files = fileChooser.getSelectedFiles();
733
                         FileFilter filter = fileChooser.getFileFilter();
734
                         BandSetupPanel bandSetup = ((FilterRasterDialogPanel)this.getContentPane()).getBandSetup();
735
                         lastPath = files[0].getPath();
736
                         
737
                         //Lo a?adimos a la capa si no esta
738
                         
739
                         Vector v = new Vector();
740
            for(int i=0;i<files.length;i++){
741
                    
742
                    //Comprobamos que el fichero no est?
743
                    boolean exist = false;
744
                    for(int j=0;j<fLayer.getSource().getFiles().length;j++){
745
                            if(fLayer.getSource().getFiles()[j].getName().endsWith(files[i].getName()))
746
                                    exist = true;
747
                    }
748
                    if(!exist){
749
                            try{
750
                                    Rectangle2D extentOrigin = fLayer.getFullExtent();
751
                                    
752
                                    GeoRasterFile geoRasterFile = GeoRasterFile.openFile(fLayer.getProjection(), files[i].getAbsolutePath());
753
                                    Extent extentNewFile = geoRasterFile.getExtent();
754
                                    nbands += geoRasterFile.getBandCount();
755
                                    
756
                                                //Comprobamos que el extent y tama?o del fichero a?adido sea igual al 
757
                                                //fichero original. Si no es as? no abrimos la capa y mostramos un aviso
758
                                                
759
                                    double widthNewFile = (extentNewFile.getMax().getX()-extentNewFile.getMin().getX());
760
                                    double heightNewFile = (extentNewFile.getMax().getY()-extentNewFile.getMin().getY());
761
                                                                                                                                            
762
                                    if( (widthNewFile-extentOrigin.getWidth()) > 1.0 ||
763
                                            (widthNewFile-extentOrigin.getWidth()) < -1.0 ||
764
                                            (heightNewFile-extentOrigin.getHeight()) > 1.0 ||
765
                                            (heightNewFile-extentOrigin.getHeight()) < -1.0){       
766
                                            JOptionPane.showMessageDialog(        null,
767
                                                                                                            PluginServices.getText(this, "extents_no_coincidentes"), 
768
                                                                                                                        "",
769
                                                                                                                        JOptionPane.ERROR_MESSAGE);
770
                                            return;
771
                                    }
772
                                                                            
773
                                    if(        (extentNewFile.getMax().getX()-extentNewFile.getMin().getX())!=extentOrigin.getWidth() ||
774
                                                                (extentNewFile.getMax().getY()-extentNewFile.getMin().getY())!=extentOrigin.getHeight()        ){
775
                                            JOptionPane.showMessageDialog(null, 
776
                                                                        PluginServices.getText(this, "extents_no_coincidentes"), "", JOptionPane.ERROR_MESSAGE);
777
                                                        return;
778
                                    }
779
                                                                                                                
780
                            }catch(Exception exc){
781
                                    exc.printStackTrace();
782
                            }
783
                            
784
                            //Lo a?adimos a la capa
785
                            fLayer.addFiles(files[i].getAbsolutePath());
786
                            //Mantiene la lista de ficheros a?adidos por si se cancela
787
                            status.addFile(files[i].getAbsolutePath());
788
                            
789
                    
790
                    }else{
791
                            JOptionPane.showMessageDialog(null, 
792
                                                        PluginServices.getText(this, "fichero_existe")+" "+files[i].getAbsolutePath(), "", JOptionPane.ERROR_MESSAGE);
793
                    }
794
            }
795
                                     
796
            //A?adimos los georasterfile a la tabla del Panel
797
            
798
            v = new Vector();
799
            for(int i=0;i<fLayer.getSource().getFiles().length;i++){
800
                    boolean exist = false;
801
                    for(int j=0;j<bandSetup.getNBands();j++){
802
                            if(fLayer.getSource().getFiles()[i].getName().endsWith(bandSetup.getBandName(j)))
803
                                    exist = true;
804
                    }
805
                    if(!exist)
806
                            v.add(fLayer.getSource().getFiles()[i]);
807
            }
808
            
809
            grf = new GeoRasterFile[v.size()];
810
            for(int i=0;i<grf.length;i++){
811
                    grf[i] = (GeoRasterFile)v.get(i);
812
            }
813
            this.addFiles(grf);
814
                }
815
        }
816
        
817
        /**
818
         * Asigna la lista de GeoRasterFile 
819
         * @return
820
         */
821
        public void setGeoRasterFile(GeoRasterFile[] grf){
822
                this.grf = grf;
823
        }
824
        
825
        /**
826
         * Elimina una banda del raster. Si queda solo un fichero o no se ha 
827
         * seleccionado ninguna banda no hace nada.
828
         * @param e
829
         */
830
        private void delFileBand(ActionEvent e){
831
                BandSetupPanel bandSetup = ((FilterRasterDialogPanel)this.getContentPane()).getBandSetup();
832
        
833
                if(        bandSetup.getFileList().getJList().getSelectedValue()!=null &&
834
                        bandSetup.getFileList().getNFiles() > 1){
835
                        String pathName = bandSetup.getFileList().getJList().getSelectedValue().toString();
836
                        GeoRasterFile geoRasterFile = GeoRasterFile.openFile(fLayer.getProjection(), pathName);
837
                        nbands -= geoRasterFile.getBandCount();
838
                        fLayer.delFile(pathName);
839
                        String file = pathName.substring(pathName.lastIndexOf("/")+1);
840
                        file = file.substring(file.lastIndexOf("\\")+1);
841
                        this.removeFile(file);
842
                        
843
                        //Mantiene la lista de ficheros eliminados por si se cancela
844
                        status.removeFile(pathName);
845
                }                
846
        }
847
        
848
        /**
849
         * El bot?n de cancelar recupera el estado anterior a la apertura de
850
         * este dialogo.
851
         * @param e        Evento
852
         */
853
        private void cancelButtonActionPerformed(ActionEvent e) {
854
                this.status.restoreStatus(this);
855
                fLayer.getFMap().invalidate();
856
        }
857
        
858
                
859
        /**
860
         * @see com.iver.mdiApp.ui.MDIManager.View#getViewInfo()
861
         */
862
        public ViewInfo getViewInfo() {
863
                ViewInfo m_viewinfo=new ViewInfo(ViewInfo.MODALDIALOG);
864
                    m_viewinfo.setTitle(PluginServices.getText(this, "propiedades_raster"));
865
                return m_viewinfo;
866
        }
867
        
868
        
869
}