Statistics
| Revision:

root / trunk / libraries / libCq CMS for java.old / doc-files / javadocs / org / cresques / io / Rasterizer.html @ 2849

History | View | Annotate | Download (16.9 KB)

1 2849 nacho
<!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 Fri Sep 02 13:43:21 CEST 2005 -->
6
<TITLE>
7
Rasterizer
8
</TITLE>
9
10
<META NAME="keywords" CONTENT="org.cresques.io.Rasterizer 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="Rasterizer";
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/MrSidFile.html" title="class in org.cresques.io"><B>PREV CLASS</B></A>&nbsp;
53
&nbsp;<A HREF="../../../org/cresques/io/ShpFile.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="Rasterizer.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 Rasterizer</H2>
87
<PRE>
88
java.lang.Object
89
  <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>org.cresques.io.Rasterizer</B>
90
</PRE>
91
<DL>
92
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../org/cresques/io/IDataWriter.html" title="interface in org.cresques.io">IDataWriter</A></DD>
93
</DL>
94
<HR>
95
<DL>
96
<DT>public class <B>Rasterizer</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../org/cresques/io/IDataWriter.html" title="interface in org.cresques.io">IDataWriter</A></DL>
97
98
<P>
99
Sirve datos solicitados por los drivers que salvan a raster. Implementa
100
 IDataWriter que obliga al m?todo readData que es el que ser? llamado
101
 desde el driver cada vez que vacie el buffer y necesite m?s datos.
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;int[]</CODE></FONT></TD>
126
<TD><CODE><B><A HREF="../../../org/cresques/io/Rasterizer.html#buffer">buffer</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;int</CODE></FONT></TD>
134
<TD><CODE><B><A HREF="../../../org/cresques/io/Rasterizer.html#contBlocks">contBlocks</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.awt.Dimension</CODE></FONT></TD>
142
<TD><CODE><B><A HREF="../../../org/cresques/io/Rasterizer.html#dimension">dimension</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.awt.Graphics2D</CODE></FONT></TD>
150
<TD><CODE><B><A HREF="../../../org/cresques/io/Rasterizer.html#g">g</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.awt.image.BufferedImage</CODE></FONT></TD>
158
<TD><CODE><B><A HREF="../../../org/cresques/io/Rasterizer.html#image">image</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/Rasterizer.html#lastBlock">lastBlock</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.awt.image.WritableRaster</CODE></FONT></TD>
174
<TD><CODE><B><A HREF="../../../org/cresques/io/Rasterizer.html#raster">raster</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/Rasterizer.html#rasterData">rasterData</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/Rasterizer.html#sizeBlock">sizeBlock</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;double</CODE></FONT></TD>
198
<TD><CODE><B><A HREF="../../../org/cresques/io/Rasterizer.html#wcAlto">wcAlto</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;double</CODE></FONT></TD>
206
<TD><CODE><B><A HREF="../../../org/cresques/io/Rasterizer.html#wcIntervalo">wcIntervalo</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/Rasterizer.html#Rasterizer(int)">Rasterizer</A></B>(int&nbsp;sizeBlock)</CODE>
223
224
<BR>
225
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor para las clases que hereden de esta
226
 y redefinan la funcionalidad que sirve los datos. </TD>
227
</TR>
228
<TR BGCOLOR="white" CLASS="TableRowColor">
229
<TD><CODE><B><A HREF="../../../org/cresques/io/Rasterizer.html#Rasterizer(org.cresques.px.PxLayerList, org.cresques.geo.ViewPortData, int)">Rasterizer</A></B>(<A HREF="../../../org/cresques/px/PxLayerList.html" title="class in org.cresques.px">PxLayerList</A>&nbsp;layerList,
230
           <A HREF="../../../org/cresques/geo/ViewPortData.html" title="class in org.cresques.geo">ViewPortData</A>&nbsp;vp,
231
           int&nbsp;sizeBlock)</CODE>
232
233
<BR>
234
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor</TD>
235
</TR>
236
</TABLE>
237
&nbsp;
238
<!-- ========== METHOD SUMMARY =========== -->
239
240
<A NAME="method_summary"><!-- --></A>
241
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
242
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
243
<TD COLSPAN=2><FONT SIZE="+2">
244
<B>Method Summary</B></FONT></TD>
245
</TR>
246
<TR BGCOLOR="white" CLASS="TableRowColor">
247
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
248
<CODE>&nbsp;int[]</CODE></FONT></TD>
249
<TD><CODE><B><A HREF="../../../org/cresques/io/Rasterizer.html#readData(int, int, int)">readData</A></B>(int&nbsp;sX,
250
         int&nbsp;sY,
251
         int&nbsp;nBand)</CODE>
252
253
<BR>
254
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
255
</TR>
256
</TABLE>
257
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
258
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
259
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
260
<TD><B>Methods inherited from class java.lang.Object</B></TD>
261
</TR>
262
<TR BGCOLOR="white" CLASS="TableRowColor">
263
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
264
</TR>
265
</TABLE>
266
&nbsp;
267
<P>
268
269
<!-- ============ FIELD DETAIL =========== -->
270
271
<A NAME="field_detail"><!-- --></A>
272
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
273
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
274
<TD COLSPAN=1><FONT SIZE="+2">
275
<B>Field Detail</B></FONT></TD>
276
</TR>
277
</TABLE>
278
279
<A NAME="image"><!-- --></A><H3>
280
image</H3>
281
<PRE>
282
protected java.awt.image.BufferedImage <B>image</B></PRE>
283
<DL>
284
<DL>
285
</DL>
286
</DL>
287
<HR>
288
289
<A NAME="sizeBlock"><!-- --></A><H3>
290
sizeBlock</H3>
291
<PRE>
292
protected int <B>sizeBlock</B></PRE>
293
<DL>
294
<DL>
295
</DL>
296
</DL>
297
<HR>
298
299
<A NAME="lastBlock"><!-- --></A><H3>
300
lastBlock</H3>
301
<PRE>
302
protected int <B>lastBlock</B></PRE>
303
<DL>
304
<DL>
305
</DL>
306
</DL>
307
<HR>
308
309
<A NAME="raster"><!-- --></A><H3>
310
raster</H3>
311
<PRE>
312
protected java.awt.image.WritableRaster <B>raster</B></PRE>
313
<DL>
314
<DL>
315
</DL>
316
</DL>
317
<HR>
318
319
<A NAME="contBlocks"><!-- --></A><H3>
320
contBlocks</H3>
321
<PRE>
322
protected int <B>contBlocks</B></PRE>
323
<DL>
324
<DL>
325
</DL>
326
</DL>
327
<HR>
328
329
<A NAME="wcIntervalo"><!-- --></A><H3>
330
wcIntervalo</H3>
331
<PRE>
332
protected double <B>wcIntervalo</B></PRE>
333
<DL>
334
<DL>
335
</DL>
336
</DL>
337
<HR>
338
339
<A NAME="rasterData"><!-- --></A><H3>
340
rasterData</H3>
341
<PRE>
342
protected int[] <B>rasterData</B></PRE>
343
<DL>
344
<DL>
345
</DL>
346
</DL>
347
<HR>
348
349
<A NAME="dimension"><!-- --></A><H3>
350
dimension</H3>
351
<PRE>
352
protected java.awt.Dimension <B>dimension</B></PRE>
353
<DL>
354
<DL>
355
</DL>
356
</DL>
357
<HR>
358
359
<A NAME="buffer"><!-- --></A><H3>
360
buffer</H3>
361
<PRE>
362
protected int[] <B>buffer</B></PRE>
363
<DL>
364
<DL>
365
</DL>
366
</DL>
367
<HR>
368
369
<A NAME="wcAlto"><!-- --></A><H3>
370
wcAlto</H3>
371
<PRE>
372
protected double <B>wcAlto</B></PRE>
373
<DL>
374
<DL>
375
</DL>
376
</DL>
377
<HR>
378
379
<A NAME="g"><!-- --></A><H3>
380
g</H3>
381
<PRE>
382
protected java.awt.Graphics2D <B>g</B></PRE>
383
<DL>
384
<DL>
385
</DL>
386
</DL>
387
388
<!-- ========= CONSTRUCTOR DETAIL ======== -->
389
390
<A NAME="constructor_detail"><!-- --></A>
391
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
392
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
393
<TD COLSPAN=1><FONT SIZE="+2">
394
<B>Constructor Detail</B></FONT></TD>
395
</TR>
396
</TABLE>
397
398
<A NAME="Rasterizer(int)"><!-- --></A><H3>
399
Rasterizer</H3>
400
<PRE>
401
public <B>Rasterizer</B>(int&nbsp;sizeBlock)</PRE>
402
<DL>
403
<DD>Constructor para las clases que hereden de esta
404
 y redefinan la funcionalidad que sirve los datos. Estas
405
 tampoco usaran el viewPort ya que se supone que disponen
406
 de su propia estructura para la seleccion de la vista
407
<P>
408
</DL>
409
<HR>
410
411
<A NAME="Rasterizer(org.cresques.px.PxLayerList, org.cresques.geo.ViewPortData, int)"><!-- --></A><H3>
412
Rasterizer</H3>
413
<PRE>
414
public <B>Rasterizer</B>(<A HREF="../../../org/cresques/px/PxLayerList.html" title="class in org.cresques.px">PxLayerList</A>&nbsp;layerList,
415
                  <A HREF="../../../org/cresques/geo/ViewPortData.html" title="class in org.cresques.geo">ViewPortData</A>&nbsp;vp,
416
                  int&nbsp;sizeBlock)</PRE>
417
<DL>
418
<DD>Constructor
419
<P>
420
<DT><B>Parameters:</B><DD><CODE>layerList</CODE> - <DD><CODE>vp</CODE> - <DD><CODE>sizeBlock</CODE> - </DL>
421
422
<!-- ============ METHOD DETAIL ========== -->
423
424
<A NAME="method_detail"><!-- --></A>
425
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
426
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
427
<TD COLSPAN=1><FONT SIZE="+2">
428
<B>Method Detail</B></FONT></TD>
429
</TR>
430
</TABLE>
431
432
<A NAME="readData(int, int, int)"><!-- --></A><H3>
433
readData</H3>
434
<PRE>
435
public int[] <B>readData</B>(int&nbsp;sX,
436
                      int&nbsp;sY,
437
                      int&nbsp;nBand)</PRE>
438
<DL>
439
<DD><DL>
440
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/cresques/io/IDataWriter.html#readData(int, int, int)">readData</A></CODE> in interface <CODE><A HREF="../../../org/cresques/io/IDataWriter.html" title="interface in org.cresques.io">IDataWriter</A></CODE></DL>
441
</DD>
442
<DD><DL>
443
</DL>
444
</DD>
445
</DL>
446
<!-- ========= END OF CLASS DATA ========= -->
447
<HR>
448
449
450
<!-- ======= START OF BOTTOM NAVBAR ====== -->
451
<A NAME="navbar_bottom"><!-- --></A>
452
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
453
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
454
<TR>
455
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
456
<A NAME="navbar_bottom_firstrow"><!-- --></A>
457
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
458
  <TR ALIGN="center" VALIGN="top">
459
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
460
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
461
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
462
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
463
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
464
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
465
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
466
  </TR>
467
</TABLE>
468
</TD>
469
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
470
</EM>
471
</TD>
472
</TR>
473
474
<TR>
475
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
476
&nbsp;<A HREF="../../../org/cresques/io/MrSidFile.html" title="class in org.cresques.io"><B>PREV CLASS</B></A>&nbsp;
477
&nbsp;<A HREF="../../../org/cresques/io/ShpFile.html" title="class in org.cresques.io"><B>NEXT CLASS</B></A></FONT></TD>
478
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
479
  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
480
&nbsp;<A HREF="Rasterizer.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
481
&nbsp;<SCRIPT type="text/javascript">
482
  <!--
483
  if(window==top) {
484
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
485
  }
486
  //-->
487
</SCRIPT>
488
<NOSCRIPT>
489
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
490
</NOSCRIPT>
491
492
</FONT></TD>
493
</TR>
494
<TR>
495
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
496
  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>
497
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
498
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>
499
</TR>
500
</TABLE>
501
<A NAME="skip-navbar_bottom"></A>
502
<!-- ======== END OF BOTTOM NAVBAR ======= -->
503
504
<HR>
505
506
</BODY>
507
</HTML>