Revision 2312 branches/CqCMSDvp/libraries/libCq CMS for java.old/doc-files/javadocs/org/cresques/io/raster/IRaster.html

View differences:

IRaster.html
2 2
<!--NewPage-->
3 3
<HTML>
4 4
<HEAD>
5
<!-- Generated by javadoc (build 1.4.2_03) on Thu Jun 23 11:46:31 CEST 2005 -->
5
<!-- Generated by javadoc (build 1.4.2_03) on Thu Jun 23 14:38:27 CEST 2005 -->
6 6
<TITLE>
7 7
IRaster
8 8
</TITLE>
......
197 197
<TD><CODE><B><A HREF="../../../../org/cresques/io/raster/IRaster.html#getBandNr()">getBandNr</A></B>()</CODE>
198 198

  
199 199
<BR>
200
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
200
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;N?mero de bandas</TD>
201 201
</TR>
202 202
<TR BGCOLOR="white" CLASS="TableRowColor">
203 203
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
......
226 226
           int[]&nbsp;px)</CODE>
227 227

  
228 228
<BR>
229
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
229
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene sobre un array de bandas el valor del raster en la 
230
 coordenada que se le pasa. </TD>
230 231
</TR>
231 232
<TR BGCOLOR="white" CLASS="TableRowColor">
232 233
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
......
236 237
             int[]&nbsp;px)</CODE>
237 238

  
238 239
<BR>
239
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
240
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene sobre un array de bandas el valor del raster en la 
241
 coordenada que se le pasa. </TD>
240 242
</TR>
241 243
<TR BGCOLOR="white" CLASS="TableRowColor">
242 244
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
......
244 246
<TD><CODE><B><A HREF="../../../../org/cresques/io/raster/IRaster.html#getHeight()">getHeight</A></B>()</CODE>
245 247

  
246 248
<BR>
247
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
249
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Alto del raster</TD>
248 250
</TR>
249 251
<TR BGCOLOR="white" CLASS="TableRowColor">
250 252
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
......
252 254
<TD><CODE><B><A HREF="../../../../org/cresques/io/raster/IRaster.html#getWidth()">getWidth</A></B>()</CODE>
253 255

  
254 256
<BR>
255
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
257
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ancho del raster</TD>
256 258
</TR>
257 259
</TABLE>
258 260
&nbsp;
......
365 367
<PRE>
366 368
public int <B>getWidth</B>()</PRE>
367 369
<DL>
370
<DD>Ancho del raster
371
<P>
368 372
<DD><DL>
369
</DL>
373

  
374
<DT><B>Returns:</B><DD>Entero con el ancho del raster</DL>
370 375
</DD>
371 376
</DL>
372 377
<HR>
......
376 381
<PRE>
377 382
public int <B>getHeight</B>()</PRE>
378 383
<DL>
384
<DD>Alto del raster
385
<P>
379 386
<DD><DL>
380
</DL>
387

  
388
<DT><B>Returns:</B><DD>Entero con el alto del raster</DL>
381 389
</DD>
382 390
</DL>
383 391
<HR>
......
387 395
<PRE>
388 396
public int <B>getBandNr</B>()</PRE>
389 397
<DL>
398
<DD>N?mero de bandas
399
<P>
390 400
<DD><DL>
391
</DL>
401

  
402
<DT><B>Returns:</B><DD>Entero con el n?mero de bandas</DL>
392 403
</DD>
393 404
</DL>
394 405
<HR>
......
413 424
                         int&nbsp;y,
414 425
                         int[]&nbsp;px)</PRE>
415 426
<DL>
427
<DD>Obtiene sobre un array de bandas el valor del raster en la 
428
 coordenada que se le pasa. Los elementos son de 16 bits.
429
<P>
416 430
<DD><DL>
417
</DL>
431
<DT><B>Parameters:</B><DD><CODE>x</CODE> - coordenada X<DD><CODE>y</CODE> - coordenada Y<DD><CODE>px</CODE> - Array de 4 elementos para las bandas de la imagen ARGB</DL>
418 432
</DD>
419 433
</DL>
420 434
<HR>
......
426 440
                       int&nbsp;y,
427 441
                       int[]&nbsp;px)</PRE>
428 442
<DL>
443
<DD>Obtiene sobre un array de bandas el valor del raster en la 
444
 coordenada que se le pasa. Los elementos son de 32 bits.
445
<P>
429 446
<DD><DL>
430
</DL>
447
<DT><B>Parameters:</B><DD><CODE>x</CODE> - coordenada X<DD><CODE>y</CODE> - coordenada Y<DD><CODE>px</CODE> - Array de 4 elementos para las bandas de la imagen ARGB</DL>
431 448
</DD>
432 449
</DL>
433 450
<HR>
......
443 460
 Devuelve un int.
444 461
<P>
445 462
<DD><DL>
446
<DT><B>Parameters:</B><DD><CODE>x</CODE> - coordenada X<DD><CODE>y</CODE> - coordenada Y
447
<DT><B>Returns:</B><DD></DL>
463
<DT><B>Parameters:</B><DD><CODE>x</CODE> - coordenada X<DD><CODE>y</CODE> - coordenada Y<DD><CODE>band</CODE> - banda
464
<DT><B>Returns:</B><DD>Entero</DL>
448 465
</DD>
449 466
</DL>
450 467
<!-- ========= END OF CLASS DATA ========= -->

Also available in: Unified diff