Statistics
| Revision:

svn-gvsig-desktop / branches / CqCMSDvp / libraries / libCq CMS for java.old / doc-files / javadocs / org / cresques / io / GeoRasterWriter.html @ 2312

History | View | Annotate | Download (22.1 KB)

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.4.2_03) on Thu Jun 23 14:38:26 CEST 2005 -->
6
<TITLE>
7
GeoRasterWriter
8
</TITLE>
9

    
10
<META NAME="keywords" CONTENT="org.cresques.io.GeoRasterWriter class">
11

    
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
13

    
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    parent.document.title="GeoRasterWriter";
18
}
19
</SCRIPT>
20

    
21
</HEAD>
22

    
23
<BODY BGCOLOR="white" onload="windowTitle();">
24

    
25

    
26
<!-- ========= START OF TOP NAVBAR ======= -->
27
<A NAME="navbar_top"><!-- --></A>
28
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30
<TR>
31
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32
<A NAME="navbar_top_firstrow"><!-- --></A>
33
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34
  <TR ALIGN="center" VALIGN="top">
35
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
40
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
42
  </TR>
43
</TABLE>
44
</TD>
45
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46
</EM>
47
</TD>
48
</TR>
49

    
50
<TR>
51
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
52
&nbsp;<A HREF="../../../org/cresques/io/GeoRasterFile.html" title="class in org.cresques.io"><B>PREV CLASS</B></A>&nbsp;
53
&nbsp;<A HREF="../../../org/cresques/io/GmlFile.html" title="class in org.cresques.io"><B>NEXT CLASS</B></A></FONT></TD>
54
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
55
  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
56
&nbsp;<A HREF="GeoRasterWriter.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
57
&nbsp;<SCRIPT type="text/javascript">
58
  <!--
59
  if(window==top) {
60
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
61
  }
62
  //-->
63
</SCRIPT>
64
<NOSCRIPT>
65
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
66
</NOSCRIPT>
67

    
68
</FONT></TD>
69
</TR>
70
<TR>
71
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
72
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
73
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
74
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
75
</TR>
76
</TABLE>
77
<A NAME="skip-navbar_top"></A>
78
<!-- ========= END OF TOP NAVBAR ========= -->
79

    
80
<HR>
81
<!-- ======== START OF CLASS DATA ======== -->
82
<H2>
83
<FONT SIZE="-1">
84
org.cresques.io</FONT>
85
<BR>
86
Class GeoRasterWriter</H2>
87
<PRE>
88
java.lang.Object
89
  <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>org.cresques.io.GeoRasterWriter</B>
90
</PRE>
91
<DL>
92
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../org/cresques/io/EcwWriter.html" title="class in org.cresques.io">EcwWriter</A>, <A HREF="../../../org/cresques/io/GdalWriter.html" title="class in org.cresques.io">GdalWriter</A></DD>
93
</DL>
94
<HR>
95
<DL>
96
<DT>public abstract class <B>GeoRasterWriter</B><DT>extends java.lang.Object</DL>
97

    
98
<P>
99
Clase abstracta de la que heredan los drivers de escritura. Tiene los
100
 m?todos abstractos que debe implementar cualquier driver de escritura
101
 y las funcionalidades y opciones soportadas comunes a todos ellos.
102
<P>
103

    
104
<P>
105
<DL>
106
<DT><B>Author:</B></DT>
107
  <DD>Nacho Brodin (brodin_ign@gva.es)</DD>
