Revision 7561

View differences:

org.gvsig.raster.tools/tags/org.gvsig.raster.tools-2.2.54/org.gvsig.raster.tools.app.basic/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.tools.app.basic</artifactId>
6
	<packaging>jar</packaging>
7
	<name>Tools: Raster tools</name>
8
	<description>This package contains basic tools for raster:
9

  
10
    * Raster properties
11
    * clipping
12
    * histograms
13
    * filters</description>
14
	<parent>
15
      <groupId>org.gvsig</groupId>
16
      <artifactId>org.gvsig.raster.tools</artifactId>
17
      <version>2.2.54</version>
18
    </parent>
19
    
20
	<dependencies>
21
		<dependency>
22
            <groupId>org.gvsig</groupId>
23
            <artifactId>org.gvsig.raster.app.common</artifactId>
24
            <scope>compile</scope>
25
        </dependency>	
26
		<dependency>
27
           <groupId>com.sun</groupId>
28
           <artifactId>jimi</artifactId>
29
           <scope>compile</scope>
30
        </dependency>
31
		<dependency>
32
			<groupId>org.gvsig</groupId>
33
			<artifactId>org.gvsig.raster.swing.api</artifactId>
34
            <scope>compile</scope>
35
		</dependency>
36
		<dependency>
37
			<groupId>org.gvsig</groupId>
38
			<artifactId>org.gvsig.raster.swing.impl</artifactId>
39
            <scope>runtime</scope>
40
		</dependency>
41
		<dependency>
42
			<groupId>org.gvsig</groupId>
43
			<artifactId>org.gvsig.app.mainplugin</artifactId>
44
            <scope>compile</scope>
45
		</dependency>
46
		<dependency>
47
            <groupId>org.gvsig</groupId>
48
            <artifactId>org.gvsig.app.document.table.app.mainplugin</artifactId>
49
            <scope>compile</scope>
50
        </dependency>		
51
		<dependency>
52
			<groupId>org.gvsig</groupId>
53
			<artifactId>org.gvsig.raster.lib.api</artifactId>
54
            <scope>compile</scope>
55
		</dependency>
56
		<dependency>
57
			<groupId>org.gvsig</groupId>
58
			<artifactId>org.gvsig.raster.fmap</artifactId>
59
            <scope>compile</scope>
60
		</dependency>
61
		<dependency>
62
			<groupId>org.gvsig</groupId>
63
			<artifactId>org.gvsig.raster.lib.impl</artifactId>
64
			<scope>runtime</scope>
65
		</dependency>
66
        <dependency>
67
            <groupId>org.gvsig</groupId>
68
            <artifactId>org.gvsig.fmap.control</artifactId>
69
            <scope>compile</scope>
70
        </dependency>
71
        <dependency>
72
            <groupId>org.gvsig</groupId>
73
            <artifactId>org.gvsig.utils</artifactId>
74
            <scope>compile</scope>
75
        </dependency>
76
        <dependency>
77
            <groupId>org.gvsig</groupId>
78
            <artifactId>org.gvsig.ui</artifactId>
79
            <scope>compile</scope>
80
        </dependency>
81
        <dependency>
82
            <groupId>org.gvsig</groupId>
83
            <artifactId>org.gvsig.symbology.lib.api</artifactId>
84
            <scope>compile</scope>
85
        </dependency>
86
        <dependency>
87
            <groupId>org.gvsig</groupId>
88
            <artifactId>org.gvsig.symbology.lib.impl</artifactId>
89
            <scope>compile</scope>
90
        </dependency>
91
        <dependency>
92
            <groupId>org.gvsig</groupId>
93
            <artifactId>org.gvsig.metadata.lib.basic.api</artifactId>
94
            <scope>compile</scope>
95
        </dependency>
96
        <dependency>
97
            <groupId>org.gvsig</groupId>
98
            <artifactId>org.gvsig.raster.tools.algorithm.saveraster</artifactId>
99
            <scope>runtime</scope>
100
        </dependency>
101
		<dependency>
102
			<groupId>org.gvsig</groupId>
103
			<artifactId>org.gvsig.raster.algorithm</artifactId>
104
            <scope>compile</scope>
105
		</dependency>
106
		<dependency>
107
			<groupId>org.gvsig</groupId>
108
			<artifactId>org.gvsig.raster.tools.algorithm.swing.api</artifactId>
109
            <scope>compile</scope>
110
		</dependency>
111
		<dependency>
112
			<groupId>org.gvsig</groupId>
113
			<artifactId>org.gvsig.raster.tools.algorithm.swing.impl</artifactId>
114
            <scope>runtime</scope>
115
		</dependency>
116
		<dependency>
117
			<groupId>org.gvsig</groupId>
118
			<artifactId>org.gvsig.raster.tools.algorithm.layerdatatype</artifactId>
119
            <scope>compile</scope>
120
		</dependency>
121
		<dependency>
122
            <groupId>org.gvsig</groupId>
123
            <artifactId>org.gvsig.andami</artifactId>
124
            <scope>compile</scope>
125
        </dependency>
126
        <dependency>
127
            <groupId>org.gvsig</groupId>
128
            <artifactId>org.gvsig.i18n</artifactId>
129
            <scope>compile</scope>
130
        </dependency>
131
        <dependency>
132
            <groupId>org.gvsig</groupId>
133
            <artifactId>org.gvsig.tools.lib</artifactId>
134
            <scope>compile</scope>
135
        </dependency>
136
        
137
        <dependency>
138
            <groupId>org.gvsig</groupId>
139
            <artifactId>org.gvsig.projection.api</artifactId>
140
            <scope>compile</scope>
141
        </dependency>
142
        <dependency>
143
            <groupId>org.gvsig</groupId>
144
            <artifactId>org.gvsig.projection.cresques.impl</artifactId>
145
            <scope>runtime</scope>
146
        </dependency>
147
        <dependency>
148
            <groupId>org.gvsig</groupId>
149
            <artifactId>org.gvsig.fmap.dal.api</artifactId>
150
            <scope>compile</scope>
151
        </dependency>
152
        <dependency>
153
            <groupId>org.gvsig</groupId>
154
            <artifactId>org.gvsig.fmap.dal.impl</artifactId>
155
            <scope>compile</scope>
156
        </dependency>
157
        <dependency>
158
            <groupId>org.gvsig</groupId>
159
            <artifactId>org.gvsig.fmap.dal.file.lib</artifactId>
160
            <scope>compile</scope>
161
        </dependency>
162
        <dependency>
163
            <groupId>org.gvsig</groupId>
164
            <artifactId>org.gvsig.fmap.dal.spi</artifactId>
