Statistics
| Revision:

root / trunk / docs / Cresques / javadocs / org / cresques / px / PxRaster.html @ 11445

History | View | Annotate | Download (48.2 KB)

1 2256 igbrotru
<!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 2845 nacho
<!-- Generated by javadoc (build 1.4.2_03) on Fri Sep 02 13:43:20 CEST 2005 -->
6 2256 igbrotru
<TITLE>
7
PxRaster
8
</TITLE>
9
10
<META NAME="keywords" CONTENT="org.cresques.px.PxRaster 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="PxRaster";
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/px/PxPoint.html" title="class in org.cresques.px"><B>PREV CLASS</B></A>&nbsp;
53
&nbsp;<A HREF="../../../org/cresques/px/PxRect.html" title="class in org.cresques.px"><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="PxRaster.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.px</FONT>
85
<BR>
86
Class PxRaster</H2>
87
<PRE>
88
java.lang.Object
89
  <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><A HREF="../../../org/cresques/px/PxObj.html" title="class in org.cresques.px">org.cresques.px.PxObj</A>
90
      <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>org.cresques.px.PxRaster</B>
91
</PRE>
92
<DL>
93
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../org/cresques/px/Drawable.html" title="interface in org.cresques.px">Drawable</A>, <A HREF="../../../org/cresques/px/Extent.Has.html" title="interface in org.cresques.px">Extent.Has</A>, <A HREF="../../../org/cresques/geo/Projected.html" title="interface in org.cresques.geo">Projected</A></DD>
94
</DL>
95
<HR>
96
<DL>
97
<DT>public class <B>PxRaster</B><DT>extends <A HREF="../../../org/cresques/px/PxObj.html" title="class in org.cresques.px">PxObj</A><DT>implements <A HREF="../../../org/cresques/geo/Projected.html" title="interface in org.cresques.geo">Projected</A></DL>
98
99
<P>
100
<DL>
101
<DT><B>Author:</B></DT>
102
  <DD>Luis W. Sevilla (sevilla_lui@gva.es), Nacho Brodin (brodin_ign@gva.es)</DD>
103
</DL>
104
<HR>
105
106
<P>
107
<!-- ======== NESTED CLASS SUMMARY ======== -->
108
109
110
<!-- =========== FIELD SUMMARY =========== -->
111
112
<A NAME="field_summary"><!-- --></A>
113
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
114
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
115
<TD COLSPAN=2><FONT SIZE="+2">
116
<B>Field Summary</B></FONT></TD>
117
</TR>
118
<TR BGCOLOR="white" CLASS="TableRowColor">
119
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
120
<CODE>protected &nbsp;int</CODE></FONT></TD>
121
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#bBand">bBand</A></B></CODE>
122
123
<BR>
124
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
125
</TR>
126
<TR BGCOLOR="white" CLASS="TableRowColor">
127
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
128
<CODE>protected &nbsp;java.awt.image.ImageObserver</CODE></FONT></TD>
129
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#component">component</A></B></CODE>
130
131
<BR>
132
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
133
</TR>
134
<TR BGCOLOR="white" CLASS="TableRowColor">
135
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
136
<CODE>protected &nbsp;<A HREF="../../../org/cresques/px/Extent.html" title="class in org.cresques.px">Extent</A></CODE></FONT></TD>
137
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#extentOrig">extentOrig</A></B></CODE>
138
139
<BR>
140
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
141
</TR>
142
<TR BGCOLOR="white" CLASS="TableRowColor">
143
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
144
<CODE>&nbsp;<A HREF="../../../org/cresques/io/raster/RasterFilterStack.html" title="class in org.cresques.io.raster">RasterFilterStack</A></CODE></FONT></TD>
145
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#filterStack">filterStack</A></B></CODE>
146
147
<BR>
148
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
149
</TR>
150
<TR BGCOLOR="white" CLASS="TableRowColor">
151
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
152
<CODE>protected &nbsp;int</CODE></FONT></TD>
153
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#gBand">gBand</A></B></CODE>
154
155
<BR>
156
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
157
</TR>
158
<TR BGCOLOR="white" CLASS="TableRowColor">
159
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
160
<CODE>protected &nbsp;<A HREF="../../../org/cresques/io/GeoRasterFile.html" title="class in org.cresques.io">GeoRasterFile</A>[]</CODE></FONT></TD>
161
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#geoFile">geoFile</A></B></CODE>
162
163
<BR>
164
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
165
</TR>
166
<TR BGCOLOR="white" CLASS="TableRowColor">
167
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
168
<CODE>protected &nbsp;boolean</CODE></FONT></TD>
169
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#pintaMarco">pintaMarco</A></B></CODE>
170
171
<BR>
172
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
173
</TR>
174
<TR BGCOLOR="white" CLASS="TableRowColor">
175
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
176
<CODE>protected &nbsp;int</CODE></FONT></TD>
177
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#rBand">rBand</A></B></CODE>
178
179
<BR>
180
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
181
</TR>
182
<TR BGCOLOR="white" CLASS="TableRowColor">
183
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
184
<CODE>&nbsp;<A HREF="../../../org/cresques/io/raster/RasterStats.html" title="class in org.cresques.io.raster">RasterStats</A></CODE></FONT></TD>
185
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#stats">stats</A></B></CODE>
186
187
<BR>
188
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
189
</TR>
190
</TABLE>
191
&nbsp;<A NAME="fields_inherited_from_class_org.cresques.px.PxObj"><!-- --></A>
192
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
193
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
194
<TD><B>Fields inherited from class org.cresques.px.<A HREF="../../../org/cresques/px/PxObj.html" title="class in org.cresques.px">PxObj</A></B></TD>
195
</TR>
196
<TR BGCOLOR="white" CLASS="TableRowColor">
197
<TD><CODE><A HREF="../../../org/cresques/px/PxObj.html#extent">extent</A>, <A HREF="../../../org/cresques/px/PxObj.html#stroke">stroke</A></CODE></TD>
198
</TR>
199
</TABLE>
200
&nbsp;
201
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
202
203
<A NAME="constructor_summary"><!-- --></A>
204
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
205
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
206
<TD COLSPAN=2><FONT SIZE="+2">
207
<B>Constructor Summary</B></FONT></TD>
208
</TR>
209
<TR BGCOLOR="white" CLASS="TableRowColor">
210
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#PxRaster(org.cresques.io.GeoRasterFile, java.awt.image.ImageObserver, org.cresques.px.Extent)">PxRaster</A></B>(<A HREF="../../../org/cresques/io/GeoRasterFile.html" title="class in org.cresques.io">GeoRasterFile</A>&nbsp;eFile,
211
         java.awt.image.ImageObserver&nbsp;component,
212
         <A HREF="../../../org/cresques/px/Extent.html" title="class in org.cresques.px">Extent</A>&nbsp;view)</CODE>