108
</DL>
109
<HR>
110

    
111
<P>
112
<!-- ======== NESTED CLASS SUMMARY ======== -->
113

    
114

    
115
<!-- =========== FIELD SUMMARY =========== -->
116

    
117
<A NAME="field_summary"><!-- --></A>
118
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
119
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
120
<TD COLSPAN=2><FONT SIZE="+2">
121
<B>Field Summary</B></FONT></TD>
122
</TR>
123
<TR BGCOLOR="white" CLASS="TableRowColor">
124
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
125
<CODE>protected &nbsp;<A HREF="../../../org/cresques/px/PxRaster.html" title="class in org.cresques.px">PxRaster</A></CODE></FONT></TD>
126
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#currentRaster">currentRaster</A></B></CODE>
127

    
128
<BR>
129
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
130
</TR>
131
<TR BGCOLOR="white" CLASS="TableRowColor">
132
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
133
<CODE>protected &nbsp;<A HREF="../../../org/cresques/io/IDataWriter.html" title="interface in org.cresques.io">IDataWriter</A></CODE></FONT></TD>
134
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#dataWriter">dataWriter</A></B></CODE>
135

    
136
<BR>
137
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
138
</TR>
139
<TR BGCOLOR="white" CLASS="TableRowColor">
140
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
141
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
142
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#driver">driver</A></B></CODE>
143

    
144
<BR>
145
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
146
</TR>
147
<TR BGCOLOR="white" CLASS="TableRowColor">
148
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
149
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
150
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#ident">ident</A></B></CODE>
151

    
152
<BR>
153
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
154
</TR>
155
<TR BGCOLOR="white" CLASS="TableRowColor">
156
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
157
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
158
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#infilename">infilename</A></B></CODE>
159

    
160
<BR>
161
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162
</TR>
163
<TR BGCOLOR="white" CLASS="TableRowColor">
164
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165
<CODE>protected &nbsp;int</CODE></FONT></TD>
166
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#nBands">nBands</A></B></CODE>
167

    
168
<BR>
169
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
170
</TR>
171
<TR BGCOLOR="white" CLASS="TableRowColor">
172
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
173
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
174
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#outfilename">outfilename</A></B></CODE>
175

    
176
<BR>
177
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
178
</TR>
179
<TR BGCOLOR="white" CLASS="TableRowColor">
180
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
181
<CODE>protected &nbsp;int</CODE></FONT></TD>
182
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#sizeWindowX">sizeWindowX</A></B></CODE>
183

    
184
<BR>
185
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186
</TR>
187
<TR BGCOLOR="white" CLASS="TableRowColor">
188
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189
<CODE>protected &nbsp;int</CODE></FONT></TD>
190
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#sizeWindowY">sizeWindowY</A></B></CODE>
191

    
192
<BR>
193
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
194
</TR>
195
<TR BGCOLOR="white" CLASS="TableRowColor">
196
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
197
<CODE>protected &nbsp;int</CODE></FONT></TD>
198
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#ulX">ulX</A></B></CODE>
199

    
200
<BR>
201
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
202
</TR>
203
<TR BGCOLOR="white" CLASS="TableRowColor">
204
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
205
<CODE>protected &nbsp;int</CODE></FONT></TD>
206
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#ulY">ulY</A></B></CODE>
207

    
208
<BR>
209
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
210
</TR>
211
</TABLE>
212
&nbsp;
213
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
214

    
215
<A NAME="constructor_summary"><!-- --></A>
216
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
217
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
218
<TD COLSPAN=2><FONT SIZE="+2">
219
<B>Constructor Summary</B></FONT></TD>
220
</TR>
221
<TR BGCOLOR="white" CLASS="TableRowColor">
222
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#GeoRasterWriter()">GeoRasterWriter</A></B>()</CODE>
223

    
224
<BR>
225
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
226
</TR>
227
</TABLE>
228
&nbsp;
229
<!-- ========== METHOD SUMMARY =========== -->
230

    
231
<A NAME="method_summary"><!-- --></A>
232
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
233
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
234
<TD COLSPAN=2><FONT SIZE="+2">
235
<B>Method Summary</B></FONT></TD>
236
</TR>
237
<TR BGCOLOR="white" CLASS="TableRowColor">
238
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
239
<CODE>abstract &nbsp;void</CODE></FONT></TD>
240
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#dataWrite()">dataWrite</A></B>()</CODE>
241

    
242
<BR>
243
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Realiza la funci?n de compresi?n a partir de los datos pasados por el cliente.</TD>
244
</TR>
245
<TR BGCOLOR="white" CLASS="TableRowColor">
246
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
247
<CODE>abstract &nbsp;void</CODE></FONT></TD>
248
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#fileWrite()">fileWrite</A></B>()</CODE>
249

    
250
<BR>
251
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Realiza la funci?n de compresi?n a partir de un GeoRasterFile.</TD>
252
</TR>
253
<TR BGCOLOR="white" CLASS="TableRowColor">
254
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
255
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
256
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#getDriverName()">getDriverName</A></B>()</CODE>
257

    
258
<BR>
259
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene el nombre del driver.</TD>
260
</TR>
261
<TR BGCOLOR="white" CLASS="TableRowColor">
262
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
263
<CODE>static&nbsp;java.lang.String[]</CODE></FONT></TD>
264
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#getDriversExtensions()">getDriversExtensions</A></B>()</CODE>
265

    
266
<BR>
267
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve la lista de extensiones de escritura soportadas</TD>
268
</TR>
269
<TR BGCOLOR="white" CLASS="TableRowColor">
270
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
271
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
272
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#getIdent()">getIdent</A></B>()</CODE>
273

    
274
<BR>
275
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve el identificador del driver</TD>
276
</TR>
277
<TR BGCOLOR="white" CLASS="TableRowColor">
278
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
279
<CODE>static&nbsp;int</CODE></FONT></TD>
280
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#getNDrivers()">getNDrivers</A></B>()</CODE>
281

    
282
<BR>
283
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve el n?mero de drivers soportados</TD>
284
</TR>
285
<TR BGCOLOR="white" CLASS="TableRowColor">
286
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
287
<CODE>abstract &nbsp;java.lang.String</CODE></FONT></TD>
288
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#getXMLPropertiesDialog()">getXMLPropertiesDialog</A></B>()</CODE>
289

    
290
<BR>
291
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve la configuraci?n de la ventana de dialogo
292
 para las propiedades del driver de escritura que se est? tratando.</TD>