165
            <scope>compile</scope>
166
        </dependency>
167
        <dependency>
168
            <groupId>org.gvsig</groupId>
169
            <artifactId>org.gvsig.fmap.geometry.api</artifactId>
170
            <scope>compile</scope>
171
        </dependency>
172
    <!--
173
        <dependency>
174
            <groupId>org.gvsig</groupId>
175
            <artifactId>org.gvsig.fmap.geometry.generalpath</artifactId>
176
            <scope>runtime</scope>
177
        </dependency>
178
        <dependency>
179
            <groupId>org.gvsig</groupId>
180
            <artifactId>org.gvsig.fmap.geometry.operation</artifactId>
181
            <scope>runtime</scope>
182
        </dependency>
183
    -->
184
        <dependency>
185
                <groupId>org.gvsig</groupId>
186
                <artifactId>org.gvsig.fmap.mapcontext.api</artifactId>
187
                <scope>compile</scope>
188
        </dependency>
189
        <dependency>
190
                <groupId>org.gvsig</groupId>
191
                <artifactId>org.gvsig.fmap.mapcontext.impl</artifactId>
192
                <scope>runtime</scope>
193
        </dependency>
194
        <dependency>
195
                <groupId>org.gvsig</groupId>
196
                <artifactId>org.gvsig.fmap.mapcontext.operation</artifactId>
197
                <scope>runtime</scope>
198
        </dependency>
199
        <dependency>
200
			<groupId>org.gvsig</groupId>
201
			<artifactId>org.gvsig.geoprocess.lib.sextante</artifactId>
202
			<scope>compile</scope>
203
		</dependency>
204
		<dependency>
205
			<groupId>org.gvsig</groupId>
206
			<artifactId>org.gvsig.geoprocess.app.mainplugin</artifactId>
207
			<scope>compile</scope>
208
		</dependency>
209
		<dependency>
210
			<groupId>org.gvsig</groupId>
211
			<artifactId>org.gvsig.raster.tools.toolbox.algorithm</artifactId>
212
			<scope>compile</scope>
213
		</dependency>
214
	</dependencies>
215
	<properties>
216
   		<gvsig.package.info.dependencies>required: org.gvsig.raster.tilecache.app -ge 2</gvsig.package.info.dependencies>
217
   		<gvsig.package.info.poolURL>https://devel.gvsig.org/download/projects/Raster/pool</gvsig.package.info.poolURL>
218
   		<gvsig.package.info.categories>Raster</gvsig.package.info.categories>
219
   		<gvsig.package.info.state>final</gvsig.package.info.state>
220
   		<gvsig.package.info.official>true</gvsig.package.info.official>
221
	</properties>
222
</project>
0 223

  
org.gvsig.raster.tools/tags/org.gvsig.raster.tools-2.2.54/org.gvsig.raster.tools.app.basic/buildNumber.properties
1
#Mon Aug 07 17:02:01 CEST 2017
2
buildNumber=105
0 3

  
org.gvsig.raster.tools/tags/org.gvsig.raster.tools-2.2.54/org.gvsig.raster.tools.app.basic/src/test/resources/README.txt
1
Put into this folder the resources needed by your test classes.
2

  
3
This folder is added to the Tests classpath, so you can load any resources 
4
through the ClassLoader.
5

  
6
By default, in this folder you can find an example of log4j configuration,
7
prepared to log messages through the console, so logging works when you
8
run your tests classes.
0 9

  
org.gvsig.raster.tools/tags/org.gvsig.raster.tools-2.2.54/org.gvsig.raster.tools.app.basic/src/test/resources/log4j.xml
1
<?xml version="1.0" encoding="ISO-8859-1" ?>
2
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
3

  
4
<!-- 
5
Log4J configuration file for unit tests execution.
6
 -->
7
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
8

  
9
	<!-- Appender configuration to show logging messages through the console -->
10
	<appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
11
		<layout class="org.apache.log4j.PatternLayout">
12
			<param name="ConversionPattern" value="%d{HH:mm:ss,SSS} %-5p [%c{2}.%M()]\n  %m%n" />
13
		</layout>
14
	</appender>
15

  
16
	<!-- 
17
	Activate logging messages of DEBUG level of higher only for the
18
	org.gvsig.tools packages.
19
	You can put full classes names or packages instead, to configure
20
	logging for all the classes and subpackages of the package.
21
	-->
22
	<category name="org.gvsig.tools">
23
		<priority value="DEBUG" />
24
	</category>
25
	<category name="org.gvsig.raster">
26
		<priority value="DEBUG" />
27
	</category>
28

  
29
	<!-- 
30
	By default, show only logging messages of INFO level or higher, 
31
	through the previously configured CONSOLE appender. 
32
	-->
33
	<root>
34
		<priority value="INFO" />
35
		<appender-ref ref="CONSOLE" />
36
	</root>
37
</log4j:configuration>
0 38

  
org.gvsig.raster.tools/tags/org.gvsig.raster.tools-2.2.54/org.gvsig.raster.tools.app.basic/src/test/java/org/gvsig/raster/app/extension/TestNoDataPanel.java
1
package org.gvsig.raster.app.extension;
2

  
3
import javax.swing.JFrame;
4

  
5
import org.gvsig.raster.tools.app.basic.tool.properties.panel.NoDataPanel;
6

  
7
public class TestNoDataPanel {
8
		private int                          w        = 510;
9
		private int                          h        = 300;
10
		private JFrame                       frame    = new JFrame();
11
		private NoDataPanel               desc     = null;
12

  
13
		public TestNoDataPanel() {
14
			desc = new NoDataPanel();
15
			frame.getContentPane().add(desc);
16
			frame.setSize(w, h);
17
			frame.setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
18
			frame.setVisible(true);
19
		}
20

  
21
		public static void main(String[] args) {
22
			new TestNoDataPanel();
23
		}
24
	}
0 25

  
org.gvsig.raster.tools/tags/org.gvsig.raster.tools-2.2.54/org.gvsig.raster.tools.app.basic/src/test/java/org/gvsig/raster/app/extension/TestClipPanel.java
1
package org.gvsig.raster.app.extension;
2

  
3
import javax.swing.JFrame;
4

  
5
import org.gvsig.raster.tools.app.basic.tool.clip.ui.ClippingPanel;
6
import org.gvsig.tools.library.impl.DefaultLibrariesInitializer;
7

  
8
public class TestClipPanel {
9
		private int                          w        = 510;
10
		private int                          h        = 300;
11
		private JFrame                       frame    = new JFrame();
12
		private ClippingPanel               desc     = null;
13

  
14
		public TestClipPanel() {
15
			new DefaultLibrariesInitializer().fullInitialize(true);
16
			desc = new ClippingPanel(null);
17
			frame.getContentPane().add(desc);
18
			frame.setSize(w, h);
19
			frame.setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
20
			frame.setVisible(true);
21
		}
22

  
23
		public static void main(String[] args) {
24
			new TestClipPanel();
25
		}
26
	}
