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

View differences:

IRasterFilter.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
IRasterFilter
8 8
</TITLE>
......
94 94
<P>
95 95
<DL>
96 96
<DT><B>Author:</B></DT>
97
  <DD>Luis W. Sevilla (sevilla_lui@gva.es)</DD>
97
  <DD>Luis W. Sevilla (sevilla_lui@gva.es), Nacho Brodin (brodin_ign@gva.es)</DD>
98 98
</DL>
99 99
<HR>
100 100

  
......
134 134
<TD><CODE><B><A HREF="../../../../org/cresques/io/raster/IRasterFilter.html#execute()">execute</A></B>()</CODE>
135 135

  
136 136
<BR>
137
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
137
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Ejecuci?n.</TD>
138 138
</TR>
139 139
<TR BGCOLOR="white" CLASS="TableRowColor">
140 140
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
......
142 142
<TD><CODE><B><A HREF="../../../../org/cresques/io/raster/IRasterFilter.html#getInRasterDataType()">getInRasterDataType</A></B>()</CODE>
143 143

  
144 144
<BR>
145
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Caracter?sticas de clase (no de instancia):</TD>
145
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene el tipo de datos de entrada al filtro</TD>
146 146
</TR>
147 147
<TR BGCOLOR="white" CLASS="TableRowColor">
148 148
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
......
150 150
<TD><CODE><B><A HREF="../../../../org/cresques/io/raster/IRasterFilter.html#getOutRasterDataType()">getOutRasterDataType</A></B>()</CODE>
151 151

  
152 152
<BR>
153
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
153
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene el tipo de datos de salida del filtro</TD>
154 154
</TR>
155 155
<TR BGCOLOR="white" CLASS="TableRowColor">
156 156
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
......
166 166
<TD><CODE><B><A HREF="../../../../org/cresques/io/raster/IRasterFilter.html#post()">post</A></B>()</CODE>
167 167

  
168 168
<BR>
169
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
169
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Acciones a realizar despu?s de la ejecuci?n del filtro</TD>
170 170
</TR>
171 171
<TR BGCOLOR="white" CLASS="TableRowColor">
172 172
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
......
174 174
<TD><CODE><B><A HREF="../../../../org/cresques/io/raster/IRasterFilter.html#pre()">pre</A></B>()</CODE>
175 175

  
176 176
<BR>
177
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
177
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Acciones a realizar antes de la ejecuci?n del filtro</TD>
178 178
</TR>
179 179
<TR BGCOLOR="white" CLASS="TableRowColor">
180 180
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
......
183 183
        int&nbsp;y)</CODE>
184 184

  
185 185
<BR>
186
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
186
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Procesa la posici?n x,y de la imagen</TD>
187 187
</TR>
188 188
</TABLE>
189 189
&nbsp;
......
210 210
<PRE>
211 211
public void <B>pre</B>()</PRE>
212 212
<DL>
213
<DD>Acciones a realizar antes de la ejecuci?n del filtro
214
<P>
213 215
<DD><DL>
214 216
</DL>
215 217
</DD>
......
221 223
<PRE>
222 224
public void <B>execute</B>()</PRE>
223 225
<DL>
226
<DD>Ejecuci?n.
227
<P>
224 228
<DD><DL>
225 229
</DL>
226 230
</DD>
......
233 237
public void <B>process</B>(int&nbsp;x,
234 238
                    int&nbsp;y)</PRE>
235 239
<DL>
240
<DD>Procesa la posici?n x,y de la imagen
241
<P>
236 242
<DD><DL>
237
</DL>
243
<DT><B>Parameters:</B><DD><CODE>x</CODE> - posici?n X<DD><CODE>y</CODE> - posici?n Y</DL>
238 244
</DD>
239 245
</DL>
240 246
<HR>
......
244 250
<PRE>
245 251
public void <B>post</B>()</PRE>
246 252
<DL>
253
<DD>Acciones a realizar despu?s de la ejecuci?n del filtro
254
<P>
247 255
<DD><DL>
248 256
</DL>
249 257
</DD>
......
286 294
<PRE>
287 295
public int <B>getInRasterDataType</B>()</PRE>
288 296
<DL>
289
<DD>Caracter?sticas de clase (no de instancia):
297
<DD>Obtiene el tipo de datos de entrada al filtro
290 298
<P>
291 299
<DD><DL>
292 300

  
293
<DT><B>Returns:</B><DD></DL>
301
<DT><B>Returns:</B><DD>Tipo de dato</DL>
294 302
</DD>
295 303
</DL>
296 304
<HR>
......
300 308
<PRE>
301 309
public int <B>getOutRasterDataType</B>()</PRE>
302 310
<DL>
311
<DD>Obtiene el tipo de datos de salida del filtro
312
<P>
303 313
<DD><DL>
304
</DL>
314

  
315
<DT><B>Returns:</B><DD>Tipo de dato</DL>
305 316
</DD>
306 317
</DL>
307 318
<!-- ========= END OF CLASS DATA ========= -->

Also available in: Unified diff