213
214
<BR>
215
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
216
</TR>
217
<TR BGCOLOR="white" CLASS="TableRowColor">
218
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#PxRaster(java.awt.image.ImageObserver)">PxRaster</A></B>(java.awt.image.ImageObserver&nbsp;component)</CODE>
219
220
<BR>
221
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor.</TD>
222
</TR>
223
<TR BGCOLOR="white" CLASS="TableRowColor">
224
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#PxRaster(org.cresques.cts.IProjection, java.lang.String[], java.awt.image.ImageObserver)">PxRaster</A></B>(<A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A>&nbsp;proj,
225
         java.lang.String[]&nbsp;fnames,
226
         java.awt.image.ImageObserver&nbsp;component)</CODE>
227
228
<BR>
229
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor para multiples ficheros</TD>
230
</TR>
231
<TR BGCOLOR="white" CLASS="TableRowColor">
232
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#PxRaster(org.cresques.cts.IProjection, java.lang.String, java.awt.image.ImageObserver)">PxRaster</A></B>(<A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A>&nbsp;proj,
233
         java.lang.String&nbsp;fname,
234
         java.awt.image.ImageObserver&nbsp;component)</CODE>
235
236
<BR>
237
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contructor para un solo fichero</TD>
238
</TR>
239
</TABLE>
240
&nbsp;
241
<!-- ========== METHOD SUMMARY =========== -->
242
243
<A NAME="method_summary"><!-- --></A>
244
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
245
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
246
<TD COLSPAN=2><FONT SIZE="+2">
247
<B>Method Summary</B></FONT></TD>
248
</TR>
249
<TR BGCOLOR="white" CLASS="TableRowColor">
250
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
251
<CODE>&nbsp;void</CODE></FONT></TD>
252
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#addFile(java.lang.String)">addFile</A></B>(java.lang.String&nbsp;fileName)</CODE>
253
254
<BR>
255
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A?ade un GeoRasterFile al PxRaster</TD>
256
</TR>
257
<TR BGCOLOR="white" CLASS="TableRowColor">
258
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
259
<CODE>protected &nbsp;void</CODE></FONT></TD>
260
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#calculateNewView(org.cresques.px.Extent)">calculateNewView</A></B>(<A HREF="../../../org/cresques/px/Extent.html" title="class in org.cresques.px">Extent</A>&nbsp;sz)</CODE>
261
262
<BR>
263
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Normaliza' la vista en funci?n del extent del raster.</TD>
264
</TR>
265
<TR BGCOLOR="white" CLASS="TableRowColor">
266
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
267
<CODE>&nbsp;void</CODE></FONT></TD>
268
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#delFile(java.lang.String)">delFile</A></B>(java.lang.String&nbsp;fileName)</CODE>
269
270
<BR>
271
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Elimina un GeoRasterFile al PxRaster</TD>
272
</TR>
273
<TR BGCOLOR="white" CLASS="TableRowColor">
274
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
275
<CODE>&nbsp;void</CODE></FONT></TD>
276
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#draw(java.awt.Graphics2D, org.cresques.geo.ViewPortData)">draw</A></B>(java.awt.Graphics2D&nbsp;g,
277
     <A HREF="../../../org/cresques/geo/ViewPortData.html" title="class in org.cresques.geo">ViewPortData</A>&nbsp;vp)</CODE>
278
279
<BR>
280
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dibuja el raster</TD>
281
</TR>
282
<TR BGCOLOR="white" CLASS="TableRowColor">
283
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
284
<CODE>&nbsp;void</CODE></FONT></TD>
285
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#drawMarco(java.awt.Graphics2D, org.cresques.geo.ViewPortData)">drawMarco</A></B>(java.awt.Graphics2D&nbsp;g,
286
          <A HREF="../../../org/cresques/geo/ViewPortData.html" title="class in org.cresques.geo">ViewPortData</A>&nbsp;vp)</CODE>
287
288
<BR>
289
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
290
</TR>
291
<TR BGCOLOR="white" CLASS="TableRowColor">
292
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
293
<CODE>&nbsp;int</CODE></FONT></TD>
294
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getAlpha()">getAlpha</A></B>()</CODE>
295
296
<BR>
297
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene el alpha del primer fichero. </TD>
298
</TR>
299
<TR BGCOLOR="white" CLASS="TableRowColor">
300
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
301
<CODE>&nbsp;int</CODE></FONT></TD>
302
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getBand(int)">getBand</A></B>(int&nbsp;flag)</CODE>
303
304
<BR>
305
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve el colorBand activo en la banda especificada.</TD>
306
</TR>
307
<TR BGCOLOR="white" CLASS="TableRowColor">
308
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
309
<CODE>&nbsp;int</CODE></FONT></TD>
310
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getBandCount()">getBandCount</A></B>()</CODE>
311
312
<BR>
313
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene el n?mero de bandas del PxRaster. </TD>
314
</TR>
315
<TR BGCOLOR="white" CLASS="TableRowColor">
316
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
317
<CODE>&nbsp;int</CODE></FONT></TD>
318
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getBlockSize()">getBlockSize</A></B>()</CODE>
319
320
<BR>
321
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene el tama?o de bloque</TD>
322
</TR>
323
<TR BGCOLOR="white" CLASS="TableRowColor">
324
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
325
<CODE>&nbsp;int</CODE></FONT></TD>
326
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getDataType()">getDataType</A></B>()</CODE>
327
328
<BR>
329
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene el tipo de dato del primer GeoRasterFile</TD>
330
</TR>
331
<TR BGCOLOR="white" CLASS="TableRowColor">
332
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
333
<CODE>&nbsp;int</CODE></FONT></TD>
334
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getFHeight()">getFHeight</A></B>()</CODE>
335
336
<BR>
337
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve la altura total del fichero, en pixeles.</TD>
338
</TR>
339
<TR BGCOLOR="white" CLASS="TableRowColor">
340
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
341
<CODE>&nbsp;int</CODE></FONT></TD>
342
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getFHeight(int)">getFHeight</A></B>(int&nbsp;i)</CODE>
343
344
<BR>
345
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve la altura total del fichero, en pixeles.</TD>
346
</TR>
347
<TR BGCOLOR="white" CLASS="TableRowColor">
348
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
349
<CODE>&nbsp;<A HREF="../../../org/cresques/io/GeoRasterFile.html" title="class in org.cresques.io">GeoRasterFile</A>[]</CODE></FONT></TD>
350
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getFiles()">getFiles</A></B>()</CODE>
351
352
<BR>
353
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene el vector de GeoRasterFile que componen el PxRaster</TD>
354
</TR>
355
<TR BGCOLOR="white" CLASS="TableRowColor">
356
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
357
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
358
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getFName()">getFName</A></B>()</CODE>
359
360
<BR>
361
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene el nombre del fichero si solo hay uno</TD>
362
</TR>
363
<TR BGCOLOR="white" CLASS="TableRowColor">
364
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
365
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
366
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getFName(int)">getFName</A></B>(int&nbsp;i)</CODE>
367
368
<BR>
369
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene el nombre del fichero GeoRasterFile seleccionado</TD>
370
</TR>
371
<TR BGCOLOR="white" CLASS="TableRowColor">
372
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
373
<CODE>&nbsp;int</CODE></FONT></TD>
374
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getFWidth()">getFWidth</A></B>()</CODE>
375
376
<BR>
377
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve la anchura total del fichero, en pixeles.</TD>
378
</TR>
379
<TR BGCOLOR="white" CLASS="TableRowColor">
380
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
381
<CODE>&nbsp;int</CODE></FONT></TD>
382
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getFWidth(int)">getFWidth</A></B>(int&nbsp;i)</CODE>
383
384
<BR>
385
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve la anchura total del fichero, en pixeles.</TD>
386
</TR>
387
<TR BGCOLOR="white" CLASS="TableRowColor">
388
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
389
<CODE>&nbsp;<A HREF="../../../org/cresques/io/GeoRasterFile.html" title="class in org.cresques.io">GeoRasterFile</A></CODE></FONT></TD>
390
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getGeoFile()">getGeoFile</A></B>()</CODE>
391
392
<BR>
393
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
394
</TR>
395
<TR BGCOLOR="white" CLASS="TableRowColor">
396
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
397
<CODE>&nbsp;<A HREF="../../../org/cresques/io/GeoRasterFile.html" title="class in org.cresques.io">GeoRasterFile</A>[]</CODE></FONT></TD>
398
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getGeoFiles()">getGeoFiles</A></B>()</CODE>
399
400
<BR>
401
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
402
</TR>
403
<TR BGCOLOR="white" CLASS="TableRowColor">
404
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
405
<CODE>&nbsp;java.lang.String[]</CODE></FONT></TD>
406
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getLisName()">getLisName</A></B>()</CODE>
407
408
<BR>
409
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene una lista de Strings con los nombres de todos los ficheros
410
 que tiene el PxRaster</TD>