0 27

  
org.gvsig.raster.tools/tags/org.gvsig.raster.tools-2.2.54/org.gvsig.raster.tools.app.basic/src/main/resources-plugin/text_en.properties
1
#Translations for language [en]
2
#Mon Oct 30 09:38:21 CET 2006
3
accept=Accept
4
apply=Apply
5
activar=Activate
6
addband_error=Bands haven't been added to selected dataset.
7
analysisview=Analysis View
8
ancho_alto=Weight X Height
9
archivo=File
10
bands_panel=Bands
11
bands_number=Bands number
12
blue=Blue
13
gray=Gray
14
cumulative=Cumulative
15
cumulative_logarithmic=Cumulative logarithmic
16
header_Size=Header size
17
file_size_in_bytes=File size
18
data_type=Data type
19
byte_order=Byte order
20
type_of_interleaving=Type of interleaving
21
output_file_too_big=Output image is too big.
22
output_file_too_big_jpeg2000=Output image is too big for JPEG2000 format.
23
output_header_format=Header output format
24
select_image_geometry=Raster geometry selection
25
open_raw_file=Open RAW File
26
brillo=Brightness
27
Brightness=Brightness
28
brillo_y_contraste=Brightness and Contrast
29
de=de
30
sharpen=Sharpen
31
cancelando=Cancel
32
colores=Colors adjust
33
cargar_toc=Would you like to load layer?
34
center_raster=Center raster layer on View
35
tfw_load=To load georeferencing coordinates from tfw file
36
closeanalysisview=Close analisys view
37
compress=Compress
38
confirmacion=Confirmation
39
contraste=Contrast
40
Contrast=Contrast
41
elementos=Elements
42
luminosity=Luminosity
43
tolumsa=HSL balance
44
eliminar_extremos=Remove ends
45
RemoveEnds=Remove ends
46
endinfo=End statistics
47
error_aplicando_filtro=Error adding filter
48
error_adding_filters=Selected filters are causing problems.\n Processes won't be executed. 
49
error_render_preview=Error rendering preview
50
error_setview_preview=Error setting preview
51
error_carga_capa=Error loading layer
52
error_writing_raster_file=It's not possible to write in this path
53
error_georasterwriter=Writing error in GeoRasterWriter.
54
error_lectura=It's not possible to read from this path
55
error_not_suported_extension=Couldn't find writer. Not supported extension.
56
error_opened_file=File is opened in a project view. Close layer before saving.
57
error_props_show=It's not possible to operate with the layer now. Wait a moment please.
58
error_props_tabs=Properties panel was closed because it wasn't panels
59
error_extensiones_soportadas=Error getting supported extension list. The layer can't be exported
60
error_writer=Writer not found.
61
raster_error_file_exists=File already exists. Would you like to overwrite it?
62
error_file_not_found=File not found
63
error_file_not_valid=File not valid
64
error_file_not_writable=It's not possible to create output file
65
error_importando_tabla_color_rmf=Selected rmf file hasn't color tables.
66
error_load_layer=It was not possible load layer. We can try it by hand
67
error_salvando_rmf=Error writing in rmf file
68
error_transformacion=Invalid transformation
69
error_transformacion1=It's not possible to calc inverse transformation of any point
70
error_rowtable=Error adding row to the table
71
error_creando_filtro=Error creating filter
72
error_lookingfor_view=Selected view not found.\n It's not possible to load georeferencing view
73
error_point_file=Selected points file is not valid
74
error_view_not_found=Error: View not found
75
error_dont_exists_layer=The layer don't exists. It was not possible show preview.
76
error_processing=An exception has been launched.\n The process was aborted.\n (gvSIG.log for more information)
77
error_cutting=An exception has been throwed cutting the raster
78
error_filtering=An exception has been throwed adding filters
79
error_rois_table=ROIs Table error.
80
error_creating_rois=Error creating ROIs.
81
escale=Scale
82
espectrales=Spectral functions
83
interpolando=Interpolating
84
salvando_imagen=Saving image
85
cancelando_espere=Cancelling. Wait a moment, please ...
86
radiometricos=Radiometric enhanced
87
espaciales=Spatial functions
88
suavizado=Smooth
89
deteccion_bordes=Border detection
90
espere=Wait a moment, please
91
extension_no_soportada=Selected format is not supported
92
file=File
93
file_too_big=Input raster is too big to create a TIFF file (> 4GB).\n The result of the process will be compress to JPEG2000.
94
filtro_de=Filter of
95
formato=Format
96
bmp_file=BMP File
97
jpeg_file=JPEG File 
98
png_file=PNG File
99
tif_file=TIF File
100
general_info=Dataset information
101
generando_bloque=Creating block
102
generando_recorte=Clippping
103
geolocation=Geolocalization
104
georref=Georeferencing
105
georreferenciacion=Georeferencing
106
get_tool_focus=Gets the tool focus
107
green=Green
108
ancho=Width
109
alto=Height
110
height=Height
111
histogram_error=Error calculating histogram
112
increase=Cursor Zoom
113
incremento_recorte=Progress increment
114
info=Info
115
level_slice=Level slice
116
leyendo_raster=Reading input data raster. \u00a1Warning!. This operation could to take a few minutes. Wait a moment, please...
117
lineal_directo=Linear
118
lineas=Lines
119
linf_der=Lower right
120
lsup_izq=Upper left
121
msg_save_raster=The operation will be cancelled. Would you like to go on?
122
mtspixel=Cell size
123
name=Name
124
nbandas=Bands number
125
no=No
126
no_driver_escritura=It's not possible to get write driver. The raster is not in disk yet.
127
onSharpening=Activate pansharpening
128
opacidad=Opacity
129
poligonos=Poligons
130
previsualizacion=Preview
131
preview_not_available=Preview is not available. It's not possible copy the layer
132
props=Properties
133
puntos=Points
134
rasterizando=Rasterizing
135
realce=Enhanced
136
realces=Enhanced
137
red=Red
138
recorte_de_colas=Clipping tail(%)
139
TailTrim=Clipping tail (%)
140
resolution=Resolution
141
salvando_bloque=Saving block
142
salvar_raster_geo=Save view to georeferenced raster
143
salvar_rois=Save ROIS to shp file
144
salvando_raster=Save to raster
145
saveas=Save as
146
scale=Scale
147
seleccionar_capas_raster=Select raster layers
148
seleccionar_fichero=Select file
149
select=Select
150
selectBandaRefinado=Select refined band
151
si=Yes
152
size=Size
153
standard=Standard
154
tarea_en_progreso=Task in progress
155
tipo_dato=Data type
156
transparencia=Transparency
157
transp_by_pixel=Transparencia by pixel
158
transp_selection=Transparencia by selection
159
time=Time
160
width=Width
161
yes=Yes
162
coor_geograficas=Geographics coordinates
163
tamPixX=Pixel size in X
164
tamPixY=Pixel size int Y
165
coor_right=Right
166
coor_up=Up
167
coor_left=Left
168
coor_down=Down
169
coor_center=Center
170
metadata=Metadata
171
origin=Origin
172
histograma=Histogram
173
histograms=Histograms
174
datos_visualizados=Visualize data
175
vista_datasource=View extension
176
imagen_completa=Full image
177
normal=Usual
178
accumulated=Acumulate
179
logaritmic=Logar\u00edtmic
180
band=Band
181
generando_histograma=Generating histogram. Wait a moment, please,...
182
calculando_histograma=Calculating histogram values
183
ocultar_estadisticas=Hide statistics
184
mostrar_estadisticas=Show statistics
185
boton_mostrar=Show all
186
boton_limpiar=Clean
187
recorte=Clip raster layer
188
coordenadas_pixel=Pixel coordinates
189
sup_izq=Upper left
190
inf_der=Lower right
191
coordenadas_reales=Real coordinates
192
fullExtent=Raster layer's complete extent 
193
select_tool=Select from view
194
contraer=Contract
195
expandir=Expand
196
resolucion_espacial=Resolution
197
tamanyo_celda=Cell size
198
ancho_x_alto=Width x Height
199
celda=Cell
200
vecino_+_proximo=Nearest neighbourhood
201
bilinear=Bilinear
202
distancia_inversa=Inverse distance
203
bicubico=Bicubic
204
b_splines=B-Spline
205
seleccion_bandas=Bands
206
crear_1_capa_por_banda=Create a layer for each band
207
otras_opciones=Options
208
nombre_capas=Layer names
209
nombre_capa=Layer name
210
cargar_en_toc=Load layer
211
seleccionar_directorio=Select a directory
212
coordenadas_recorte=Coordinates
213
guardar_en_disco=Save on disk automatically
214
guardar_predeterminado=Save as default
215
calculando_estadisticas=Calculating statistics
216
estadisticas_calculadas=Calculated statistics.
217
vista_previa=Preview
218
aplicar_capa=Apply on layer
219
aplicar_vista_previa=Apply on preview
220
filtros=RGB Filters
221
solo_visualizacion=Only on visualization
222
generar_fichero=Generate file
223
abrir_memoria=Open in memory
224
capa_nueva=New layer
225
enabled=Active
226
brightness=Brightness
227
contrast=Contrast
228
enhanced=Enhanced
229
enhanced_rad=Radiometric enhanced
230
rgbtohsl=RGB->HSL
231
hsltorgb=HSL->RGB
232
rgbtocmyk=RGB->CMYK
233
cmyktorgb=CMYK->RGB
234
colorbalancecmy=CMY balance
235
colorbalancergb=RGB balance
236
sobel=Sobel
237
roberts=Roberts
238
prewitt=Prewitt
239
freichen=Freichen
240
median=Median
241
moda=Mode
242
pasobajo=Low pass
243
pasoalto=High pass
244
gauss=Gauss
245
personalizado=Custom
246
aplicando_filtros=Applying filters
247
guardando_capa=Saving layer
248
ruta=Directory
249
cambiar_ruta=Change...
250
transparencia=Transparency
251
tablas_color=Color table
252
transparencia=Transparency
253
pansharp= Pansharp
254
ul=Upper left
255
ur=Upper right
256
lr=Lower right
257
ll=Lower left
258
regiones_interes=Area of interest
259
rotX=X rotation
260
rotY=Y rotation
261
ux=X
262
uy=Y
263
px=Pix X
264
py=Pix Y
265
rx=Rot X
266
ry=Rot Y
267
geolocation=Geolocalization
268
error_transformacion=Error in transformation parameters
269
salvar_transf=Save current transformation as default
270
back_transf=Go to last transformation
271
next_transf=Go to next transformation
272
aplicar_transf=Set trasformation
273
first_transf=Go to first transformation
274
reset_transf=Inicializate with disk transformation
275
aviso_write_transform=The raster layer georeferencing is going to be changed. Would you like to go on?
276
aviso_salir_salvando=There is changes in georeferencing data. Would you like to save and overwrite raster layer's georeferencing data?
277
tabla=Table
278
rampa=Gradient
279
interpolado=Interpolated
280
activar_tablas_color=Activate color table
281
tabinterpolated_color=Color
282
comprimir_paleta=It's possible to compress color palette. Would you like to do that?
283
tabla_actual=Current table
284
desea_guardar_cambios=Would you like to save changes?
285
desea_borrar_librerias=Would you like to delete selected libraries?
286
nueva_libreria=New library
287
nueva_libreria_title=New library
288
duplicar_libreria=Duplicate library
289
libreria=Library
290
minimo=Minimun
291
maximo=Maximun
292
minimoRGB=RGB minimun
293
maximoRGB=RGB maximun
294
varianza=Varianza
295
media=Media
296
ajustar_limites=Limits adjust
297
limites=Limits
298
guardar_como_predeterminado=Would you like to save current color table as default of this layer?
299
nombre=Name
300
borrar_libreria=Delete library
301
interpolacion=Interpolation
302
restablecer=Restore
303
tamano_intervalo=Interval size
304
n_intervalos=Number of intervals
305
confirmar=Confirm
306
addlibrary_supera_limite=The piece number is too big. It could take too much time. Would you like to go on?
307
equidistar=Middle distance
308
escala_minima=Minimum scale
309
escala_maxima=Maximun scale
310
rango_de_escalas=Scale range
311
no_mostrar_la_capa_cuando_la_escala_sea=Not show the layer when the scale 
312
menor_de=Less than
313
mayor_de=Greater than
314
scale_panel=Scale
315
no_existe_fichero=File doesn't exists
316
el_fichero=The file
317
esta_formato_desconocido=is in a not recognized format
318
no_puede_abrir_fichero=The file can't be opened
319
error_abrir_fichero=Error opening file
320
informacion_adicional=Aditional information
321
files=Files
322
todos_soportados=All supported
323
export_libreria=Export library
324
valor_general=General value
325
transparente=Transparent
326
activar_uso_nodata=Active NoData
327
tratar_nodata_transparente=Set NoData value to transparent
328
nodata=NoData
329
import_libreria=Import library
330
overviews_generating=Generating pyramid
331
incremento_overview=Increase in overviews generation
332
generar_overviews=Generate overviews
333
sobreescribir_datos_overview=Generate overview process could <BR>overwrite the file. Would you like to go on?
334
sobreescribir_overviews=The image already has overviews.<BR> Would you like to overwrite them?
335
layer_without_georref=The layer has not geographic reference.<BR> Would you like to introduce it manually?
336
num_overviews=Overviews Number
337
algorithm=Algorithm
338
overviews=Overviews
339
proporcion_overviews=Ratio
340
generacion_overviews=Create overviews when load a raster
341
vecino_cercano=Nearest neightbourhood
342
media=Media
343
media_phase=Media Mag/Phase
344
cache=Cache
345
preference_cache_warning=<html><center><b>WARNING: You mustn't to change this section if you're not sure what you are doing</b></center></html>
346
tamanyo=Size
347
paginas_grupo=Pages x Group
348
tamanyo_pagina=Page size
349
bloques_procesos=Process blocks
350
rutas=Paths
351
temporales=Temporary
352
general=General
353
num_clases=Number of classes
354
previsualizar_automaticamente_raster=Preview automatically changing properties
355
pedir_coordenadas_georreferenciacion=Ask for coordinates when a raster without georeferencing is loaded
356
ask_for_projection=Ask for projection when the raster loaded has different projection from view
357
carga_capas=Load layers
358
tabla_color=Color tables
359
loadlayer_aplicar=When load a DEM set
360
global=Global
361
capa=Layer
362
nodata_modificado_continuar=Default NoData value is going to be change. Would you like to go on?
363
transf=Transformation
364
corners=Corners
365
increase_statistics=Increment calculating statistics
366
stats=Statistics
367
statistics_generation=Generating statistics
368
recalc_stats=Recalc
369
affine_algorithm=Afin transformation
370
polynomial_algorithm=Polinomial transformation
371
georef_type=Georeference type
372
georef_file=Fichero a georreferenciar
373
georef_algorithm=Georeferencing algorithm
374
without_map=Without reference cartography
375
with_map=With reference cartography
376
layer_not_loaded=There isn't a velid layer. Please, select a raster layer
377
full_view=Full zoom
378
prev_zoom=Last zoom
379
select_zoom_area=Zoom selecting area
380
zoom_menos=Decrease zoom level
381
zoom_mas=Increase zoom level
382
Umbral=Threshold
383
Compare=Compare
384
LadoVentana=Window side
385
Agudeza=Sharpness
386
color_interpretation_continue=It's going to change default color interpretationlor for this raster. Would you like to go on?
387
regionalpha=Transparent area
388
combinacion_no_asignable=It's not possible to save this selection of bands as default.\n A band only can to have one color interpretation
389
end_georef=Exit to georeferencing
390
ask_end_georef=Do you want to close georeferencing aplication?
391
no_rows=There isn't entries in point table
392
no_rows_selected=There aren't selected entries in points table
393
table_not_initialize=Table not initialize
394
capa_raster=Raster layer
395
process_raster=Raster process
396
geo_raster=GeoRaster
397
show_number=Show control point number graphically
398
add_errors_csv=Add errors to CSV file
399
center_view=Center view to selected point
400
error_set_view=Error setting load view parameters
401
no_selected_points=It's not possible to center view to a point.\n There aren't selected points 
402
value_not_valid=Value not valid in one cell
403
nodatavalue_not_valid=Value not valid. The nodata value is removed of this layer.
404
georef_loading=Loading georeferencig module
405
move_image=Move image
406
add-point=Add point
407
process=Process
408
save_to_xml=Save control point in raster metadata file
409
load_from_xml=Load control point from raster metadata file
410
save_to_ascii=Save control point in CSV file
411
load_from_ascii=Load control point from CSV file
412
eliminar_puntos=This operation will delete all points \n in point table.\n Would you like to go on?
413
raster_export=Export to raster
414
transformaciones_geograficas=Geographic transformations
415
sobreescribir_puntos=This function will delete all control points\n in raster metadata file.\n Would you like to go on?
416
start_save=You can begin to select a area on the view 
417
input_hist=Input
418
output_hist=Output
419
clip=Clip
420
levels=Levels
421
operation=Operation
422
band=Bands
423
drawing_type=Drawed
424
histogram_type=Type
425
range_wrong=Wrong range values.\n
426
select_rgb=Select RGB clicking on view
427
mascaras=Masks
428
value=Value
429
inversa=Inverse
430
logarithmical=Logarithmic
431
exponential=Exponential
432
rois_needed=<html><b>Warning:</b> It's necesary some ROI to<BR> apply this filter. Please, go to the dialog<BR> "Interest regions" and select at least one</html>.
433
adjust_to_rois=Adjust to maximun extension defined by layer ROIs
434
square_root=Square root
435
pow=Square
436
apply_all=Apply selected option to all files
437
not_load=Don't load the layer
438
ignore_raster_proj=Use the view projection in the raster layer and load
439
reproject=Reproject raster to view projection
440
change_view_proj=Change the view projection to raster projection
441
proj_options=Projection options
442
dif_proj=Projection of selected raster is diferent<br>that view projection. Please, select an option.
443
desactivado=Deactivate
444
color=Color
445
clase=Class
446
valor=Value
447
hasta=Final
448
alpha=Alpha
449
anadir_filtro=Add filter
450
eliminar_filtro=Delete filter
451
stats=Statistics
452
select_proj=Select projection
453
src_proj=source projection
454
dest_proj=target projection
455
reprojecting=Reprojecting
456
error_reprojecting=Reprojecting error
457
dest_file=target file
458
capa_a_reproyectar=Reproject layer 
459
toc_reproject=Reproject layer
460
layer=Layer
461
ask_generar_overviews=Do you want build overviews?
462
error_create_overviews=It was not possible to create overviews
463
error_write_overviews=It was not possible to save overviews
464
highpassfilter=High Pass filter
465
radio=Radio
466
noisefilter=Noise filter
467
grayescaleconversion=Gray Scale Conversion
468
outputscale=Output Scale
469
path=Path
470
porarea=Area selection
471
porroi=ROI selection
472
vectbbox=Select all inside bounding box
473
vectinside=Set nodata in all outside regions values
474
selectROI=ROI selection
475
vectorization=Vectorization
476
prev=Last
477
posterization=Posterization
478
panel_preview_not_available=Preview not available for this panel
479
nograyscale=It wasn't possible to add\n gray scale filter
480
noposterization=It wasn't possible to add\n posterization filter
481
threshold=Threshold
482
selectarea=Selection
483
grayconversionscale=B/W Conversion
484
vectorization=Vectorization
485
vector_generation=Vector generation
486
clip_raster_again=Would you like to cut raster again?
487
filter_raster_again=Would you like to process raster again?
488
modefilter=Filtero de Moda
489
nomedian=It wasn't possible to add\n median filter
490
loadstretch=Load Stretch
491
stretch=Stretch
492
datatype_not_byte=Would you like a stretch selection?
493
grayscaleconversion=Gray Scale
494
path_not_valid=Path not valid
495
source_too_big=Source layer is too big.\n Would you like to go on?
496
load_parameters=Load parameters
497
save_parameters=Save parameters
498
equalization=Equalization
499
memoria_excedida=There isn't enough memory for this operation.\n You can try to change JVM parameters \n or build a smaller image.
500
black=Black
501
corner_threshold=Corner threshold
502
curve_optimization=Curve optimization
503
despeckle=Despeckle
504
left=Left
505
majority=Majority
506
minority=Minority
507
optimization_tolerance=Optimization tolerance
508
output_quantization=Output quantization
509
policy=Policy
510
potracelines=Potrace parameters
511
random=Random
512
right=Right
513
white=White
514
wrong_resolution=You should introduce the output raster resolution.\n Height and width in pixels
515
downloading_image=Downloading image from the server.\n This operation could take a few minutes.
516
remember_select_size=WARNING!\n Now, you have to select the output size.
517
no_resolution_level=The selected layer is not tiled with resolution levels. \nThis zoom cannot be applied.
518
max_zoom_reached=Maximum resolution level reached
519
min_zoom_reached=Minimum resolution level reached
520
there_arent_selected=There aren't a layer selected with resolution levels 
521
goto_resolution_level=Go to the next/previous resolution level
522
colortables_not_loaded=Color tables dialog cannot be opened
523
error_computing_histogram=Error computing the histogram
524
nbandas_file=Bands in file
525
tipo_proveedor=Provider type
526
file_exists_rename=The file exists and will be renamed
527
guardar_box_value=Save as NoData the selected value in the text box
528
restore=Restore
529
restore_native_value=Restore the original NoData value
530
default_value=Default value
531
set_configuration_value=Assigns the NoData value by default in gvSIG configuration
532
delete=Delete
533
delete_value=Deletes the NoData value of this layer
534
tratar_nodata_transparente=Draw the NoData values transparent
535
value_not_valid=This NoData value is not valid
536
round_pixels=Round off pixels
537
tiled_layer=Would you like to use tile cache with the selected layers?
538
tiled_layer2=Would you like to load layers normally or caching data as tiles?
539
normally=Normally
540
tiled=Tiled
541
all_normally=Normally all
542
all_tiled=Tiled all
543
yes_dont_ask_anymore=Yes for all
544
no_dont_ask_anymore=Not for all
545
open_window=Exits an open pixel inspector.\n Close the window before continue
546
info=Information
547
view=View
548
layer_list=Layer list
549
band_values=Values by band
550
pixel_point=Pixel
551
view_point=View
552
world_point=Map
553
bands=Bands
554
colors=Colors
555
coords=Coordinates
556
lat=Latitude
557
long=Longitude
558
red=Red
559
green=Green
560
blue=Blue
561
infobypoint=Info by point
562
export_view_to_image=Export view to image
563
resolution_method_selection=Method of resolution selection
564
reproject_on_the_fly=Reproject on the fly
565
colortable_not_active=The color table is off for this layer. Activate the check box or these will be remove from this layer.
566
change_datatype=Change data type
567
adjust_dec2int=Decimal to integer
568
adjust_big2small=Major to minor
569
output_too_big=The size of the output file too big
570
some_parameter_is_not_correct=Some parameter is not correct. Review the dialog
571
filename_cannot_be_empty=The file name cannot be empty
572
scale_cannot_be_zero=The scale cannot be zero
573
height_cannot_be_zero=The height cannot be zero
574
width_cannot_be_zero=The width cannot be zero
575
cellsize_cannot_be_zero=The cellsize cannot be zero
576
wc_wrong=The world coordinates are wrong
577
different_projection=The view and some of the loaded layers have different projections.\n The result layer will have the view projection.
578
clip_view=Clip view
579
overwrite_projection=The layer projection, in its metadata file (RMF) will be overwritten with the view projection.\n Would you like to go on?
580
set_view_projection=Set projection
581
error_saving_rois_rmf=Error saving the ROI in the metadata file
582
problems_loading_rois=Problems loading regions of interest from the file.\n The execution of gvSIG will continue normally.
583
remove_roi_file_link=Would you like to remove the link with the ROI file? This file will not be removed from disk.
584
folder_not_writable=The selected layer is in a not writable folder. Please, select a writable folder to save metadata
585
folder=Folder
586
folder_not_writable1=This folder is not writable
587
view_not_active=The active window is not a View
588
grayscale=Gray scale
589
typeBand=Bands
590
gv_tools=gvSIG Tools
591
group_tools=Tools for raster layers
592
raster_layer_not_active=This tool needs a raster layer selected in the view
593
radiometric_enhancedment=Radiometric enhancedment
594
reprojection=Reprojection
595
filters=Filters
596
clip_raster=Clip
597
save_as=Export
598
overviews=Overviews
599
layer_datatype=Change data type
600
no_statistics_computed=No statistics computed
601
not_defined=Not defined
602
photometric=Photometric
603
compression=Compression
0 604

  
org.gvsig.raster.tools/tags/org.gvsig.raster.tools-2.2.54/org.gvsig.raster.tools.app.basic/src/main/resources-plugin/text_gl.properties
1
#Translations for language [gl]
2
#Mon Oct 30 09:38:21 CET 2006
3
activar=Activate
4
brillo=Brillo
5
brillo_y_contraste=Brillo e Contraste
6
compress=Compresi\u00f3n
7
confirmacion=Confirmaci\u00f3n
8
contraste=Contraste
9
eliminar_extremos=Eliminar extremos
10
endinfo=Estat\u00edsticas de remate
11
error_file_exists=O arquivo xa existe. \u00bfDesexa sobreescribilo?
12
error_file_not_writable=Non \u00e9 posible crear o arquivo de salida
13
espere=Por favor, espere
14
file=Arquivo
15
height=Alto
16
lineal_directo=Lineal directo
17
linf_der=Inf Der
18
lsup_izq=Sup Esq
19
msg_save_raster=Vaise canelar a operaci\u00f3n. \u00bfDesexa continuar?
20
mtspixel=Mts/pixel
21
no=Non
22
onSharpening=Activar pansharpening
23
previsualizacion=Previsualizaci\u00f3n
24
props=Propiedades
25
realce=Realce
26
realces=
27
recorte_colas=Recorte colas
28
resolution=Resoluci\u00f3n
29
salvar_raster=Gardar a raster xeoreferenciado
30
scale=Escalar
31
seleccionar_fichero=Seleccionar arquivo
32
select=
33
selectBandaRefinado=Seleccionar Banda de Refinado
34
size=Tama\u00f1o
35
tarea_en_progreso=Tarea En progreso
36
time=Tempo
37
width=Ancho
38
yes=Si
0 39

  
org.gvsig.raster.tools/tags/org.gvsig.raster.tools-2.2.54/org.gvsig.raster.tools.app.basic/src/main/resources-plugin/text_ca.properties
1
#Translations for language [ca]
2
#Mon Oct 30 09:38:21 CET 2006
3
activar=Activar
4
brillo=Brillantor
5
brillo_y_contraste=Brillantor i contrast
6
compress=Compressi\u00f3
7
confirmacion=Confirmaci\u00f3
8
contraste=Contrast
9
eliminar_extremos=Eliminar extrems
10
endinfo=Estad\u00edstiques de finalitzaci\u00f3
11
error_file_exists=El fitxer ja existix. Vol sobreescriure'l?
12
error_file_not_writable=No \u00e9s possible crear el fitxer d'eixida
13
espere=Per favor, espereu
14
file=Fitxer
15
height=Al\u00e7ada
16
lineal_directo=Lineal directe
17
linf_der=Inf Der
18
lsup_izq=Sup Esq
19
msg_save_raster=L'operaci\u00f3 va a cancel\u00b7lar-se. Vol continuar?
20
mtspixel=Mts/p\u00edxel
21
no=No
22
onSharpening=Activa pansharpening
23
previsualizacion=Previsualitzaci\u00f3
24
props=Propietats
25
realce=Relleu
26
realces=
27
recorte_colas=Retall de cues
28
resolution=Resoluci\u00f3
29
salvar_raster=Salvar el raster georeferenciat
30
scale=Escalar
31
seleccionar_fichero=Seleccionar fitxer
32
select=
33
selectBandaRefinado=Seleccionar Banda de Refinat
34
size=Dimensi\u00f3
35
tarea_en_progreso=Tasca en progr\u00e9s
36
time=Temps
37
width=Amplada
38
yes=S\u00ed
0 39

  
org.gvsig.raster.tools/tags/org.gvsig.raster.tools-2.2.54/org.gvsig.raster.tools.app.basic/src/main/resources-plugin/text_pt.properties
1
#Translations for language [pt]
2
#Mon Oct 30 09:38:21 CET 2006
3
activar=Activate
4
brillo=Brightness
5
brillo_y_contraste=
6
compress=Compression
7
confirmacion=
8
contraste=Contrast
9
eliminar_extremos=Remover extremos
10
endinfo=
11
error_file_exists=
12
error_file_not_writable=
13
espere=Por favor, espere
14
file=
15
height=
16
lineal_directo=Lineal direito
17
linf_der=Inf. dir.  X
18
lsup_izq=Sup. esq. X
19
msg_save_raster=
20
mtspixel=Mts/pixel
21
no=No
22
onSharpening=Activar "pansharpening"
23
previsualizacion=
24
props=
25
realce=Realce
26
realces=
27
recorte_colas=Recorte de filas
28
resolution=
29
salvar_raster=Guardar como raster
30
scale=Escala
31
seleccionar_fichero=
32
select=
33
selectBandaRefinado=Seleccionador de bandas de refinado
34
size=
35
tarea_en_progreso=Tarefa em progresso
36
time=
37
width=Ampl\u00e0ria
38
yes=
0 39

  
org.gvsig.raster.tools/tags/org.gvsig.raster.tools-2.2.54/org.gvsig.raster.tools.app.basic/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.app.document.table.app.mainplugin" />
5

  
6
	<depends plugin-name="org.gvsig.geoprocess.app.mainplugin" optional="true" />