293
</TR>
294
<TR BGCOLOR="white" CLASS="TableRowColor">
295
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
296
<CODE>static&nbsp;void</CODE></FONT></TD>
297
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#registerWriterExtension(java.lang.String, java.lang.Class)">registerWriterExtension</A></B>(java.lang.String&nbsp;ext,
298
                        java.lang.Class&nbsp;clase)</CODE>
299

    
300
<BR>
301
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Registra un formato de escritura</TD>
302
</TR>
303
<TR BGCOLOR="white" CLASS="TableRowColor">
304
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
305
<CODE>abstract &nbsp;void</CODE></FONT></TD>
306
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#setProps(java.lang.String[])">setProps</A></B>(java.lang.String[]&nbsp;props)</CODE>
307

    
308
<BR>
309
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Asigna propiedades al driver a partir de un vector de
310
 strings donde cada elemento tiene la estructura de 
311
 propiedad=valor.</TD>
312
</TR>
313
<TR BGCOLOR="white" CLASS="TableRowColor">
314
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
315
<CODE>abstract &nbsp;void</CODE></FONT></TD>
316
<TD><CODE><B><A HREF="../../../org/cresques/io/GeoRasterWriter.html#writeClose()">writeClose</A></B>()</CODE>
317

    
318
<BR>
319
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cierra el driver</TD>
320
</TR>
321
</TABLE>
322
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
323
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
324
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
325
<TD><B>Methods inherited from class java.lang.Object</B></TD>
326
</TR>
327
<TR BGCOLOR="white" CLASS="TableRowColor">
328
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
329
</TR>
330
</TABLE>
331
&nbsp;
332
<P>
333

    
334
<!-- ============ FIELD DETAIL =========== -->
335

    
336
<A NAME="field_detail"><!-- --></A>
337
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
338
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
339
<TD COLSPAN=1><FONT SIZE="+2">
340
<B>Field Detail</B></FONT></TD>
341
</TR>
342
</TABLE>
343

    
344
<A NAME="outfilename"><!-- --></A><H3>
345
outfilename</H3>
346
<PRE>
347
protected java.lang.String <B>outfilename</B></PRE>
348
<DL>
349
<DL>
350
</DL>
351
</DL>
352
<HR>
353

    
354
<A NAME="infilename"><!-- --></A><H3>
355
infilename</H3>
356
<PRE>
357
protected java.lang.String <B>infilename</B></PRE>
358
<DL>
359
<DL>
360
</DL>
361
</DL>
362
<HR>
363

    
364
<A NAME="sizeWindowX"><!-- --></A><H3>
365
sizeWindowX</H3>
366
<PRE>
367
protected int <B>sizeWindowX</B></PRE>
368
<DL>
369
<DL>
370
</DL>
371
</DL>
372
<HR>
373

    
374
<A NAME="sizeWindowY"><!-- --></A><H3>
375
sizeWindowY</H3>
376
<PRE>
377
protected int <B>sizeWindowY</B></PRE>
378
<DL>
379
<DL>
380
</DL>
381
</DL>
382
<HR>
383

    
384
<A NAME="ulX"><!-- --></A><H3>
385
ulX</H3>
386
<PRE>
387
protected int <B>ulX</B></PRE>
388
<DL>
389
<DL>
390
</DL>
391
</DL>
392
<HR>
393

    
394
<A NAME="ulY"><!-- --></A><H3>
395
ulY</H3>
396
<PRE>
397
protected int <B>ulY</B></PRE>
398
<DL>
399
<DL>
400
</DL>
401
</DL>
402
<HR>
403

    
404
<A NAME="currentRaster"><!-- --></A><H3>
405
currentRaster</H3>
406
<PRE>
407
protected <A HREF="../../../org/cresques/px/PxRaster.html" title="class in org.cresques.px">PxRaster</A> <B>currentRaster</B></PRE>
408
<DL>
409
<DL>
410
</DL>
411
</DL>
412
<HR>
413

    
414
<A NAME="dataWriter"><!-- --></A><H3>
415
dataWriter</H3>
416
<PRE>
417
protected <A HREF="../../../org/cresques/io/IDataWriter.html" title="interface in org.cresques.io">IDataWriter</A> <B>dataWriter</B></PRE>
418
<DL>
419
<DL>
420
</DL>
421
</DL>
422
<HR>
423

    
424
<A NAME="nBands"><!-- --></A><H3>
425
nBands</H3>
426
<PRE>
427
protected int <B>nBands</B></PRE>
428
<DL>
429
<DL>
430
</DL>
431
</DL>
432
<HR>
433

    
434
<A NAME="ident"><!-- --></A><H3>
435
ident</H3>
436
<PRE>
437
protected java.lang.String <B>ident</B></PRE>
438
<DL>
439
<DL>
440
</DL>
441
</DL>
442
<HR>
443

    
444
<A NAME="driver"><!-- --></A><H3>
445
driver</H3>
446
<PRE>
447
protected java.lang.String <B>driver</B></PRE>
448
<DL>
449
<DL>
450
</DL>
451
</DL>
452

    
453
<!-- ========= CONSTRUCTOR DETAIL ======== -->
454

    
455
<A NAME="constructor_detail"><!-- --></A>
456
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
457
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
458
<TD COLSPAN=1><FONT SIZE="+2">
459
<B>Constructor Detail</B></FONT></TD>
460
</TR>
461
</TABLE>
462

    
463
<A NAME="GeoRasterWriter()"><!-- --></A><H3>
464
GeoRasterWriter</H3>
465
<PRE>
466
public <B>GeoRasterWriter</B>()</PRE>
467
<DL>
468
</DL>
469

    
470
<!-- ============ METHOD DETAIL ========== -->
471

    
472
<A NAME="method_detail"><!-- --></A>
473
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
474
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
475
<TD COLSPAN=1><FONT SIZE="+2">
476
<B>Method Detail</B></FONT></TD>
477
</TR>
478
</TABLE>
479

    
480
<A NAME="registerWriterExtension(java.lang.String, java.lang.Class)"><!-- --></A><H3>
481
registerWriterExtension</H3>
482
<PRE>
483
public static void <B>registerWriterExtension</B>(java.lang.String&nbsp;ext,
484
                                           java.lang.Class&nbsp;clase)</PRE>
485
<DL>
486
<DD>Registra un formato de escritura
487
<P>
488
<DD><DL>
489
<DT><B>Parameters:</B><DD><CODE>ext</CODE> - Extensi?n del fichero registrado<DD><CODE>clase</CODE> - Clase que maneja el formato registrado</DL>
490
</DD>
491
</DL>
492
<HR>
493

    
494
<A NAME="getNDrivers()"><!-- --></A><H3>
495
getNDrivers</H3>
496
<PRE>
497
public static int <B>getNDrivers</B>()</PRE>
498
<DL>
499
<DD>Devuelve el n?mero de drivers soportados
500
<P>
501
<DD><DL>
502

    
503
<DT><B>Returns:</B><DD>N?mero de drivers soportados</DL>
504
</DD>
505
</DL>
506
<HR>
507

    
508
<A NAME="getDriversExtensions()"><!-- --></A><H3>
509
getDriversExtensions</H3>
510
<PRE>
511
public static java.lang.String[] <B>getDriversExtensions</B>()</PRE>
512
<DL>
513
<DD>Devuelve la lista de extensiones de escritura soportadas
514
<P>
515
<DD><DL>
516

    
517
<DT><B>Returns:</B><DD></DL>
518
</DD>
519
</DL>
520
<HR>
521

    
522
<A NAME="getIdent()"><!-- --></A><H3>
523
getIdent</H3>
524
<PRE>
525
public java.lang.String <B>getIdent</B>()</PRE>
526
<DL>
527
<DD>Devuelve el identificador del driver
528
<P>
529
<DD><DL>
530

    
531
<DT><B>Returns:</B><DD>Identificador del driver</DL>
532
</DD>
533
</DL>
534
<HR>
535

    
536
<A NAME="getDriverName()"><!-- --></A><H3>
537
getDriverName</H3>
538
<PRE>
539
public java.lang.String <B>getDriverName</B>()</PRE>
540
<DL>
541
<DD>Obtiene el nombre del driver.
542
<P>
543
<DD><DL>
544

    
545
<DT><B>Returns:</B><DD>Nombre del driver</DL>
546
</DD>
547
</DL>
548
<HR>
549

    
550
<A NAME="setProps(java.lang.String[])"><!-- --></A><H3>
551
setProps</H3>
552
<PRE>
553
public abstract void <B>setProps</B>(java.lang.String[]&nbsp;props)</PRE>
554
<DL>
555
<DD>Asigna propiedades al driver a partir de un vector de
556
 strings donde cada elemento tiene la estructura de 
557
 propiedad=valor.
558
<P>
559
<DD><DL>
560
<DT><B>Parameters:</B><DD><CODE>props</CODE> - Propiedades</DL>
561
</DD>
562
</DL>
563
<HR>
564

    
565
<A NAME="fileWrite()"><!-- --></A><H3>
566
fileWrite</H3>
567
<PRE>
568
public abstract void <B>fileWrite</B>()
569
                        throws java.io.IOException</PRE>
570
<DL>
571
<DD>Realiza la funci?n de compresi?n a partir de un GeoRasterFile.
572
<P>
573
<DD><DL>
574

    
575
<DT><B>Throws:</B>
576
<DD><CODE>java.io.IOException</CODE></DL>
577
</DD>
578
</DL>
579
<HR>
580

    
581
<A NAME="dataWrite()"><!-- --></A><H3>
582
dataWrite</H3>
583
<PRE>
584
public abstract void <B>dataWrite</B>()
585
                        throws java.io.IOException</PRE>
586
<DL>
587
<DD>Realiza la funci?n de compresi?n a partir de los datos pasados por el cliente.
588
<P>
589
<DD><DL>
590

    
591
<DT><B>Throws:</B>
592
<DD><CODE>java.io.IOException</CODE></DL>
593
</DD>
594
</DL>
595
<HR>
596

    
597
<A NAME="writeClose()"><!-- --></A><H3>
598
writeClose</H3>
599
<PRE>
600
public abstract void <B>writeClose</B>()</PRE>
601
<DL>
602
<DD>Cierra el driver
603
<P>
604
<DD><DL>
605
</DL>
606
</DD>
607
</DL>
608
<HR>
609

    
610
<A NAME="getXMLPropertiesDialog()"><!-- --></A><H3>
611
getXMLPropertiesDialog</H3>
612
<PRE>
613
public abstract java.lang.String <B>getXMLPropertiesDialog</B>()</PRE>
614
<DL>
615
<DD>Devuelve la configuraci?n de la ventana de dialogo
616
 para las propiedades del driver de escritura que se est? tratando.
617
<P>
618
<DD><DL>
619

    
620
<DT><B>Returns:</B><DD>Texto XML con las propiedades</DL>
621
</DD>
622
</DL>
623
<!-- ========= END OF CLASS DATA ========= -->
624
<HR>
625

    
626

    
627
<!-- ======= START OF BOTTOM NAVBAR ====== -->
628
<A NAME="navbar_bottom"><!-- --></A>
629
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
630
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
631
<TR>
632
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
633
<A NAME="navbar_bottom_firstrow"><!-- --></A>
634
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
635
  <TR ALIGN="center" VALIGN="top">
636
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
637
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
638
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
639
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
640
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
641
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
642
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
643
  </TR>
644
</TABLE>
645
</TD>
646
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
647
</EM>
648
</TD>
649
</TR>
650

    
651
<TR>
652
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
653
&nbsp;<A HREF="../../../org/cresques/io/GeoRasterFile.html" title="class in org.cresques.io"><B>PREV CLASS</B></A>&nbsp;
654
&nbsp;<A HREF="../../../org/cresques/io/GmlFile.html" title="class in org.cresques.io"><B>NEXT CLASS</B></A></FONT></TD>
655
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
656
  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
657
&nbsp;<A HREF="GeoRasterWriter.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
658
&nbsp;<SCRIPT type="text/javascript">
659
  <!--
660
  if(window==top) {
661
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
662
  }
663
  //-->
664
</SCRIPT>
665
<NOSCRIPT>
666
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
667
</NOSCRIPT>
668

    
669
</FONT></TD>
670
</TR>
671
<TR>
672
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
673
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
674
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
675
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
676
</TR>
677
</TABLE>
678
<A NAME="skip-navbar_bottom"></A>
679
<!-- ======== END OF BOTTOM NAVBAR ======= -->
680

    
681
<HR>
682

    
683
</BODY>
684
</HTML>