411
</TR>
412
<TR BGCOLOR="white" CLASS="TableRowColor">
413
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
414 2733 nacho
<CODE>&nbsp;int[]</CODE></FONT></TD>
415
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getPixel(double, double)">getPixel</A></B>(double&nbsp;wcx,
416
         double&nbsp;wcy)</CODE>
417
418
<BR>
419
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene el valor del pixel del Image en la posici?n wcx,wcy</TD>
420
</TR>
421
<TR BGCOLOR="white" CLASS="TableRowColor">
422
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
423 2256 igbrotru
<CODE>&nbsp;int</CODE></FONT></TD>
424
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getPosFile(int)">getPosFile</A></B>(int&nbsp;flag)</CODE>
425
426
<BR>
427
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene la posici?n del fichero asignado a la banda
428
 que se le pasa por par?metro</TD>
429
</TR>
430
<TR BGCOLOR="white" CLASS="TableRowColor">
431
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
432
<CODE>&nbsp;<A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A></CODE></FONT></TD>
433
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getProjection()">getProjection</A></B>()</CODE>
434
435
<BR>
436
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
437
</TR>
438
<TR BGCOLOR="white" CLASS="TableRowColor">
439
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
440
<CODE>&nbsp;double[]</CODE></FONT></TD>
441
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getScale(int, int)">getScale</A></B>(int&nbsp;width,
442
         int&nbsp;height)</CODE>
443
444
<BR>
445
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene la escala.</TD>
446
</TR>
447
<TR BGCOLOR="white" CLASS="TableRowColor">
448
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
449
<CODE>&nbsp;<A HREF="../../../org/cresques/io/raster/RasterFilterStackManager.html" title="class in org.cresques.io.raster">RasterFilterStackManager</A></CODE></FONT></TD>
450
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#getStackManager()">getStackManager</A></B>()</CODE>
451
452
<BR>
453
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene el Stack Manager</TD>
454
</TR>
455
<TR BGCOLOR="white" CLASS="TableRowColor">
456
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
457
<CODE>&nbsp;int</CODE></FONT></TD>
458
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#nFiles()">nFiles</A></B>()</CODE>
459
460
<BR>
461
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve el n?mero de ficheros que componen el PxRaster</TD>
462
</TR>
463
<TR BGCOLOR="white" CLASS="TableRowColor">
464
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
465
<CODE>&nbsp;java.awt.Image</CODE></FONT></TD>
466
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#renderizeRaster(java.awt.Image)">renderizeRaster</A></B>(java.awt.Image&nbsp;image)</CODE>
467
468
<BR>
469 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Aplica la pila de filtros sobre el Image pasado como par?metro y lo devuelve.
470 2256 igbrotru
 </TD>
471
</TR>
472
<TR BGCOLOR="white" CLASS="TableRowColor">
473
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
474
<CODE>&nbsp;java.awt.Image</CODE></FONT></TD>
475
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#renderizeRaster(org.cresques.io.raster.RasterBuf)">renderizeRaster</A></B>(<A HREF="../../../org/cresques/io/raster/RasterBuf.html" title="class in org.cresques.io.raster">RasterBuf</A>&nbsp;raster)</CODE>
476
477
<BR>
478
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Aplica la pila de fitros sobre el RasterBuf pasado como par?metro
479
 y lo devuelve en Image</TD>
480
</TR>
481
<TR BGCOLOR="white" CLASS="TableRowColor">
482
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
483
<CODE>&nbsp;void</CODE></FONT></TD>
484
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#reProject(org.cresques.cts.ICoordTrans)">reProject</A></B>(<A HREF="../../../org/cresques/cts/ICoordTrans.html" title="interface in org.cresques.cts">ICoordTrans</A>&nbsp;rp)</CODE>
485
486
<BR>
487
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
488
</TR>
489
<TR BGCOLOR="white" CLASS="TableRowColor">
490
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
491
<CODE>&nbsp;void</CODE></FONT></TD>
492
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#setBand(int, int)">setBand</A></B>(int&nbsp;flag,
493
        int&nbsp;nBand)</CODE>
494
495
<BR>
496
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Asocia un colorBand al rojo, verde o azul.</TD>
497
</TR>
498
<TR BGCOLOR="white" CLASS="TableRowColor">
499
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
500
<CODE>&nbsp;void</CODE></FONT></TD>
501
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#setDrawBorder(boolean)">setDrawBorder</A></B>(boolean&nbsp;pm)</CODE>
502
503
<BR>
504
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
505
</TR>
506
<TR BGCOLOR="white" CLASS="TableRowColor">
507
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
508
<CODE>&nbsp;void</CODE></FONT></TD>
509
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#setExtent(org.cresques.px.Extent)">setExtent</A></B>(<A HREF="../../../org/cresques/px/Extent.html" title="class in org.cresques.px">Extent</A>&nbsp;e)</CODE>
510
511
<BR>
512
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Asigna el extent</TD>
513
</TR>
514
<TR BGCOLOR="white" CLASS="TableRowColor">
515
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
516
<CODE>&nbsp;void</CODE></FONT></TD>
517
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#setProjection(org.cresques.cts.IProjection)">setProjection</A></B>(<A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A>&nbsp;p)</CODE>
518
519
<BR>
520
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
521
</TR>
522
<TR BGCOLOR="white" CLASS="TableRowColor">
523
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
524
<CODE>&nbsp;void</CODE></FONT></TD>
525
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#setStackManager(org.cresques.io.raster.RasterFilterStackManager)">setStackManager</A></B>(<A HREF="../../../org/cresques/io/raster/RasterFilterStackManager.html" title="class in org.cresques.io.raster">RasterFilterStackManager</A>&nbsp;sm)</CODE>
526
527
<BR>
528
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Asigna el Stack Manager</TD>
529
</TR>
530
<TR BGCOLOR="white" CLASS="TableRowColor">
531
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
532
<CODE>&nbsp;void</CODE></FONT></TD>
533
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#setTransparency(boolean)">setTransparency</A></B>(boolean&nbsp;t)</CODE>
534
535
<BR>
536
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Activa o desactiva la transparencia de los ficheros que forman el PxRaster</TD>
537
</TR>
538
<TR BGCOLOR="white" CLASS="TableRowColor">
539
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
540
<CODE>&nbsp;void</CODE></FONT></TD>
541
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#setTransparency(int)">setTransparency</A></B>(int&nbsp;t)</CODE>
542
543
<BR>
544
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pone la transparencia de los ficheros de la imagen a un valor</TD>
545
</TR>
546
<TR BGCOLOR="white" CLASS="TableRowColor">
547
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
548
<CODE>&nbsp;void</CODE></FONT></TD>
549
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#setView(org.cresques.px.Extent, java.lang.String)">setView</A></B>(<A HREF="../../../org/cresques/px/Extent.html" title="class in org.cresques.px">Extent</A>&nbsp;v,
550
        java.lang.String&nbsp;vName)</CODE>
551
552
<BR>
553
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cambia la vista (viewport) sobre el raster.</TD>
554
</TR>
555
<TR BGCOLOR="white" CLASS="TableRowColor">
556
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
557
<CODE>&nbsp;<A HREF="../../../org/cresques/px/Extent.html" title="class in org.cresques.px">Extent</A></CODE></FONT></TD>
558
<TD><CODE><B><A HREF="../../../org/cresques/px/PxRaster.html#testExtentFile(java.lang.String)">testExtentFile</A></B>(java.lang.String&nbsp;fileName)</CODE>
559
560
<BR>
561 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve el Extent de un fichero son necesidad de a?adirlo
562 2256 igbrotru
 al PxRaster</TD>
563
</TR>
564
</TABLE>
565
&nbsp;<A NAME="methods_inherited_from_class_org.cresques.px.PxObj"><!-- --></A>
566
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
567
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
568
<TD><B>Methods inherited from class org.cresques.px.<A HREF="../../../org/cresques/px/PxObj.html" title="class in org.cresques.px">PxObj</A></B></TD>
569
</TR>
570
<TR BGCOLOR="white" CLASS="TableRowColor">
571
<TD><CODE><A HREF="../../../org/cresques/px/PxObj.html#getExtent()">getExtent</A></CODE></TD>
572
</TR>
573
</TABLE>
574
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
575
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
576
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
577
<TD><B>Methods inherited from class java.lang.Object</B></TD>
578
</TR>
579
<TR BGCOLOR="white" CLASS="TableRowColor">
580
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
581
</TR>
582
</TABLE>
583
&nbsp;
584
<P>
585
586
<!-- ============ FIELD DETAIL =========== -->
587
588
<A NAME="field_detail"><!-- --></A>
589
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
590
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
591
<TD COLSPAN=1><FONT SIZE="+2">
592
<B>Field Detail</B></FONT></TD>
593
</TR>
594
</TABLE>
595
596
<A NAME="geoFile"><!-- --></A><H3>
597
geoFile</H3>
598
<PRE>
599
protected <A HREF="../../../org/cresques/io/GeoRasterFile.html" title="class in org.cresques.io">GeoRasterFile</A>[] <B>geoFile</B></PRE>
600
<DL>
601
<DL>
602
</DL>
603
</DL>
604
<HR>
605
606
<A NAME="component"><!-- --></A><H3>
607
component</H3>
608
<PRE>
609
protected java.awt.image.ImageObserver <B>component</B></PRE>
610
<DL>
611
<DL>
612
</DL>
613
</DL>
614
<HR>
615
616
<A NAME="rBand"><!-- --></A><H3>
617
rBand</H3>
618
<PRE>
619
protected int <B>rBand</B></PRE>
620
<DL>
621
<DL>
622
</DL>
623
</DL>
624
<HR>
625
626
<A NAME="gBand"><!-- --></A><H3>
627
gBand</H3>
628
<PRE>
629
protected int <B>gBand</B></PRE>
630
<DL>
631
<DL>
632
</DL>
633
</DL>
634
<HR>
635
636
<A NAME="bBand"><!-- --></A><H3>
637
bBand</H3>
638
<PRE>
639
protected int <B>bBand</B></PRE>
640
<DL>
641
<DL>
642
</DL>
643
</DL>
644
<HR>
645
646
<A NAME="stats"><!-- --></A><H3>
647
stats</H3>
648
<PRE>
649
public <A HREF="../../../org/cresques/io/raster/RasterStats.html" title="class in org.cresques.io.raster">RasterStats</A> <B>stats</B></PRE>
650
<DL>
651
<DL>
652
</DL>
653
</DL>
654
<HR>
655
656
<A NAME="pintaMarco"><!-- --></A><H3>
657
pintaMarco</H3>
658
<PRE>
659
protected boolean <B>pintaMarco</B></PRE>
660
<DL>
661
<DL>
662
</DL>
663
</DL>
664
<HR>
665
666
<A NAME="extentOrig"><!-- --></A><H3>
667
extentOrig</H3>
668
<PRE>
669
protected <A HREF="../../../org/cresques/px/Extent.html" title="class in org.cresques.px">Extent</A> <B>extentOrig</B></PRE>
670
<DL>
671
<DL>
672
</DL>
673
</DL>
674
<HR>
675
676
<A NAME="filterStack"><!-- --></A><H3>
677
filterStack</H3>
678
<PRE>
679
public <A HREF="../../../org/cresques/io/raster/RasterFilterStack.html" title="class in org.cresques.io.raster">RasterFilterStack</A> <B>filterStack</B></PRE>
680
<DL>
681
<DL>
682
</DL>
683
</DL>
684
685
<!-- ========= CONSTRUCTOR DETAIL ======== -->
686
687
<A NAME="constructor_detail"><!-- --></A>
688
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
689
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
690
<TD COLSPAN=1><FONT SIZE="+2">
691
<B>Constructor Detail</B></FONT></TD>
692
</TR>
693
</TABLE>
694
695
<A NAME="PxRaster(java.awt.image.ImageObserver)"><!-- --></A><H3>
696
PxRaster</H3>
697
<PRE>
698
public <B>PxRaster</B>(java.awt.image.ImageObserver&nbsp;component)</PRE>
699
<DL>
700
<DD>Constructor.
701
<P>
702
<DT><B>Parameters:</B><DD><CODE>component</CODE> - </DL>
703
<HR>
704
705
<A NAME="PxRaster(org.cresques.cts.IProjection, java.lang.String, java.awt.image.ImageObserver)"><!-- --></A><H3>
706
PxRaster</H3>
707
<PRE>
708
public <B>PxRaster</B>(<A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A>&nbsp;proj,
709
                java.lang.String&nbsp;fname,
710
                java.awt.image.ImageObserver&nbsp;component)</PRE>
711
<DL>
712
<DD>Contructor para un solo fichero
713
<P>
714
<DT><B>Parameters:</B><DD><CODE>proj</CODE> - Proyeccci?n<DD><CODE>fname</CODE> - Nombre del fichero<DD><CODE>component</CODE> - </DL>
715
<HR>
716
717
<A NAME="PxRaster(org.cresques.cts.IProjection, java.lang.String[], java.awt.image.ImageObserver)"><!-- --></A><H3>
718
PxRaster</H3>
719
<PRE>
720
public <B>PxRaster</B>(<A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A>&nbsp;proj,
721
                java.lang.String[]&nbsp;fnames,
722
                java.awt.image.ImageObserver&nbsp;component)</PRE>
723
<DL>
724
<DD>Constructor para multiples ficheros
725
<P>
726
</DL>
727
<HR>
728
729
<A NAME="PxRaster(org.cresques.io.GeoRasterFile, java.awt.image.ImageObserver, org.cresques.px.Extent)"><!-- --></A><H3>
730
PxRaster</H3>
731
<PRE>
732
public <B>PxRaster</B>(<A HREF="../../../org/cresques/io/GeoRasterFile.html" title="class in org.cresques.io">GeoRasterFile</A>&nbsp;eFile,
733
                java.awt.image.ImageObserver&nbsp;component,
734
                <A HREF="../../../org/cresques/px/Extent.html" title="class in org.cresques.px">Extent</A>&nbsp;view)</PRE>
735
<DL>
736
</DL>
737
738
<!-- ============ METHOD DETAIL ========== -->
739
740
<A NAME="method_detail"><!-- --></A>
741
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
742
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
743
<TD COLSPAN=1><FONT SIZE="+2">
744
<B>Method Detail</B></FONT></TD>
745
</TR>
746
</TABLE>
747
748
<A NAME="addFile(java.lang.String)"><!-- --></A><H3>
749
addFile</H3>
750
<PRE>
751
public void <B>addFile</B>(java.lang.String&nbsp;fileName)</PRE>
752
<DL>
753
<DD>A?ade un GeoRasterFile al PxRaster
754
<P>
755
<DD><DL>
756
</DL>
757
</DD>
758
<DD><DL>
759
<DT><B>Parameters:</B><DD><CODE>fileName</CODE> - Nombre del fichero</DL>
760
</DD>
761
</DL>
762
<HR>
763
764
<A NAME="testExtentFile(java.lang.String)"><!-- --></A><H3>
765
testExtentFile</H3>
766
<PRE>
767
public <A HREF="../../../org/cresques/px/Extent.html" title="class in org.cresques.px">Extent</A> <B>testExtentFile</B>(java.lang.String&nbsp;fileName)</PRE>
768
<DL>
769 2733 nacho
<DD>Devuelve el Extent de un fichero son necesidad de a?adirlo
770 2256 igbrotru
 al PxRaster
771
<P>
772
<DD><DL>
773
</DL>
774
</DD>
775
<DD><DL>
776
<DT><B>Parameters:</B><DD><CODE>fileName</CODE> -
777
<DT><B>Returns:</B><DD></DL>
778
</DD>
779
</DL>
780
<HR>
781
782 2733 nacho
<A NAME="getPixel(double, double)"><!-- --></A><H3>
783
getPixel</H3>
784
<PRE>
785
public int[] <B>getPixel</B>(double&nbsp;wcx,
786
                      double&nbsp;wcy)</PRE>
787
<DL>
788
<DD>Obtiene el valor del pixel del Image en la posici?n wcx,wcy
789
<P>
790
<DD><DL>
791
</DL>
792
</DD>
793
<DD><DL>
794
<DT><B>Parameters:</B><DD><CODE>wcx</CODE> - Posici?n x
795
<DT><B>Returns:</B><DD>valor de pixel</DL>
796
</DD>
797
</DL>
798
<HR>
799
800 2256 igbrotru
<A NAME="delFile(java.lang.String)"><!-- --></A><H3>
801
delFile</H3>
802
<PRE>
803
public void <B>delFile</B>(java.lang.String&nbsp;fileName)</PRE>
804
<DL>
805
<DD>Elimina un GeoRasterFile al PxRaster
806
<P>
807
<DD><DL>
808
</DL>
809
</DD>
810
<DD><DL>
811
</DL>
812
</DD>
813
</DL>
814
<HR>
815
816
<A NAME="getBlockSize()"><!-- --></A><H3>
817
getBlockSize</H3>
818
<PRE>
819
public int <B>getBlockSize</B>()</PRE>
820
<DL>
821
<DD>Obtiene el tama?o de bloque
822
<P>
823
<DD><DL>
824
</DL>
825
</DD>
826
<DD><DL>
827
828
<DT><B>Returns:</B><DD></DL>
829
</DD>
830
</DL>
831
<HR>
832
833
<A NAME="getGeoFiles()"><!-- --></A><H3>
834
getGeoFiles</H3>
835
<PRE>
836
public <A HREF="../../../org/cresques/io/GeoRasterFile.html" title="class in org.cresques.io">GeoRasterFile</A>[] <B>getGeoFiles</B>()</PRE>
837
<DL>
838
<DD><DL>
839
</DL>
840
</DD>
841
<DD><DL>
842
843
<DT><B>Returns:</B><DD></DL>
844
</DD>
845
</DL>
846
<HR>
847
848
<A NAME="getGeoFile()"><!-- --></A><H3>
849
getGeoFile</H3>
850
<PRE>
851
public <A HREF="../../../org/cresques/io/GeoRasterFile.html" title="class in org.cresques.io">GeoRasterFile</A> <B>getGeoFile</B>()</PRE>
852
<DL>
853
<DD><DL>
854
</DL>
855
</DD>
856
<DD><DL>
857
</DL>
858
</DD>
859
</DL>
860
<HR>
861
862
<A NAME="getBandCount()"><!-- --></A><H3>
863
getBandCount</H3>
864
<PRE>
865
public int <B>getBandCount</B>()</PRE>
866
<DL>
867
<DD>Obtiene el n?mero de bandas del PxRaster. Si ls longitud de geoFile es 1 quiere
868
 decir que hay un solo fichero que contiene todas las bandas. Si hay m?s de un geoFile
869
 el n?mero de bandas ser? la suma de todas las bandas de las im?genes que forman
870
 el geoFile
871
<P>
872
<DD><DL>
873
</DL>
874
</DD>
875
<DD><DL>
876
877
<DT><B>Returns:</B><DD>N?mero de bandas</DL>
878
</DD>
879
</DL>
880
<HR>
881
882
<A NAME="getDataType()"><!-- --></A><H3>
883
getDataType</H3>
884
<PRE>
885
public int <B>getDataType</B>()</PRE>
886
<DL>
887
<DD>Obtiene el tipo de dato del primer GeoRasterFile
888
<P>
889
<DD><DL>
890
</DL>
891
</DD>
892
<DD><DL>
893
894
<DT><B>Returns:</B><DD></DL>
895
</DD>
896
</DL>
897
<HR>
898
899
<A NAME="getFiles()"><!-- --></A><H3>
900
getFiles</H3>
901
<PRE>
902
public <A HREF="../../../org/cresques/io/GeoRasterFile.html" title="class in org.cresques.io">GeoRasterFile</A>[] <B>getFiles</B>()</PRE>
903
<DL>
904
<DD>Obtiene el vector de GeoRasterFile que componen el PxRaster
905
<P>
906
<DD><DL>
907
</DL>
908
</DD>
909
<DD><DL>
910
911
<DT><B>Returns:</B><DD>vector GeoRasterFile</DL>
912
</DD>
913
</DL>
914
<HR>
915
916
<A NAME="setBand(int, int)"><!-- --></A><H3>
917
setBand</H3>
918
<PRE>
919
public void <B>setBand</B>(int&nbsp;flag,
920
                    int&nbsp;nBand)</PRE>
921
<DL>
922
<DD>Asocia un colorBand al rojo, verde o azul.
923
<P>
924
<DD><DL>
925
</DL>
926
</DD>
927
<DD><DL>
928
<DT><B>Parameters:</B><DD><CODE>flag</CODE> - cual (o cuales) de las bandas.<DD><CODE>nBand</CODE> - que colorBand</DL>
929
</DD>
930
</DL>
931
<HR>
932
933
<A NAME="getPosFile(int)"><!-- --></A><H3>
934
getPosFile</H3>
935
<PRE>
936
public int <B>getPosFile</B>(int&nbsp;flag)</PRE>
937
<DL>
938
<DD>Obtiene la posici?n del fichero asignado a la banda
939
 que se le pasa por par?metro
940
<P>
941
<DD><DL>
942
</DL>
943
</DD>
944
<DD><DL>
945
946
<DT><B>Returns:</B><DD></DL>
947
</DD>
948
</DL>
949
<HR>
950
951
<A NAME="getBand(int)"><!-- --></A><H3>
952
getBand</H3>
953
<PRE>
954
public int <B>getBand</B>(int&nbsp;flag)</PRE>
955
<DL>
956
<DD>Devuelve el colorBand activo en la banda especificada.
957
<P>
958
<DD><DL>
959
</DL>
960
</DD>
961
<DD><DL>
962
<DT><B>Parameters:</B><DD><CODE>flag</CODE> - banda.</DL>
963
</DD>
964
</DL>
965
<HR>
966
967
<A NAME="setDrawBorder(boolean)"><!-- --></A><H3>
968
setDrawBorder</H3>
969
<PRE>
970
public void <B>setDrawBorder</B>(boolean&nbsp;pm)</PRE>
971
<DL>
972
<DD><DL>
973
</DL>
974
</DD>
975
<DD><DL>
976
<DT><B>Parameters:</B><DD><CODE>pm</CODE> - </DL>
977
</DD>
978
</DL>
979
<HR>
980
981
<A NAME="getFName()"><!-- --></A><H3>
982
getFName</H3>
983
<PRE>
984
public java.lang.String <B>getFName</B>()</PRE>
985
<DL>
986
<DD>Obtiene el nombre del fichero si solo hay uno
987
<P>
988
<DD><DL>
989
</DL>
990
</DD>
991
<DD><DL>
992
993
<DT><B>Returns:</B><DD>Nombre del fichero</DL>
994
</DD>
995
</DL>
996
<HR>
997
998
<A NAME="getFName(int)"><!-- --></A><H3>
999
getFName</H3>
1000
<PRE>
1001
public java.lang.String <B>getFName</B>(int&nbsp;i)</PRE>
1002
<DL>
1003
<DD>Obtiene el nombre del fichero GeoRasterFile seleccionado
1004
<P>
1005
<DD><DL>
1006
</DL>
1007
</DD>
1008
<DD><DL>
1009
<DT><B>Parameters:</B><DD><CODE>i</CODE> - posici?n del GeoRasterFile
1010
<DT><B>Returns:</B><DD>Nombre del fichero</DL>
1011
</DD>
1012
</DL>
1013
<HR>
1014
1015
<A NAME="getLisName()"><!-- --></A><H3>
1016
getLisName</H3>
1017
<PRE>
1018
public java.lang.String[] <B>getLisName</B>()</PRE>
1019
<DL>
1020
<DD>Obtiene una lista de Strings con los nombres de todos los ficheros
1021
 que tiene el PxRaster
1022
<P>
1023
<DD><DL>
1024
</DL>
1025
</DD>
1026
<DD><DL>
1027
1028
<DT><B>Returns:</B><DD>Lista de nombres</DL>
1029
</DD>
1030
</DL>
1031
<HR>
1032
1033
<A NAME="getFWidth()"><!-- --></A><H3>
1034
getFWidth</H3>
1035
<PRE>
1036
public int <B>getFWidth</B>()</PRE>
1037
<DL>
1038
<DD>Devuelve la anchura total del fichero, en pixeles.
1039
<P>
1040
<DD><DL>
1041
</DL>
1042
</DD>
1043
<DD><DL>
1044
1045
<DT><B>Returns:</B><DD>ancho en pixeles</DL>
1046
</DD>
1047
</DL>
1048
<HR>
1049
1050
<A NAME="getFWidth(int)"><!-- --></A><H3>
1051
getFWidth</H3>
1052
<PRE>
1053
public int <B>getFWidth</B>(int&nbsp;i)</PRE>
1054
<DL>
1055
<DD>Devuelve la anchura total del fichero, en pixeles.
1056
<P>
1057
<DD><DL>
1058
</DL>
1059
</DD>
1060
<DD><DL>
1061
1062
<DT><B>Returns:</B><DD>ancho en pixeles</DL>
1063
</DD>
1064
</DL>
1065
<HR>
1066
1067
<A NAME="getFHeight()"><!-- --></A><H3>
1068
getFHeight</H3>
1069
<PRE>
1070
public int <B>getFHeight</B>()</PRE>
1071
<DL>
1072
<DD>Devuelve la altura total del fichero, en pixeles.
1073
<P>
1074
<DD><DL>
1075
</DL>
1076
</DD>
1077
<DD><DL>
1078
1079
<DT><B>Returns:</B><DD>alto en pixeles</DL>
1080
</DD>
1081
</DL>
1082
<HR>
1083
1084
<A NAME="getFHeight(int)"><!-- --></A><H3>
1085
getFHeight</H3>
1086
<PRE>
1087
public int <B>getFHeight</B>(int&nbsp;i)</PRE>
1088
<DL>
1089
<DD>Devuelve la altura total del fichero, en pixeles.
1090
<P>
1091
<DD><DL>
1092
</DL>
1093
</DD>
1094
<DD><DL>
1095
1096
<DT><B>Returns:</B><DD>alto en pixeles</DL>
1097
</DD>
1098
</DL>
1099
<HR>
1100
1101
<A NAME="nFiles()"><!-- --></A><H3>
1102
nFiles</H3>
1103
<PRE>
1104
public int <B>nFiles</B>()</PRE>
1105
<DL>
1106
<DD>Devuelve el n?mero de ficheros que componen el PxRaster
1107
<P>
1108
<DD><DL>
1109
</DL>
1110
</DD>
1111
<DD><DL>
1112
1113
<DT><B>Returns:</B><DD>N?mero de ficheros</DL>
1114
</DD>
1115
</DL>
1116
<HR>
1117
1118
<A NAME="setTransparency(boolean)"><!-- --></A><H3>
1119
setTransparency</H3>
1120
<PRE>
1121
public void <B>setTransparency</B>(boolean&nbsp;t)</PRE>
1122
<DL>
1123
<DD>Activa o desactiva la transparencia de los ficheros que forman el PxRaster
1124
<P>
1125
<DD><DL>
1126
</DL>
1127
</DD>
1128
<DD><DL>
1129
<DT><B>Parameters:</B><DD><CODE>t</CODE> - true o false para activar o desactivar transparencia</DL>
1130
</DD>
1131
</DL>
1132
<HR>
1133
1134
<A NAME="setTransparency(int)"><!-- --></A><H3>
1135
setTransparency</H3>
1136
<PRE>
1137
public void <B>setTransparency</B>(int&nbsp;t)</PRE>
1138
<DL>
1139
<DD>Pone la transparencia de los ficheros de la imagen a un valor
1140
<P>
1141
<DD><DL>
1142
</DL>
1143
</DD>
1144
<DD><DL>
1145
<DT><B>Parameters:</B><DD><CODE>t</CODE> - Valor para la transparencia</DL>
1146
</DD>
1147
</DL>
1148
<HR>
1149
1150
<A NAME="getAlpha()"><!-- --></A><H3>
1151
getAlpha</H3>
1152
<PRE>
1153
public int <B>getAlpha</B>()</PRE>
1154
<DL>
1155
<DD>Obtiene el alpha del primer fichero. Han de ser iguales en todos
1156
 los ficheros de la imagen.
1157
<P>
1158
<DD><DL>
1159
</DL>
1160
</DD>
1161
<DD><DL>
1162
1163
<DT><B>Returns:</B><DD>alpha</DL>
1164
</DD>
1165
</DL>
1166
<HR>
1167
1168
<A NAME="setExtent(org.cresques.px.Extent)"><!-- --></A><H3>
1169
setExtent</H3>
1170
<PRE>
1171
public void <B>setExtent</B>(<A HREF="../../../org/cresques/px/Extent.html" title="class in org.cresques.px">Extent</A>&nbsp;e)</PRE>
1172
<DL>
1173
<DD>Asigna el extent
1174
<P>
1175
<DD><DL>
1176
</DL>
1177
</DD>
1178
<DD><DL>
1179
<DT><B>Parameters:</B><DD><CODE>e</CODE> - extent</DL>
1180
</DD>
1181
</DL>
1182
<HR>
1183
1184
<A NAME="setView(org.cresques.px.Extent, java.lang.String)"><!-- --></A><H3>
1185
setView</H3>
1186
<PRE>
1187
public void <B>setView</B>(<A HREF="../../../org/cresques/px/Extent.html" title="class in org.cresques.px">Extent</A>&nbsp;v,
1188
                    java.lang.String&nbsp;vName)</PRE>
1189
<DL>
1190
<DD>Cambia la vista (viewport) sobre el raster.
1191
<P>
1192
<DD><DL>
1193
</DL>
1194
</DD>
1195
<DD><DL>
1196
<DT><B>Parameters:</B><DD><CODE>v</CODE> - extent<DD><CODE>vName</CODE> - nombre</DL>
1197
</DD>
1198
</DL>
1199
<HR>
1200
1201
<A NAME="getScale(int, int)"><!-- --></A><H3>
1202
getScale</H3>
1203
<PRE>
1204
public double[] <B>getScale</B>(int&nbsp;width,
1205
                         int&nbsp;height)</PRE>
1206
<DL>
1207
<DD>Obtiene la escala.
1208
<P>
1209
<DD><DL>
1210
</DL>
1211
</DD>
1212
<DD><DL>
1213
<DT><B>Parameters:</B><DD><CODE>width</CODE> - <DD><CODE>height</CODE> -
1214
<DT><B>Returns:</B><DD></DL>
1215
</DD>
1216
</DL>
1217
<HR>
1218
1219
<A NAME="calculateNewView(org.cresques.px.Extent)"><!-- --></A><H3>
1220
calculateNewView</H3>
1221
<PRE>
1222
protected void <B>calculateNewView</B>(<A HREF="../../../org/cresques/px/Extent.html" title="class in org.cresques.px">Extent</A>&nbsp;sz)</PRE>
1223
<DL>
1224
<DD>'Normaliza' la vista en funci?n del extent del raster.
1225
<P>
1226
<DD><DL>
1227
</DL>
1228
</DD>
1229
<DD><DL>
1230
<DT><B>Parameters:</B><DD><CODE>sz</CODE> - </DL>
1231
</DD>
1232
</DL>
1233
<HR>
1234
1235
<A NAME="draw(java.awt.Graphics2D, org.cresques.geo.ViewPortData)"><!-- --></A><H3>
1236
draw</H3>
1237
<PRE>
1238
public void <B>draw</B>(java.awt.Graphics2D&nbsp;g,
1239
                 <A HREF="../../../org/cresques/geo/ViewPortData.html" title="class in org.cresques.geo">ViewPortData</A>&nbsp;vp)</PRE>
1240
<DL>
1241
<DD>Dibuja el raster
1242
<P>
1243
<DD><DL>
1244
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/cresques/px/Drawable.html#draw(java.awt.Graphics2D, org.cresques.geo.ViewPortData)">draw</A></CODE> in interface <CODE><A HREF="../../../org/cresques/px/Drawable.html" title="interface in org.cresques.px">Drawable</A></CODE></DL>
1245
</DD>
1246
<DD><DL>
1247
</DL>
1248
</DD>
1249
</DL>
1250
<HR>
1251
1252
<A NAME="renderizeRaster(org.cresques.io.raster.RasterBuf)"><!-- --></A><H3>
1253
renderizeRaster</H3>
1254
<PRE>
1255
public java.awt.Image <B>renderizeRaster</B>(<A HREF="../../../org/cresques/io/raster/RasterBuf.html" title="class in org.cresques.io.raster">RasterBuf</A>&nbsp;raster)</PRE>
1256
<DL>
1257
<DD>Aplica la pila de fitros sobre el RasterBuf pasado como par?metro
1258
 y lo devuelve en Image
1259
<P>
1260
<DD><DL>
1261
</DL>
1262
</DD>
1263
<DD><DL>
1264
<DT><B>Parameters:</B><DD><CODE>raster</CODE> - RasterBuf con la imagen sobre la que se aplicaran filtros
1265
<DT><B>Returns:</B><DD>Image con la imagen con los filtros puestos</DL>
1266
</DD>
1267
</DL>
1268
<HR>
1269
1270
<A NAME="renderizeRaster(java.awt.Image)"><!-- --></A><H3>
1271
renderizeRaster</H3>
1272
<PRE>
1273
public java.awt.Image <B>renderizeRaster</B>(java.awt.Image&nbsp;image)</PRE>
1274
<DL>
1275 2733 nacho
<DD>Aplica la pila de filtros sobre el Image pasado como par?metro y lo devuelve.
1276 2256 igbrotru
 Si la salida del ?ltimo filtro es un RasterBuf lo convertir? a Image
1277
<P>
1278
<DD><DL>
1279
</DL>
1280
</DD>
1281
<DD><DL>
1282
<DT><B>Parameters:</B><DD><CODE>image</CODE> - Image con la imagen sobre la que se aplicaran filtros
1283
<DT><B>Returns:</B><DD>Image con la imagen con los filtros puestos</DL>
1284
</DD>
1285
</DL>
1286
<HR>
1287
1288
<A NAME="drawMarco(java.awt.Graphics2D, org.cresques.geo.ViewPortData)"><!-- --></A><H3>
1289
drawMarco</H3>
1290
<PRE>
1291
public void <B>drawMarco</B>(java.awt.Graphics2D&nbsp;g,
1292
                      <A HREF="../../../org/cresques/geo/ViewPortData.html" title="class in org.cresques.geo">ViewPortData</A>&nbsp;vp)</PRE>
1293
<DL>
1294
<DD><DL>
1295
</DL>
1296
</DD>
1297
<DD><DL>
1298
<DT><B>Parameters:</B><DD><CODE>g</CODE> - <DD><CODE>vp</CODE> - </DL>
1299
</DD>
1300
</DL>
1301
<HR>
1302
1303
<A NAME="getProjection()"><!-- --></A><H3>
1304
getProjection</H3>
1305
<PRE>
1306
public <A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A> <B>getProjection</B>()</PRE>
1307
<DL>
1308
<DD><DL>
1309
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/cresques/geo/Projected.html#getProjection()">getProjection</A></CODE> in interface <CODE><A HREF="../../../org/cresques/geo/Projected.html" title="interface in org.cresques.geo">Projected</A></CODE></DL>
1310
</DD>
1311
<DD><DL>
1312
</DL>
1313
</DD>
1314
</DL>
1315
<HR>
1316
1317
<A NAME="setProjection(org.cresques.cts.IProjection)"><!-- --></A><H3>
1318
setProjection</H3>
1319
<PRE>
1320
public void <B>setProjection</B>(<A HREF="../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A>&nbsp;p)</PRE>
1321
<DL>
1322
<DD><DL>
1323
</DL>
1324
</DD>
1325
<DD><DL>
1326
</DL>
1327
</DD>
1328
</DL>
1329
<HR>
1330
1331
<A NAME="reProject(org.cresques.cts.ICoordTrans)"><!-- --></A><H3>
1332
reProject</H3>
1333
<PRE>
1334
public void <B>reProject</B>(<A HREF="../../../org/cresques/cts/ICoordTrans.html" title="interface in org.cresques.cts">ICoordTrans</A>&nbsp;rp)</PRE>
1335
<DL>
1336
<DD><DL>
1337
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../org/cresques/geo/Projected.html#reProject(org.cresques.cts.ICoordTrans)">reProject</A></CODE> in interface <CODE><A HREF="../../../org/cresques/geo/Projected.html" title="interface in org.cresques.geo">Projected</A></CODE></DL>
1338
</DD>
1339
<DD><DL>
1340
</DL>
1341
</DD>
1342
</DL>
1343
<HR>
1344
1345
<A NAME="getStackManager()"><!-- --></A><H3>
1346
getStackManager</H3>
1347
<PRE>
1348
public <A HREF="../../../org/cresques/io/raster/RasterFilterStackManager.html" title="class in org.cresques.io.raster">RasterFilterStackManager</A> <B>getStackManager</B>()</PRE>
1349
<DL>
1350
<DD>Obtiene el Stack Manager
1351
<P>
1352
<DD><DL>
1353
</DL>
1354
</DD>
1355
<DD><DL>
1356
1357
<DT><B>Returns:</B><DD></DL>
1358
</DD>
1359
</DL>
1360
<HR>
1361
1362
<A NAME="setStackManager(org.cresques.io.raster.RasterFilterStackManager)"><!-- --></A><H3>
1363
setStackManager</H3>
1364
<PRE>
1365
public void <B>setStackManager</B>(<A HREF="../../../org/cresques/io/raster/RasterFilterStackManager.html" title="class in org.cresques.io.raster">RasterFilterStackManager</A>&nbsp;sm)</PRE>
1366
<DL>
1367
<DD>Asigna el Stack Manager
1368
<P>
1369
<DD><DL>
1370
</DL>
1371
</DD>
1372
<DD><DL>
1373
1374
<DT><B>Returns:</B><DD></DL>
1375
</DD>
1376
</DL>
1377
<!-- ========= END OF CLASS DATA ========= -->
1378
<HR>
1379
1380
1381
<!-- ======= START OF BOTTOM NAVBAR ====== -->
1382
<A NAME="navbar_bottom"><!-- --></A>
1383
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
1384
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
1385
<TR>
1386
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
1387
<A NAME="navbar_bottom_firstrow"><!-- --></A>
1388
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
1389
  <TR ALIGN="center" VALIGN="top">
1390
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
1391
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
1392
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
1393
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
1394
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
1395
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
1396
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
1397
  </TR>
1398
</TABLE>
1399
</TD>
1400
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1401
</EM>
1402
</TD>
1403
</TR>
1404
1405
<TR>
1406
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1407
&nbsp;<A HREF="../../../org/cresques/px/PxPoint.html" title="class in org.cresques.px"><B>PREV CLASS</B></A>&nbsp;
1408
&nbsp;<A HREF="../../../org/cresques/px/PxRect.html" title="class in org.cresques.px"><B>NEXT CLASS</B></A></FONT></TD>
1409
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1410
  <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
1411
&nbsp;<A HREF="PxRaster.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
1412
&nbsp;<SCRIPT type="text/javascript">
1413
  <!--
1414
  if(window==top) {
1415
    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
1416
  }
1417
  //-->
1418
</SCRIPT>
1419
<NOSCRIPT>
1420
  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
1421
</NOSCRIPT>
1422
1423
</FONT></TD>
1424
</TR>
1425
<TR>
1426
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
1427
  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>
1428
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
1429
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>
1430
</TR>
1431
</TABLE>
1432
<A NAME="skip-navbar_bottom"></A>
1433
<!-- ======== END OF BOTTOM NAVBAR ======= -->
1434
1435
<HR>
1436
1437
</BODY>
1438
</HTML>