7
	<depends plugin-name="org.gvsig.geoprocess.app.algorithm" optional="true" />
8

  
9
	<resourceBundle name="text"/>
10
	<libraries library-dir="lib"/>
11
	<extensions>
12

  
13
		<!--Menu Raster -->
14

  
15
		<extension class-name="org.gvsig.raster.tools.app.basic.RasterExtension"
16
			description=""
17
			active="true"
18
			priority="1">
19

  
20
      <menu text="Layer/capa_raster"
21
        position="000601405"
22
        is_separator="true"/>
23

  
24
			<tool-bar name="View_Tools_Zooms" position="420">
25
				<selectable-tool icon="layer-zoom-res-level" action-command="ZoomResolutionLevel" tooltip="goto_resolution_level" position="7"/>
26
			</tool-bar>
27

  
28
			<!--Menu Raster layer -->
29

  
30
			<menu text="Layer/capa_raster/seleccionar_capas_raster"
31
				name="raster-tools-select-layer"/>
32

  
33
			<action
34
        		name="raster-tools-select-layer"
35
        		label="seleccionar_capas_raster"
36
        		action-command="SelectLayer"
37
        		icon="view-select-raster-layer"
38
        		position="000601410"
39
        	/>
40

  
41
			<menu text="Layer/capa_raster/histograma"
42
				name="raster-tools-histograma"/>
43

  
44
			<action
45
        		name="raster-tools-histograma"
46
        		label="histograma"
47
        		action-command="HistogramPanel"
48
        		icon="layer-histogram"
49
        		position="000601420"
50
        		accelerator="Ctrl+Alt+H"
51
        	/>
52

  
53
			<menu text="Layer/capa_raster/tablas_color"
54
				name="raster-tools-tablas-color"/>
55

  
56
			<action
57
        		name="raster-tools-tablas-color"
58
        		label="tablas_color"
59
        		action-command="ViewColorTable"
60
        		icon="layer-color-table"
61
        		position="000601430"
62
        		accelerator="Ctrl+Alt+T"
63
        	/>
64

  
65
			<menu text="Layer/capa_raster/regiones_interes"
66
				name="raster-tools-regiones-interes"/>
67

  
68
			<action
69
        		name="raster-tools-regiones-interes"
70
        		label="regiones_interes"
71
        		action-command="RoisManager"
72
        		icon="layer-modify-roi"
73
        		position="000601450"
74
        		accelerator="Ctrl+Alt+A"
75
        	/>
76

  
77
			<menu text="Layer/capa_raster/generar_overviews"
78
				name="raster-tools-generar-overviews"/>
79

  
80
			<action
81
        		name="raster-tools-generar-overviews"
82
        		label="generar_overviews"
83
        		action-command="Overviews"
84
        		icon="layer-modify-overviews"
85
        		position="000601460"
86
        		accelerator="Ctrl+Alt+O"
87
        	/>
88

  
89
			<menu text="Layer/capa_raster/analysisview"
90
				name="raster-tools-analysisview"/>
91

  
92
			<action
93
        		name="raster-tools-analysisview"
94
        		label="analysisview"
95
        		action-command="ViewRasterAnalysis"
96
        		icon="view-raster-analysis"
97
        		position="000601470"
98
        		accelerator="Ctrl+Alt+K"
99
        	/>
100

  
101
			<menu text="Layer/capa_raster/goto_resolution_level"
102
				name="raster-tools-resolutionlevel"/>
103

  
104
			<action
105
        		name="raster-tools-resolutionlevel"
106
        		label="goto_resolution_level"
107
        		action-command="ZoomResolutionLevel"
108
        		icon="layer-zoom-res-level"
109
        		position="000601480"
110
        		accelerator="Ctrl+Alt++"
111
        	/>
112

  
113
      <!--FIN Menu Raster layer-->
114

  
115

  
116
      <!--Menu Raster dataset-->
117

  
118
    	<!--FIN Menu Raster dataset-->
119

  
120

  
121
    	<!--Menu Multiespectral layer-->
122

  
123
    	<!-- FIN Menu Multiespectral layer-->
124

  
125

  
126
    	<!--Menu Enhanced-->
127

  
128
      		<menu text="Layer/enhanced/filtros"
129
				name="raster-tools-filter"/>
130

  
131
			<action
132
        		name="raster-tools-filter"
133
        		label="filtros"
134
        		action-command="FilterPanel"
135
        		icon="layer-filter-raster"
136
        		position="000601700"
137
        		accelerator="Ctrl+Alt+F"
138
        	/>
139

  
140
			<menu text="Layer/enhanced/enhanced_rad"
141
				name="raster-tools-enhanced-rad"/>
142

  
143
			<action
144
        		name="raster-tools-enhanced-rad"
145
        		label="enhanced_rad"
146
        		action-command="EnhancedPanel"
147
        		icon="layer-enhanced"
148
        		position="000601710"
149
        		accelerator="Ctrl+Alt+E"
150
        	/>
151

  
152
      <!-- FIN Menu Enhanced-->
153

  
154

  
155
      <!--Menu Geographic transformations-->
156

  
157
			<menu text="Layer/transformaciones_geograficas/geolocation"
158
				name="raster-tools-geolocation"/>
159

  
160
			<action
161
        		name="raster-tools-geolocation"
162
        		label="geolocation"
163
        		action-command="GeoLocation"
164
        		icon="layer-geolocalization"
165
        		position="000601810"
166
        		accelerator="Ctrl+Alt+G"
167
        	/>
168

  
169
      		<menu text="Layer/transformaciones_geograficas/set_view_projection"
170
				name="raster-tools-set-view-projection"/>
171

  
172
			<action
173
        		name="raster-tools-set-view-projection"
174
        		label="set_view_projection"
175
        		action-command="SetProjection"
176
        		icon="setviewprojection-raster-icon"
177
        		position="000601820"
178
        		accelerator=""
179
        	/>
180

  
181
      		<!--FIN Menu Geographic transformations-->
182

  
183

  
184
			<!--Menu Exportar a-->
185

  
186
			<menu text="Layer/export_to/saveas"
187
				name="raster-tools-saveas"/>
188

  
189
			<action
190
        		name="raster-tools-saveas"
191
        		label="saveas"
192
        		action-command="SaveAs"
193
        		icon="layer-saveas"
194
        		position="000601910"
195
        		accelerator="Ctrl+Alt+S"
196
        	/>
197

  
198
			<menu text="Layer/export_to/recorte"
199
				name="raster-tools-clip"/>
200

  
201
			<action
202
        		name="raster-tools-clip"
203
        		label="recorte"
204
        		action-command="ClippingPanel"
205
        		icon="layer-clip-raster"
206
        		position="000601920"
207
        		accelerator="Ctrl+Alt+C"
208
        	/>
209

  
210
      <menu text="Layer/export_to/change_datatype"
211
        name="raster-tools-change-datatype"/>
212

  
213
      <action
214
            name="raster-tools-change-datatype"
215
            label="change_datatype"
216
            action-command="LayerDatatype"
217
            icon="datatype-icon"
218
            position="000601930"
219
            accelerator=""
220
          />
221

  
222
		  <!-- ************* -->
223

  
224
			<menu text="View/seleccionar_capas_raster"
225
				name="raster-tools-select-layer"/>
226

  
227
			<action
228
        		name="raster-tools-select-layer"
229
        		label="seleccionar_capas_raster"
230
        		action-command="SelectLayer"
231
        		icon="view-select-raster-layer"
232
        		position="0"
233
        	/>
234

  
235

  
236
      <!--Menu Vista/Exportar -->
237

  
238
			<menu text="View/export/export_view_to_image"
239
				name="raster-tools-export-view"/>
240

  
241
     <action
242
        		name="raster-tools-export-view"
243
        		label="export_view_to_image"
244
        		action-command="SaveViewToImageRaster"
245
        		icon="view-export-image"
246
        		position="0"
247
        		accelerator="Ctrl+Alt+V"
248
        	/>
249

  
250
      <menu text="View/export/salvar_raster_geo"
251
        name="raster-tools-save-geo"/>
252

  
253
      <action
254
            name="raster-tools-save-geo"
255
            label="salvar_raster_geo"
256
            action-command="SaveViewToRaster"
257
            icon="view-export-georeferenced-raster"
258
            position="0"
259
            accelerator="Ctrl+Alt+W"
260
          />
261

  
262
      <!-- ************* -->
263

  
264

  
265
      <menu text="Layer"
266
        position="000601935"
267
        is_separator="true"/>
268

  
269
      <menu text="Layer/propiedades_raster"
270
        name="raster-tools-properties"/>
271

  
272
      <action
273
            name="raster-tools-properties"
274
            label="propiedades_raster"
275
            action-command="RasterProperties"
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff