Revision 5270

View differences:

org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/pom.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
    <modelVersion>4.0.0</modelVersion>
5
    <artifactId>org.gvsig.raster.wcs.app.wcsclient</artifactId>
6
    <packaging>jar</packaging>
7
    <name>Formats: WCS support</name>
8
    <description>Web Coverage Service support</description>
9
	
10
    <parent>
11
        <groupId>org.gvsig</groupId>
12
        <artifactId>org.gvsig.raster.wcs</artifactId>
13
        <version>2.2.31</version>
14
    </parent>
15
	
16
    <dependencies>
17
        <dependency>
18
            <groupId>org.gvsig</groupId>
19
            <artifactId>org.gvsig.andami</artifactId>
20
            <scope>compile</scope>
21
        </dependency>
22
        <dependency>
23
            <groupId>org.gvsig</groupId>
24
            <artifactId>org.gvsig.raster.swing.api</artifactId>
25
            <scope>compile</scope>
26
        </dependency>
27
        <dependency>
28
            <groupId>org.gvsig</groupId>
29
            <artifactId>org.gvsig.raster.wcs.io</artifactId>
30
            <scope>compile</scope>
31
        </dependency>
32
        <dependency>
33
            <groupId>org.gvsig</groupId>
34
            <artifactId>org.gvsig.remoteclient</artifactId>
35
            <scope>compile</scope>
36
        </dependency>
37
        <dependency>
38
            <groupId>org.gvsig</groupId>
39
            <artifactId>org.gvsig.raster.wcs.remoteclient</artifactId>
40
            <scope>compile</scope>
41
        </dependency>
42
        <dependency>
43
            <groupId>org.gvsig</groupId>
44
            <artifactId>org.gvsig.app.mainplugin</artifactId>
45
            <scope>compile</scope>
46
        </dependency>
47
        <dependency>
48
            <groupId>org.gvsig</groupId>
49
            <artifactId>org.gvsig.raster.lib.api</artifactId>
50
            <scope>compile</scope>
51
        </dependency>
52
        <dependency>
53
            <groupId>org.gvsig</groupId>
54
            <artifactId>org.gvsig.raster.fmap</artifactId>
55
            <scope>compile</scope>
56
        </dependency>
57
        <dependency>
58
            <groupId>org.gvsig</groupId>
59
            <artifactId>org.gvsig.fmap.control</artifactId>
60
            <scope>compile</scope>
61
        </dependency>
62
        <dependency>
63
            <groupId>org.gvsig</groupId>
64
            <artifactId>org.gvsig.utils</artifactId>
65
            <scope>compile</scope>
66
        </dependency>
67
        <dependency>
68
            <groupId>org.gvsig</groupId>
69
            <artifactId>org.gvsig.ui</artifactId>
70
            <scope>compile</scope>
71
        </dependency>
72
        <!--<dependency> <groupId>org.gvsig</groupId> <artifactId>org.gvsig.symbology.lib.api</artifactId> 
73
        <scope>compile</scope> </dependency> -->
74
        <dependency>
75
            <groupId>org.gvsig</groupId>
76
            <artifactId>org.gvsig.symbology.lib.impl</artifactId>
77
            <scope>compile</scope>
78
        </dependency>
79
        <dependency>
80
            <groupId>org.gvsig</groupId>
81
            <artifactId>org.gvsig.metadata.lib.basic.api</artifactId>
82
            <scope>compile</scope>
83
        </dependency>
84
        <dependency>
85
            <groupId>org.gvsig</groupId>
86
            <artifactId>org.gvsig.raster.cache.lib.api</artifactId>
87
            <scope>compile</scope>
88
        </dependency>
89
        <dependency>
90
            <groupId>easymock</groupId>
91
            <artifactId>easymock</artifactId>
92
        </dependency>
93
		
94
		
95
        <dependency>
96
            <groupId>org.gvsig</groupId>
97
            <artifactId>org.gvsig.fmap.mapcontext.api</artifactId>
98
            <scope>compile</scope>
99
        </dependency>
100
        <dependency>
101
            <groupId>org.gvsig</groupId>
102
            <artifactId>org.gvsig.fmap.mapcontext.impl</artifactId>
103
            <scope>runtime</scope>
104
        </dependency>
105
        <dependency>
106
            <groupId>org.gvsig</groupId>
107
            <artifactId>org.gvsig.fmap.mapcontext.operation</artifactId>
108
            <scope>runtime</scope>
109
        </dependency>
110
        <dependency>
111
            <groupId>org.gvsig</groupId>
112
            <artifactId>org.gvsig.projection.api</artifactId>
113
            <scope>compile</scope>
114
        </dependency>
115
        <dependency>
116
            <groupId>org.gvsig</groupId>
117
            <artifactId>org.gvsig.projection.cresques.impl</artifactId>
118
            <scope>runtime</scope>
119
        </dependency>
120
        <dependency>
121
            <groupId>org.gvsig</groupId>
122
            <artifactId>org.gvsig.compat.api</artifactId>
123
            <scope>compile</scope>
124
        </dependency>
125
        <dependency>
126
            <groupId>org.gvsig</groupId>
127
            <artifactId>org.gvsig.compat.se</artifactId>
128
            <scope>compile</scope>
129
        </dependency>
130
        <dependency>
131
            <groupId>org.gvsig</groupId>
132
            <artifactId>org.gvsig.fmap.dal.api</artifactId>
133
            <scope>compile</scope>
134
        </dependency>
135
        <dependency>
136
            <groupId>org.gvsig</groupId>
137
            <artifactId>org.gvsig.fmap.dal.impl</artifactId>
138
            <scope>compile</scope>
139
        </dependency>
140
        <dependency>
141
            <groupId>org.gvsig</groupId>
142
            <artifactId>org.gvsig.fmap.dal.spi</artifactId>
143
            <scope>compile</scope>
144
        </dependency>
145
        <dependency>
146
            <groupId>org.gvsig</groupId>
147
            <artifactId>org.gvsig.fmap.geometry.api</artifactId>
148
            <scope>compile</scope>
149
        </dependency>
150
    <!--
151
        <dependency>
152
            <groupId>org.gvsig</groupId>
153
            <artifactId>org.gvsig.fmap.geometry.generalpath</artifactId>
154
            <scope>runtime</scope>
155
        </dependency>
156
        <dependency>
157
            <groupId>org.gvsig</groupId>
158
            <artifactId>org.gvsig.fmap.geometry.operation</artifactId>
159
            <scope>runtime</scope>
160
        </dependency>
161
    -->
162
    </dependencies>
163

  
164
    <properties>
165
        <gvsig.package.info.state>final</gvsig.package.info.state>
166
        <gvsig.package.info.dependencies>required: org.gvsig.raster.tilecache.app -ge 2, required: org.gvsig.raster.mainplugin -ge 2</gvsig.package.info.dependencies>
167
        <gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/Raster/pool</gvsig.package.info.poolURL>
168
        <gvsig.package.info.categories>OGC,Remote Services,Raster</gvsig.package.info.categories>
169
        <gvsig.package.info.official>true</gvsig.package.info.official>
170
    </properties>
171
</project>
0 172

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/buildNumber.properties
1
#Wed Feb 17 01:07:17 CET 2016
2
buildNumber=83
0 3

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/test/java/org/gvsig/wcs/app/extension/gui/panel/TestFormatsPanel.java
1
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
2
 *
3
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
4
 *
5
 * This program is free software; you can redistribute it and/or
6
 * modify it under the terms of the GNU General Public License
7
 * as published by the Free Software Foundation; either version 2
8
 * of the License, or (at your option) any later version.
9
 *
10
 * This program is distributed in the hope that it will be useful,
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 * GNU General Public License for more details.
14
 *
15
 * You should have received a copy of the GNU General Public License
16
 * along with this program; if not, write to the Free Software
17
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
18
 */
19
package org.gvsig.wcs.app.extension.gui.panel;
20

  
21
import javax.swing.JFrame;
22

  
23
import org.gvsig.raster.wcs.app.wcsclient.gui.panel.FormatPanel;
24

  
25
public class TestFormatsPanel {
26
	private int               w        = 510;
27
	private int               h        = 610;
28
	private JFrame            frame    = new JFrame();
29
	private FormatPanel       desc     = null;
30

  
31
	public TestFormatsPanel() {
32
		desc = new FormatPanel();
33
		frame.getContentPane().add(desc);
34
		frame.setSize(w, h);
35
		frame.setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
36
		frame.setVisible(true);
37
	}
38

  
39
	public static void main(String[] args) {
40
		new TestFormatsPanel();
41
	}
42
}
0 43

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/test/java/org/gvsig/wcs/app/extension/gui/panel/TestInfoPanel.java
1
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
2
 *
3
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
4
 *
5
 * This program is free software; you can redistribute it and/or
6
 * modify it under the terms of the GNU General Public License
7
 * as published by the Free Software Foundation; either version 2
8
 * of the License, or (at your option) any later version.
9
 *
10
 * This program is distributed in the hope that it will be useful,
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 * GNU General Public License for more details.
14
 *
15
 * You should have received a copy of the GNU General Public License
16
 * along with this program; if not, write to the Free Software
17
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
18
 */
19
package org.gvsig.wcs.app.extension.gui.panel;
20

  
21
import javax.swing.JFrame;
22

  
23
import org.gvsig.raster.wcs.app.wcsclient.gui.panel.InfoPanel;
24

  
25
public class TestInfoPanel {
26
	private int               w        = 510;
27
	private int               h        = 610;
28
	private JFrame            frame    = new JFrame();
29
	private InfoPanel         desc     = null;
30

  
31
	public TestInfoPanel() {
32
		desc = new InfoPanel();
33
		frame.getContentPane().add(desc);
34
		frame.setSize(w, h);
35
		frame.setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
36
		frame.setVisible(true);
37
	}
38

  
39
	public static void main(String[] args) {
40
		new TestInfoPanel();
41
	}
42
}
0 43

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/test/java/org/gvsig/wcs/app/extension/gui/panel/TestLayerPanel.java
1
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
2
 *
3
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
4
 *
5
 * This program is free software; you can redistribute it and/or
6
 * modify it under the terms of the GNU General Public License
7
 * as published by the Free Software Foundation; either version 2
8
 * of the License, or (at your option) any later version.
9
 *
10
 * This program is distributed in the hope that it will be useful,
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 * GNU General Public License for more details.
14
 *
15
 * You should have received a copy of the GNU General Public License
16
 * along with this program; if not, write to the Free Software
17
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
18
 */
19
package org.gvsig.wcs.app.extension.gui.panel;
20

  
21
import javax.swing.JFrame;
22

  
23
import org.gvsig.raster.wcs.app.wcsclient.gui.panel.LayerPanel;
24

  
25
public class TestLayerPanel {
26
	private int               w        = 510;
27
	private int               h        = 610;
28
	private JFrame            frame    = new JFrame();
29
	private LayerPanel        desc     = null;
30

  
31
	public TestLayerPanel() {
32
		desc = new LayerPanel();
33
		frame.getContentPane().add(desc);
34
		frame.setSize(w, h);
35
		frame.setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
36
		frame.setVisible(true);
37
	}
38

  
39
	public static void main(String[] args) {
40
		new TestLayerPanel();
41
	}
42
}
0 43

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/test/java/org/gvsig/wcs/app/extension/gui/panel/TestParameterPanel.java
1
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
2
 *
3
 * Copyright (C) 2004 IVER T.I. and Generalitat Valenciana.
4
 *
5
 * This program is free software; you can redistribute it and/or
6
 * modify it under the terms of the GNU General Public License
7
 * as published by the Free Software Foundation; either version 2
8
 * of the License, or (at your option) any later version.
9
 *
10
 * This program is distributed in the hope that it will be useful,
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
 * GNU General Public License for more details.
14
 *
15
 * You should have received a copy of the GNU General Public License
16
 * along with this program; if not, write to the Free Software
17
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,USA.
18
 */
19
package org.gvsig.wcs.app.extension.gui.panel;
20

  
21
import javax.swing.JFrame;
22

  
23
import org.gvsig.raster.wcs.app.wcsclient.gui.panel.ParameterPanel;
24

  
25
public class TestParameterPanel {
26
	private int               w        = 510;
27
	private int               h        = 610;
28
	private JFrame            frame    = new JFrame();
29
	private ParameterPanel    desc     = null;
30

  
31
	public TestParameterPanel() {
32
		desc = new ParameterPanel();
33
		frame.getContentPane().add(desc);
34
		frame.setSize(w, h);
35
		frame.setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
36
		frame.setVisible(true);
37
	}
38

  
39
	public static void main(String[] args) {
40
		new TestParameterPanel();
41
	}
42
}
0 43

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/main/resources-plugin/text_ca.properties
1
#Translations for language [ca]
2
#Mon Oct 30 09:38:21 CET 2006
3
abstract=Resum
4
Aceptar=Acceptar
5
Anadir=Afegir
6
ancho_alto=Amplada al\u00e7ada
7
anterior=Anterior
8
Aplicar=Aplicar
9
Apply=Aplicar
10
bandas=Bandes
11
brillo=Brillantor
12
brillo_y_contraste=Brillantor i contrast
13
Cancel=Cancel\u00b7lar
14
Cancelar=Cancel\u00b7lar
15
connect=Connectar
16
connect_error=Error de connexi\u00f3
17
contraste=Contrast
18
coor_geograficas=Coordenades geogr\u00e0fiques
19
coverage=Cobertura
20
covered_extension=Cobertura de l'extensi\u00f3
21
descripcion=Descripci\u00f3
22
Eliminar=Eliminar
23
eliminar_extremos=Eliminar extrems
24
extents_no_coincidentes=Extensions no coincidents
25
Fichero=Fitxer
26
fichero_existe=Hi ha fitxer
27
fit_WCS_layer=Ajustar capa WCS
28
format=Format
29
formato=Format
30
georeferenciado=
31
info=Informaci\u00f3
32
Informacion=Informaci\u00f3
33
Layer=Capa
34
layer_abstract=Resum de la capa
35
layer_title=T\u00edtol de la capa
36
lineal_directo=Lineal directe
37
m/pixel=metros/pixel
38
metadatos=Metadatos
39
name=Nom
40
nombre=Nom
41
nombre_cobertura=Nom cobertura
42
none_selected=Cap seleccionat
43
not_available=No disponible
44
num_bandas=Nombre de bandes
45
Ok=D'acord
46
opacidad=Opacitat
47
origen_de_datos=Origen de dades
48
parameters=Par\u00e0metres
49
previsualizacion=Previsualitzaci\u00f3
50
properties=Propietats
51
propiedades_raster=Propietats del raster
52
Proyecciones=
53
realce=Relleu
54
recorte_colas=Retall de cues
55
seleccionar_coberturas=Seleccioneu les cobertures
56
seleccionar_CRS=Seleccioneu CRS
57
seleccionar_formato=Seleccionar format
58
seleccionar_parametros=Seleccionar parametres
59
seleccionar_tiempo=Seleccionar temps
60
selected_layers=Capes seleccionades
61
selected_parameters=Par\u00e0metres seleccionats
62
server=Servidor
63
server_abstract=Resum del servidor
64
server_title=T\u00edtol del servidor
65
server_type=Tipus de servidor
66
service_info=Informaci\u00f3 del servici
67
show_layer_names=Mostrar noms de capes
68
si=
69
siguiente=Seg\u00fcent
70
tamano=Dimensi\u00f3\:
71
tamPixX=
72
tamPixY=
73
time=Temps
74
tipo_dato=Tipus de dada
75
transparencia=Transpar\u00e8ncia
76
unknown_response_format=Format de resposta desconeguda
77
use_interpolation_method=Usar m\u00e8tode d'interpolaci\u00f3
78
version_conflict=Conflicte de versi\u00f3
79
wcs_cant_connect=No es pot realitzar la connexi\u00f3 WCS
80
wcs_properties=Propietats de WCS
81
WCS_properties=Propietats del WCS
82
wcs_server_error=Error en el servidor WCS
83
wcs_server_timeout=Temps d\u0092espera esgotat
84
xmax=X m\u00e0xima
85
xmin=X m\u00ednima
86
ymax=Y m\u00e0xima
87
ymin=Y m\u00ednima
88
Zoom_pixel=Zoom a la resoluci\u00f3 del raster
0 89

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/main/resources-plugin/text_pt.properties
1
#Translations for language [pt]
2
#Mon Oct 30 09:38:21 CET 2006
3
abstract=Resumo
4
Aceptar=Aceitar
5
Anadir=Adicionar
6
ancho_alto=Largura X altura
7
anterior=Anterior
8
Aplicar=Aplicar
9
Apply=Aplicar
10
bandas=Bandas
11
brillo=Brightness
12
brillo_y_contraste=
13
Cancel=Cancelar
14
Cancelar=Cancelar
15
connect=Conectar
16
connect_error=Erro ao conectar
17
contraste=Contrast
18
coor_geograficas=Coordenadas geogr\u00e1ficas
19
coverage=
20
covered_extension=Extens\u00e3o
21
descripcion=Descri\u00e7\u00e3o
22
Eliminar=Remover
23
eliminar_extremos=Remover extremos
24
extents_no_coincidentes=A extens\u00e3o da imagem seleccionada n\u00e3o coincide com a imagem de origem.
25
Fichero=Ficheiro
26
fichero_existe=O ficheiro seleccionado j\u00e1 existe como banda da capa
27
fit_WCS_layer=
28
format=Formato
29
formato=Formato
30
georeferenciado=
31
info=Informa\u00e7\u00e3o
32
Informacion=Informa\u00e7\u00e3o
33
Layer=Capa
34
layer_abstract=Resumo
35
layer_title=Titulo da capa
36
lineal_directo=Lineal direito
37
m/pixel=metros/pixel
38
metadatos=Metadatos
39
name=Nome
40
nombre=Nome
41
nombre_cobertura=Nome da cobertura
42
none_selected=Nenhum seleccionado
43
not_available=N\u00e3o dispon\u00edvel
44
num_bandas=N\u00famero de bandas
45
Ok=Aceitar
46
opacidad=Opacidade
47
origen_de_datos=Origem de dados
48
parameters=Par\u00e2metros
49
previsualizacion=
50
properties=Propriedades
51
propiedades_raster=Propiedades da cobertura
52
Proyecciones=
53
realce=Realce
54
recorte_colas=Recorte de filas
55
seleccionar_coberturas=Seleccionar coberturas
56
seleccionar_CRS=Seleccionar CRS
57
seleccionar_formato=Seleccionar formato
58
seleccionar_parametros=Seleccionar os par\u00e2metros
59
seleccionar_tiempo=Seleccionar a posi\u00e7\u00e3o para o tempo
60
selected_layers=Capas seleccionadas
61
selected_parameters=
62
server=Servidor
63
server_abstract=Sumario
64
server_title=Titulo
65
server_type=Tipo de servidor
66
service_info=Informa\u00e7\u00e3o do servi\u00e7o
67
show_layer_names=Mostrar nomes
68
si=
69
siguiente=Seguinte
70
tamano=Tamanho\:
71
tamPixX=
72
tamPixY=
73
time=
74
tipo_dato=Tipo de dado
75
transparencia=Transpar\u00eancia
76
unknown_response_format=
77
use_interpolation_method=
78
version_conflict=Conflito de vers\u00f5es
79
wcs_cant_connect=
80
wcs_properties=Propriedades WCS
81
WCS_properties=Propietats del WCS
82
wcs_server_error=
83
wcs_server_timeout=
84
xmax=X m\u00e1xima
85
xmin=X m\u00ednima
86
ymax=Y m\u00e1xima
87
ymin=Y m\u00ednima
88
Zoom_pixel=Zoom \u00e0 resolu\u00e7\u00e3o do raster
0 89

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/main/resources-plugin/text_de.properties
1
#Translations for language [de]
2
#Wed Oct 08 17:54:43 CEST 2008
3
abstract=Zusammenfassung
4
Aceptar=OK
5
Anadir=Hinzuf\u00fcgen
6
ancho_alto=Breite x H\u00f6he
7
anterior=Zur\u00fcck
8
Aplicar=Anwenden
9
Apply=Anwenden
10
bandas=Farbstreifen
11
brillo=Helligkeit
12
brillo_y_contraste=Helligkeit und Kontrast
13
Cancel=Abbrechen
14
Cancelar=Abbrechen
15
connect=Verbinden
16
connect_error=Verbindungsfehler
17
contraste=Kontrast
18
coor_geograficas=Geografische Koordinaten
19
coverage=Coverage
20
covered_extension=Bedeckter Bereich
21
descripcion=Beschreibung
22
Eliminar=L\u00f6schen
23
eliminar_extremos=Eckpunkte l\u00f6schen
24
extents_no_coincidentes=Ausma\u00dfe des ausgew\u00e4hlten Bildes stimmen nicht mit dem Originalbild \u00fcberein.
25
Fichero=Datei
26
fichero_existe=Die ausgew\u00e4hlte Datei besteht bereits als Layer
27
fit_WCS_layer=WCS Layer anpassen
28
format=Format
29
formato=Format
30
georeferenciado=Georeferenziert
31
info=Information
32
Informacion=Information
33
Layer=Ebene
34
layer_abstract=Kurzfassung
35
layer_title=Layer-Titel
36
lineal_directo=Direkt- Lineal
37
m/pixel=Meter/Pixel
38
metadatos=Metadaten
39
name=Name
40
nombre=Name
41
nombre_cobertura=Name der Coverage
42
none_selected=Nichts ausgew\u00e4hlt
43
not_available=Nicht verf\u00fcgbar
44
num_bandas=Kanalzahl
45
Ok=OK
46
opacidad=Undurchsichtigkeit
47
origen_de_datos=Datenquelle
48
parameters=Parameter
49
previsualizacion=Vorschau
50
properties=Eigenschaften
51
propiedades_raster=Eigenschaften des Rasterbildes
52
Proyecciones=Projektionen
53
realce=Optimierung\n
54
recorte_colas=Zuschnitt der Randbereiche
55
refresh_capabilities=Cache auffrischen
56
refresh_capabilities_tooltip=H\u00e4kchen setzen um lokale Daten zu \u00fcberschreiben
57
seleccionar_coberturas=Coverages ausw\u00e4hlen
58
seleccionar_CRS=CRS ausw\u00e4hlen
59
seleccionar_formato=Format ausw\u00e4hlen
60
seleccionar_parametros=Parameter ausw\u00e4hlen
61
seleccionar_tiempo=Zeitposition ausw\u00e4hlen
62
selected_layers=Ausgew\u00e4hlte Layer
63
selected_parameters=Ausgew\u00e4hlte Parameter
64
server=Server
65
server_abstract=Zusammenfassung
66
server_title=Titel
67
server_type=Server-Typ
68
service_info=Service- Info
69
show_layer_names=Layernamen anzeigen
70
si=ja
71
siguiente=Weiter
72
tamano=Gr\u00f6\u00dfe\:
73
tamPixX=Pixel Gr\u00f6\u00dfe X
74
tamPixY=Pixel Gr\u00f6\u00dfe Y
75
time=Zeit
76
tipo_dato=Datentyp
77
transparencia=Transparenz
78
unknown_response_format=Unbekanntes Antwortformat
79
use_interpolation_method=Benutze Interpolationsmethode
80
version_conflict=Versionskonflikt
81
wcs_cant_connect=Verbindung zum WCS kann nicht hergestellt werden
82
wcs_properties=WCS-Eigenschaften
83
WCS_properties=WCS Eigenschaften
84
wcs_server_error=WCS Server Error
85
wcs_server_timeout=Der Server antwortet nicht
86
xmax=Maximaler X-Wert
87
xmin=Minimaler X-Wert
88
ymax=Maximaler Y-Wert
89
ymin=Minimaler Y-Wert
90
Zoom_pixel=Zoom zur Rasteraufl\u00f6sung
0 91

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/main/resources-plugin/text_en.properties
1
#Translations for language [en]
2
#Tue Jan 20 17:39:04 CET 2009
3
abstract=Abstract
4
Aceptar=Accept
5
Anadir=Add
6
ancho_alto=Width x Height
7
anterior=Previous
8
Aplicar=Apply
9
Apply=Apply
10
bandas=Bands
11
brillo=Brightness
12
brillo_y_contraste=Brightness and Contrast
13
Cancel=Cancel
14
Cancelar=Cancel
15
connect=Connect
16
connect_error=Error connecting
17
contraste=Contrast
18
coor_geograficas=Geographic coordinates
19
coverage=Coverage
20
covered_extension=Covered extension
21
descripcion=Description
22
Eliminar=Delete
23
eliminar_extremos=Remove edges
24
extents_no_coincidentes=Extent of the selected image does not match with the origin image.
25
Fichero=File
26
fichero_existe=Selected file already exists as layer band
27
fit_WCS_layer=Fit WCS layer
28
format=Format
29
formato=Format
30
georeferenciado=Georeferenced
31
info=Information
32
Informacion=Information
33
Layer=Layer
34
layer_abstract=Abstract
35
layer_title=Layer title
36
lineal_directo=Direct linear
37
m/pixel=metros/pixel
38
metadatos=Metadatos
39
name=Name
40
nombre=Name
41
nombre_cobertura=Coverage's name
42
none_selected=None selected
43
not_available=Not available
44
num_bandas=Band count
45
Ok=Ok
46
opacidad=Opacity
47
origen_de_datos=Data origin
48
parameters=Parameters
49
previsualizacion=Preview
50
properties=Properties
51
propiedades_raster=Raster properties
52
Proyecciones=Projections
53
realce=Enhance
54
recorte_colas=Tail trimming
55
refresh_capabilities=Refresh cache
56
refresh_capabilities_tooltip=Mark this check to override local data
57
seleccionar_coberturas=Select Coverages
58
seleccionar_CRS=Select CRS
59
seleccionar_formato=Select format
60
seleccionar_parametros=Select parameters
61
seleccionar_tiempo=Select time position
62
selected_layers=Selected layers
63
selected_parameters=Selected parameters
64
server=Server
65
server_abstract=Summary
66
server_title=Title
67
server_type=Server Type
68
service_info=Service information
69
show_layer_names=Show layer names
70
si=yes
71
siguiente=Next
72
tamano=Size\:
73
tamPixX=Pixel size X
74
tamPixY=Pixel size Y
75
time=Time
76
tipo_dato=Data type
77
transparencia=Transparency
78
unknown_response_format=Unkown response format
79
use_interpolation_method=Use interpolation method
80
version_conflict=Version conflict
81
wcs_cant_connect=Can\u0092t connect to WCS
82
wcs_properties=WCS properties
83
WCS_properties=WCS Properties
84
wcs_server_error=WCS server error
85
wcs_server_timeout=Server timeout
86
xmax=Maximum X
87
xmin=Minimum X
88
ymax=Maximum Y
89
ymin=Minimum Y
90
Zoom_pixel=Zoom to raster resolution
91
host_unreachable=The host is unreachable. Maybe the network is not connected or the host off.
92
ip_unknown=IP address unknown 
93
network_error=Error with the network connection
0 94

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/main/resources-plugin/text_gl.properties
1
#Translations for language [gl]
2
#Mon Oct 30 09:38:21 CET 2006
3
abstract=Resumo
4
Aceptar=Aceptar
5
Anadir=Engadir
6
ancho_alto=Ancho alto
7
anterior=Anterior
8
Aplicar=Aplicar
9
Apply=Aplicar
10
bandas=Bandas
11
brillo=Brillo
12
brillo_y_contraste=Brillo e Contraste
13
Cancel=Cancelar
14
Cancelar=Cancelar
15
connect=Conectar
16
connect_error=Erro de conexi\u00f3n
17
contraste=Contraste
18
coor_geograficas=Coordenadas xeogr\u00e1ficas
19
coverage=
20
covered_extension=Cobertura da extensi\u00f3n
21
descripcion=Descrici\u00f3n
22
Eliminar=Eliminar
23
eliminar_extremos=Eliminar extremos
24
extents_no_coincidentes=Extensi\u00f3ns non coincidentes
25
Fichero=Arquivo
26
fichero_existe=Arquivo existe
27
fit_WCS_layer=Axustar capa WCS
28
format=Formato
29
formato=Formato
30
georeferenciado=
31
info=Informaci\u00f3n
32
Informacion=Informaci\u00f3n
33
Layer=Capa
34
layer_abstract=Resumo da capa
35
layer_title=T\u00edtulo da capa
36
lineal_directo=Lineal directo
37
m/pixel=metros/pixel
38
metadatos=Metadatos
39
name=Nome
40
nombre=Nome
41
nombre_cobertura=Nome cobertura
42
none_selected=Ning\u00fan seleccionado
43
not_available=Non dispo\u00f1ible
44
num_bandas=N\u00famero de bandas
45
Ok=Aceptar
46
opacidad=Opacidade
47
origen_de_datos=Origen de dades
48
parameters=Par\u00e1metros
49
previsualizacion=Previsualizaci\u00f3n
50
properties=Propiedades
51
propiedades_raster=Propiedades do raster
52
Proyecciones=
53
realce=Realce
54
recorte_colas=Recorte colas
55
seleccionar_coberturas=Seleccionar coberturas
56
seleccionar_CRS=Seleccionar CRS
57
seleccionar_formato=Seleccionar formato
58
seleccionar_parametros=Seleccionar par\u00e1metros
59
seleccionar_tiempo=Seleccionar tempo
60
selected_layers=Capas seleccionadas
61
selected_parameters=Par\u00e1metros seleccionados
62
server=Servidor
63
server_abstract=Resumo do servidor
64
server_title=T\u00edtulo do servidor
65
server_type=Tipo de servidor
66
service_info=Informaci\u00f3n do servicio
67
show_layer_names=Amosar nomes de capas
68
si=
69
siguiente=Seguinte
70
tamano=Tama\u00f1o\:
71
tamPixX=
72
tamPixY=
73
time=Tempo
74
tipo_dato=Tipo dato
75
transparencia=Transparencia
76
unknown_response_format=Formato de resposta desco\u00f1ecido
77
use_interpolation_method=
78
version_conflict=Conflicto de versi\u00f3n
79
wcs_cant_connect=
80
wcs_properties=Propiedades de WCS
81
WCS_properties=Propiedades do WCS
82
wcs_server_error=Erro no servidor WCS
83
wcs_server_timeout=
84
xmax=xmax
85
xmin=xmin
86
ymax=ymax
87
ymin=ymin
88
Zoom_pixel=Zoom pixel
0 89

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/main/resources-plugin/config.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<plugin-config>
3
	<depends plugin-name="org.gvsig.raster.mainplugin"/>
4
	<depends plugin-name="org.gvsig.raster.tilecache.app" optional="true" />
5
	<libraries library-dir="lib"/>
6
	<resourceBundle name="text"/>
7
	<extensions>
8
		<extension class-name="org.gvsig.raster.wcs.app.wcsclient.WCSClientExtension"
9
			description="M?dulo de WCSClient." 
10
			active="true" 
11
			priority="1">
12
			<menu text="Layer/WCS_properties" 
13
				name="raster-wcs-properties"/>
14
				
15
			<action 
16
        		name="raster-wcs-properties"
17
       			label="WCS_properties"
18
        		action-command="properties" 
19
        		position="8"
20
        	/>
21
		
22
		</extension>
23
	</extensions>
24
	
25
					
26
</plugin-config>
0 27

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/main/resources-plugin/text_cs.properties
1
#Translations for language [cs]
2
#Mon Nov 06 09:04:31 CET 2006
3
abstract=Abstrakt
4
Aceptar=Budi\u017e
5
Anadir=P\u0159idat
6
ancho_alto=\u0160\u00ed\u0159ka X v\u00fd\u0161ka
7
anterior=P\u0159edchoz\u00ed
8
Aplicar=Pou\u017e\u00edt
9
Apply=Pou\u017e\u00edt
10
bandas=Okraje
11
brillo=Jas
12
brillo_y_contraste=Jas a kontrats
13
Cancel=Zru\u0161it
14
Cancelar=Zru\u0161it
15
connect=Spoj
16
connect_error=Chyba spojen\u00ed
17
contraste=Contrast
18
coor_geograficas=Geografick\u00e9 sou\u0159adnice
19
coverage=Pokryt\u00ed
20
covered_extension=Roz\u0161\u00ed\u0159en\u00ed
21
descripcion=Popis
22
Eliminar=Smazat
23
eliminar_extremos=Odstranit hrany
24
extents_no_coincidentes=Zvolen\u00e1 hranice nesouhlas\u00ed s p\u016fvodn\u00edm obr\u00e1zkem.
25
Fichero=Soubor
26
fichero_existe=Zvolen\u00fd soubor ji\u017e existuje jako vrstva
27
fit_WCS_layer=P\u0159izp\u016fsobit WCS vrstvu
28
format=Form\u00e1t
29
formato=Form\u00e1t
30
georeferenciado=Georeferencovan\u00fd
31
info=Informace
32
Informacion=Informace
33
Layer=Vrstva
34
layer_abstract=Abstrakt
35
layer_title=N\u00e1zev vrstvy
36
lineal_directo=P\u0159\u00edmo line\u00e1rn\u00ed
37
m/pixel=metros/pixel
38
metadatos=Metadatos
39
name=Jm\u00e9no
40
nombre=Jm\u00e9no
41
nombre_cobertura=N\u00e1zev pokryt\u00ed
42
none_selected=Nic nezvoleno
43
not_available=Nen\u00ed k dispozici
44
num_bandas=Okrajov\u00e9 hodnoty
45
Ok=Budi\u017e
46
opacidad=Stupe\u0148 pr\u016fsvitnosti
47
origen_de_datos=P\u016fvod dat
48
parameters=Parametry
49
previsualizacion=Preview
50
properties=Vlastnosti
51
propiedades_raster=Vlastnosti rastru
52
Proyecciones=Projekce
53
realce=vylep\u0161en\u00ed
54
recorte_colas=O\u0159ez fronty
55
seleccionar_coberturas=Vybrat p\u0159ekryvy
56
seleccionar_CRS=Vybrat CRS
57
seleccionar_formato=Vybrat form\u00e1t
58
seleccionar_parametros=Vybrat parametry
59
seleccionar_tiempo=Nastavit \u010das
60
selected_layers=Zvolen\u00e9 vrstvy
61
selected_parameters=Vybran\u00e9 parametry
62
server=Server
63
server_abstract=Shrnut\u00ed
64
server_title=N\u00e1zev
65
server_type=Typ serveru
66
service_info=Informace o serveru
67
show_layer_names=Zobraz jm\u00e9na
68
si=ano
69
siguiente=Dal\u0161\u00ed
70
tamano=Velikost\:
71
tamPixX=Velikost pixlu X
72
tamPixY=Velikost pixlu Y  
73
time=\u010cas
74
tipo_dato=Datov\u00fd typ
75
transparencia=Pr\u016fhlednost
76
unknown_response_format=Nezn\u00e1m\u00fd form\u00e1t odpov\u011bdi
77
use_interpolation_method=Pou\u017e\u00edj interpola\u010dn\u00ed met\u00f3du
78
version_conflict=Konflikt verz\u00ed
79
wcs_cant_connect=Nelze se p\u0159ipojit k WCS
80
wcs_properties=WCS vlastnosti
81
WCS_properties=WCS vlastnosti
82
wcs_server_error=Chyba WCS serveru
83
wcs_server_timeout=Timeout serveru
84
xmax=maximum X
85
xmin=minimum X
86
ymax=maximum Y
87
ymin=minimum Y
88
Zoom_pixel=Zoom na rozli\u0161en\u00ed rastru
0 89

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/main/resources-plugin/text_fr.properties
1
#Translations for language [fr]
2
#Mon Oct 30 09:38:21 CET 2006
3
abstract=R\u00e9sum\u00e9
4
Aceptar=Accepter
5
Anadir=Ajouter
6
ancho_alto=Largeur X hauteur
7
anterior=Pr\u00e9c\u00e9dent
8
Aplicar=Appliquer
9
Apply=Appliquer
10
bandas=Bandes
11
brillo=Luminosit\u00e9
12
brillo_y_contraste=Luminosit\u00e9 et contrate
13
Cancel=Annuler
14
Cancelar=Annuler
15
connect=
16
connect_error=
17
contraste=Contraste
18
coor_geograficas=Coordonn\u00e9es g\u00e9ographiques
19
coverage=
20
covered_extension=
21
descripcion=Description
22
Eliminar=Supprimer
23
eliminar_extremos=Eliminer les extr\u00eames
24
extents_no_coincidentes=Les dimmensions de l'image selectionn\u00e9e ne co\u00efncident pas avec celles de l'image d'origine.
25
Fichero=Fichier
26
fichero_existe=Le fichier selectionn\u00e9 existe d\u00e9j\u00e0
27
fit_WCS_layer=
28
format=Format
29
formato=Format
30
georeferenciado=
31
info=Information
32
Informacion=
33
Layer=Couche
34
layer_abstract=R\u00e9sum\u00e9
35
layer_title=Titre de la couche
36
lineal_directo=Lin\u00e9aire direct
37
m/pixel=metros/pixel
38
metadatos=Metadatos
39
name=Nom
40
nombre=Nom
41
nombre_cobertura=Nom de la couverture
42
none_selected=Aucune selection
43
not_available=No disponible
44
num_bandas=Nombre de bandes
45
Ok=Accepter
46
opacidad=Opacit\u00e9
47
origen_de_datos=Origine des donn\u00e9es
48
parameters=Param\u00e8tres
49
previsualizacion=Pr\u00e9visualisation.
50
properties=Propri\u00e9t\u00e9s
51
propiedades_raster=Propri\u00e9t\u00e9s du raster
52
Proyecciones=
53
realce=R\u00e9heussement
54
recorte_colas=Couper les r\u00e9sidus
55
seleccionar_coberturas=Selectionner couvertures
56
seleccionar_CRS=Selectionner CRS
57
seleccionar_formato=S\u00e9lectionner un format
58
seleccionar_parametros=Selectionner les param\u00e8tres
59
seleccionar_tiempo=Selectionner la position pour le temps
60
selected_layers=Couches s\u00e9lectionn\u00e9es
61
selected_parameters=
62
server=Serveur
63
server_abstract=R\u00e9sum\u00e9
64
server_title=Titre
65
server_type=Type de server
66
service_info=Information sur le service
67
show_layer_names=
68
si=
69
siguiente=Suivant
70
tamano=Taille\:
71
tamPixX=
72
tamPixY=
73
time=Temps
74
tipo_dato=Type de donn\u00e9e
75
transparencia=Transparence
76
unknown_response_format=
77
use_interpolation_method=
78
version_conflict=Conflicte de versi\u00f3
79
wcs_cant_connect=
80
wcs_properties=Propri\u00e9t\u00e9s WCS
81
WCS_properties=Propietats del WCS
82
wcs_server_error=
83
wcs_server_timeout=
84
xmax=X minimum
85
xmin=X minimum
86
ymax=Y minimum
87
ymin=Y minimum
88
Zoom_pixel=Zoom a la r\u00e9solution du raster
0 89

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/main/resources-plugin/plugin.dtd
1
<?xml version="1.0" encoding="ISO_8859-1"?>
2
<!ELEMENT class EMPTY >
3
<!ATTLIST class name NMTOKEN #REQUIRED >
4

  
5
<!ELEMENT extension ( class | menu | toolBar | toolBoxItem | popupMenu)* >
6
<!ATTLIST extension enabled NMTOKEN #IMPLIED >
7
<!ATTLIST extension position NMTOKEN #IMPLIED >
8

  
9
<!ELEMENT fileExtension ( class ) >
10
<!ATTLIST fileExtension description CDATA #REQUIRED >
11
<!ATTLIST fileExtension enabled NMTOKEN #IMPLIED >
12
<!ATTLIST fileExtension endsWith CDATA #REQUIRED >
13
<!ATTLIST fileExtension dialog CDATA #REQUIRED >
14

  
15
<!ELEMENT import EMPTY >
16
<!ATTLIST import plugin NMTOKEN #REQUIRED >
17

  
18
<!ELEMENT libraries ( library+ ) >
19

  
20
<!ELEMENT library EMPTY >
21
<!ATTLIST library file NMTOKEN #REQUIRED >
22

  
23
<!ELEMENT menu EMPTY >
24
<!ATTLIST menu actionCommand NMTOKEN #IMPLIED >
25
<!ATTLIST menu enableText CDATA #IMPLIED >
26
<!ATTLIST menu key NMTOKEN #IMPLIED >
27
<!ATTLIST menu mnemonic NMTOKEN #IMPLIED >
28
<!ATTLIST menu icon CDATA #IMPLIED >
29
<!ATTLIST menu text CDATA #REQUIRED >
30
<!ATTLIST menu tooltip CDATA #IMPLIED >
31

  
32
<!ELEMENT plugin ( import*, libraries, resourceBundle, labelSet*, extension*, fileExtension*, icon*) >
33

  
34
<!ELEMENT icon EMPTY >
35
<!ATTLIST icon src CDATA #REQUIRED >
36
<!ATTLIST icon text CDATA #REQUIRED >
37

  
38
<!ELEMENT resourceBundle EMPTY >
39
<!ATTLIST resourceBundle name NMTOKEN #REQUIRED >
40

  
41
<!ELEMENT tool EMPTY >
42
<!ATTLIST tool actionCommand NMTOKEN #IMPLIED >
43
<!ATTLIST tool enableText CDATA #IMPLIED >
44
<!ATTLIST tool icon CDATA #IMPLIED >
45
<!ATTLIST tool text NMTOKEN #IMPLIED >
46
<!ATTLIST tool tooltip CDATA #IMPLIED >
47

  
48
<!ELEMENT toolBar ( tool+ ) >
49
<!ATTLIST toolBar name NMTOKEN #IMPLIED >
50

  
51
<!ELEMENT entry EMPTY >
52
<!ATTLIST entry text CDATA #IMPLIED >
53
<!ATTLIST entry enableText CDATA #IMPLIED >
54
<!ATTLIST entry tooltip CDATA #IMPLIED >
55
<!ATTLIST entry actionCommand NMTOKEN #IMPLIED >
56

  
57
<!ELEMENT popupMenu ( entry+ ) >
58
<!ATTLIST popupMenu name NMTOKEN #IMPLIED >
59

  
60
<!ELEMENT labelSet ( label+ ) >
61
<!ATTLIST labelSet class NMTOKEN #REQUIRED >
62

  
63
<!ELEMENT label EMPTY >
64
<!ATTLIST label text NMTOKEN #REQUIRED >
65
<!ATTLIST label size NMTOKEN #IMPLIED>
66

  
67
<!ELEMENT toolBoxItem EMPTY >
68
<!ATTLIST toolBoxItem default NMTOKEN #IMPLIED >
69
<!ATTLIST toolBoxItem actionCommand NMTOKEN #IMPLIED >
70
<!ATTLIST toolBoxItem icon CDATA #IMPLIED >
71
<!ATTLIST toolBoxItem text CDATA #IMPLIED >
72
<!ATTLIST toolBoxItem tooltip CDATA #IMPLIED >
0 73

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/main/resources-plugin/text_eu.properties
1
#Translations for language [eu]
2
#Mon Oct 30 09:38:21 CET 2006
3
abstract=Laburpena
4
Aceptar=Ados
5
Anadir=Gehitu
6
ancho_alto=Zabalera altuera
7
anterior=Aurrekoa
8
Aplicar=Aplikatu
9
Apply=Aplikatu
10
bandas=Bandak
11
brillo=Distira
12
brillo_y_contraste=Distira eta kontrastea
13
Cancel=Utzi
14
Cancelar=Utzi
15
connect=Konektatu
16
connect_error=Konexio-errorea
17
contraste=Kontrastea
18
coor_geograficas=Koordenatu geografikoak
19
coverage=Estaldura
20
covered_extension=Hedaduraren estaldura
21
descripcion=Deskripzioa
22
Eliminar=Ezabatu
23
eliminar_extremos=Ezabatu muturrak
24
extents_no_coincidentes=Hedadurak ez datoz bat
25
Fichero=Fitxategia
26
fichero_existe=Fitxategia badago
27
fit_WCS_layer=Doitu WCS geruza
28
format=Formatua
29
formato=Formatua
30
georeferenciado=
31
info=Informazioa
32
Informacion=Informazioa
33
Layer=Geruze
34
layer_abstract=Laburpena
35
layer_title=Geruzaren izenburua
36
lineal_directo=Zuzeneko lineala
37
m/pixel=metros/pixel
38
metadatos=Metadatos
39
name=Izena
40
nombre=Izena
41
nombre_cobertura=Estalduraren izena
42
none_selected=Ez da bat ere ez hautatu
43
not_available=Ez dago erabilgarri
44
num_bandas=Banda kopurua
45
Ok=Ados
46
opacidad=Opakotasuna
47
origen_de_datos=Datu-iturburua
48
parameters=Parametroak
49
previsualizacion=Aurrebista
50
properties=Ezaugarriak
51
propiedades_raster=Raster-aren ezaugarriak
52
Proyecciones=
53
realce=Irtengunea
54
recorte_colas=Ilarak ebaki
55
seleccionar_coberturas=Hautatu estaldura
56
seleccionar_CRS=Hautatu CRS
57
seleccionar_formato=Hautatu formatua
58
seleccionar_parametros=Hautatu parametroak
59
seleccionar_tiempo=Hautatu denbora
60
selected_layers=Hautatutako geruzak
61
selected_parameters=Hautatutako parametroak
62
server=Zerbitzaria
63
server_abstract=Aurkibidea
64
server_title=Zerbitzariaren izenburua
65
server_type=Zerbitzari mota
66
service_info=Zerbitzuari buruzko argibideak
67
show_layer_names=Erakutsi geruzen izenak
68
si=
69
siguiente=Hurrengoa
70
tamano=Tamaina\:
71
tamPixX=
72
tamPixY=
73
time=Denbora
74
tipo_dato=Datu mota
75
transparencia=Gardentasuna
76
unknown_response_format=Erantzunaren formatua ezezaguna da
77
use_interpolation_method=Erabili interpolazio metodoa
78
version_conflict=Bertsio-gatazka
79
wcs_cant_connect=
80
wcs_properties=WCS-aren ezaugarriak
81
WCS_properties=WCS-aren ezaugarriak
82
wcs_server_error=Errorea WCS zerbitzarian.
83
wcs_server_timeout=
84
xmax=xmax
85
xmin=xmin
86
ymax=ymax
87
ymin=ymin
88
Zoom_pixel=Pixelaren zooma
0 89

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/main/resources-plugin/text_it.properties
1
#Translations for language [it]
2
#Tue Nov 07 12:30:01 CET 2006
3
abstract=Riassunto
4
Aceptar=Accetta
5
Anadir=Aggiungi
6
ancho_alto=Larghezza X Altezza
7
anterior=Precedente
8
Aplicar=Applica
9
Apply=Applica
10
bandas=Bande
11
brillo=Luminosit\u00e1
12
brillo_y_contraste=Luminosit\u00e0 e Contrasto
13
Cancel=Cancella
14
Cancelar=Cancella
15
connect=Conettere
16
connect_error=Errore di connessione
17
contraste=Contrasto
18
coor_geograficas=Coordinate geografiche
19
coverage=Copertura
20
covered_extension=Copertura dell'estenzione
21
descripcion=Descrizione
22
Eliminar=Elimina
23
eliminar_extremos=Elimina gli estremi
24
extents_no_coincidentes=L'estensione della immagine selezionata non coincide con la immagine di origine.
25
Fichero=File
26
fichero_existe=Il file selezionato esiste gi\u00e1 come banda del layer
27
fit_WCS_layer=Adatta layer WCS
28
format=Formato
29
formato=Formato
30
georeferenciado=Georeferenziando
31
info=Informazione
32
Informacion=Informazione
33
Layer=Livello
34
layer_abstract=Riassunto del Layer
35
layer_title=Titolo del layer
36
lineal_directo=Lineare diretto
37
m/pixel=metri/pixel
38
metadatos=Metadati
39
name=Nome
40
nombre=Nome
41
nombre_cobertura=Nome della copertura
42
none_selected=Nessuna selezione
43
not_available=Non disponible
44
num_bandas=Numero delle bande
45
Ok=Accetta
46
opacidad=Opacit\u00e1
47
origen_de_datos=Origine dei dati
48
parameters=Parametri
49
previsualizacion=Anteprima
50
properties=Propriet\u00e1
51
propiedades_raster=Propriet\u00e1 del raster
52
Proyecciones=Proiezioni
53
realce=Ottimizzazione
54
recorte_colas=Ritaglio degli estremi
55
seleccionar_coberturas=Seleziona coperture
56
seleccionar_CRS=Seleziona CRS
57
seleccionar_formato=Seleziona formato
58
seleccionar_parametros=Seleziona i parametri
59
seleccionar_tiempo=Seleziona il tempo
60
selected_layers=Layers selezionati
61
selected_parameters=Parametri selezionati
62
server=Server
63
server_abstract=Sommario del Server
64
server_title=Nome del Server
65
server_type=Tipo di Server
66
service_info=Informazione del servizio
67
show_layer_names=Mostra i nomi dei layers
68
si=si
69
siguiente=Successivo
70
tamano=Dimensione\:
71
tamPixX=Dimensione pixel X
72
tamPixY=Dimensione pixel Y
73
time=Tempo
74
tipo_dato=Tipo di Dato
75
transparencia=Transparenza
76
unknown_response_format=Formato di risposta sconosciuto
77
use_interpolation_method=Usa metodo di interpolazione
78
version_conflict=Conflitto di versione
79
wcs_cant_connect=Impossibile connettersi al WCS
80
wcs_properties=Propriet\u00e1 WCS
81
WCS_properties=Propriet\u00e1 WCS
82
wcs_server_error=Errore nel server WCS
83
wcs_server_timeout=WCS Server timeout
84
xmax=X massima
85
xmin=X minima
86
ymax=Y massima
87
ymin=Y minima
88
Zoom_pixel=Zoom a la risoluzione del raster
0 89

  
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/main/resources-plugin/plugin-persistence.def
1
<?xml version="1.0"?>
2
<!--
3
Definitions of plugin persistence org.gvsig.editing.
4
 -->
5
<definitions>
6
  <version>1.0.0</version>
7
  <classes>
8
    <class name="org.gvsig.raster.wcs.app.wcsclient">
9
      <description>Persistence definition for the WCS client plugin</description>
10
      <fields>
11
        <field name="servers" type="object" classOfValue="org.gvsig.andami.persistence.serverData.ServerDataPersistence" mandatory="false">
12
          <description>List of WCS servers</description>
13
        </field>
14
      </fields>
15
    </class>
16
  </classes>
17
</definitions>
org.gvsig.raster.wcs/tags/org.gvsig.raster.wcs-2.2.31/org.gvsig.raster.wcs.app.wcsclient/src/main/resources-plugin/text.properties
1
#Translations for language [es]
2
#Tue Jan 20 17:39:04 CET 2009
3
abstract=Resumen
4
Aceptar=Aceptar
5
Anadir=A\u00f1adir
6
ancho_alto=Ancho x Alto
7
anterior=Anterior
8
Aplicar=Aplicar
9
Apply=Aplicar
10
bandas=Bandas
11
brillo=Brillo
12
brillo_y_contraste=Brillo y Contraste
13
Cancel=Cancelar
14
Cancelar=Cancelar
15
connect=Conectar
16
connect_error=Error de conexi\u00f3n
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff