Statistics
| Revision:

root / trunk / docs / Cresques / javadocs / org / cresques / io / raster / RasterStats.History.html @ 11445

History | View | Annotate | Download (11.9 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:21 CEST 2005 -->
6 2256 igbrotru
<TITLE>
7
RasterStats.History
8
</TITLE>
9
10
<META NAME="keywords" CONTENT="org.cresques.io.raster.RasterStats.History 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="RasterStats.History";
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/raster/RasterStats.html" title="class in org.cresques.io.raster"><B>PREV CLASS</B></A>&nbsp;
53
&nbsp;<A HREF="../../../../org/cresques/io/raster/RasterToImageFilter.html" title="class in org.cresques.io.raster"><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="RasterStats.History.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="#methods_inherited_from_class_java.lang.Object">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;METHOD</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.raster</FONT>
85
<BR>
86
Class RasterStats.History</H2>
87
<PRE>
88
java.lang.Object
89
  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.cresques.io.raster.RasterStats.History</B>
90
</PRE>
91
<DL>
92
<DT><B>Enclosing class:</B><DD><A HREF="../../../../org/cresques/io/raster/RasterStats.html" title="class in org.cresques.io.raster">RasterStats</A></DD>
93
</DL>
94
<HR>
95
<DL>
96
<DT>public class <B>RasterStats.History</B><DT>extends java.lang.Object</DL>
97
98
<P>
99
Clase que contiene los valores calculados para una imagen.
100 2733 nacho
 Esto se usa cuando se solicita varias veces para una misma imagen solo
101 2256 igbrotru
 tenga que calcular los valores una vez.
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>&nbsp;java.lang.String</CODE></FONT></TD>
126
<TD><CODE><B><A HREF="../../../../org/cresques/io/raster/RasterStats.History.html#file">file</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>&nbsp;int[]</CODE></FONT></TD>
134
<TD><CODE><B><A HREF="../../../../org/cresques/io/raster/RasterStats.History.html#max">max</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>&nbsp;int[]</CODE></FONT></TD>
142
<TD><CODE><B><A HREF="../../../../org/cresques/io/raster/RasterStats.History.html#min">min</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>&nbsp;int[]</CODE></FONT></TD>
150
<TD><CODE><B><A HREF="../../../../org/cresques/io/raster/RasterStats.History.html#secMax">secMax</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>&nbsp;int[]</CODE></FONT></TD>
158
<TD><CODE><B><A HREF="../../../../org/cresques/io/raster/RasterStats.History.html#secMin">secMin</A></B></CODE>
159
160
<BR>
161
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
162
</TR>
163
</TABLE>
164
&nbsp;
165
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
166
167
<A NAME="constructor_summary"><!-- --></A>
168
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
169
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
170
<TD COLSPAN=2><FONT SIZE="+2">
171
<B>Constructor Summary</B></FONT></TD>
172
</TR>
173
<TR BGCOLOR="white" CLASS="TableRowColor">
174
<TD><CODE><B><A HREF="../../../../org/cresques/io/raster/RasterStats.History.html#RasterStats.History(java.lang.String, int[], int[], int[], int[])">RasterStats.History</A></B>(java.lang.String&nbsp;file,
175
                    int[]&nbsp;min,
176
                    int[]&nbsp;max,
177
                    int[]&nbsp;secMin,
178
                    int[]&nbsp;secMax)</CODE>
179
180
<BR>
181
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
182
</TR>
183
</TABLE>
184
&nbsp;
185
<!-- ========== METHOD SUMMARY =========== -->
186
187
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
188
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
189
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
190
<TD><B>Methods inherited from class java.lang.Object</B></TD>
191
</TR>
192
<TR BGCOLOR="white" CLASS="TableRowColor">
193
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
194
</TR>
195
</TABLE>
196
&nbsp;
197
<P>
198
199
<!-- ============ FIELD DETAIL =========== -->
200
201
<A NAME="field_detail"><!-- --></A>
202
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
203
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
204
<TD COLSPAN=1><FONT SIZE="+2">
205
<B>Field Detail</B></FONT></TD>
206
</TR>
207
</TABLE>
208
209
<A NAME="file"><!-- --></A><H3>
210
file</H3>
211
<PRE>
212
public java.lang.String <B>file</B></PRE>
213
<DL>
214
<DL>
215
</DL>
216
</DL>
217
<HR>
218
219
<A NAME="min"><!-- --></A><H3>
220
min</H3>
221
<PRE>
222
public int[] <B>min</B></PRE>
223
<DL>
224
<DL>
225
</DL>
226
</DL>
227
<HR>
228
229
<A NAME="max"><!-- --></A><H3>
230
max</H3>
231
<PRE>
232
public int[] <B>max</B></PRE>
233
<DL>
234
<DL>
235
</DL>
236
</DL>
237
<HR>
238
239
<A NAME="secMin"><!-- --></A><H3>
240
secMin</H3>
241
<PRE>
242
public int[] <B>secMin</B></PRE>
243
<DL>
244
<DL>
245
</DL>
246
</DL>
247
<HR>
248
249
<A NAME="secMax"><!-- --></A><H3>
250
secMax</H3>
251
<PRE>
252
public int[] <B>secMax</B></PRE>
253
<DL>
254
<DL>
255
</DL>
256
</DL>
257
258
<!-- ========= CONSTRUCTOR DETAIL ======== -->
259
260
<A NAME="constructor_detail"><!-- --></A>
261
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
262
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
263
<TD COLSPAN=1><FONT SIZE="+2">
264
<B>Constructor Detail</B></FONT></TD>
265
</TR>
266
</TABLE>
267
268
<A NAME="RasterStats.History(java.lang.String, int[], int[], int[], int[])"><!-- --></A><H3>
269
RasterStats.History</H3>
270
<PRE>
271
public <B>RasterStats.History</B>(java.lang.String&nbsp;file,
272
                           int[]&nbsp;min,
273
                           int[]&nbsp;max,
274
                           int[]&nbsp;secMin,
275
                           int[]&nbsp;secMax)</PRE>
276
<DL>
277
</DL>
278
279
<!-- ============ METHOD DETAIL ========== -->
280
281
<!-- ========= END OF CLASS DATA ========= -->
282
<HR>
283
284
285
<!-- ======= START OF BOTTOM NAVBAR ====== -->
286
<A NAME="navbar_bottom"><!-- --></A>
287
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
288
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
289
<TR>
290
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
291
<A NAME="navbar_bottom_firstrow"><!-- --></A>
292
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
293
  <TR ALIGN="center" VALIGN="top">
294
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
295
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
296
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
297
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
298
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
299
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
300
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
301
  </TR>
302
</TABLE>
303
</TD>
304
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
305
</EM>
306
</TD>
307
</TR>
308
309
<TR>
310
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
311
&nbsp;<A HREF="../../../../org/cresques/io/raster/RasterStats.html" title="class in org.cresques.io.raster"><B>PREV CLASS</B></A>&nbsp;
312
&nbsp;<A HREF="../../../../org/cresques/io/raster/RasterToImageFilter.html" title="class in org.cresques.io.raster"><B>NEXT CLASS</B></A></FONT></TD>
313
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
314
  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
315
&nbsp;<A HREF="RasterStats.History.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
316
&nbsp;<SCRIPT type="text/javascript">
317
  <!--
318
  if(window==top) {
319
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
320
  }
321
  //-->
322
</SCRIPT>
323
<NOSCRIPT>
324
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
325
</NOSCRIPT>
326
327
</FONT></TD>
328
</TR>
329
<TR>
330
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
331
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Object">METHOD</A></FONT></TD>
332
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
333
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
334
</TR>
335
</TABLE>
336
<A NAME="skip-navbar_bottom"></A>
337
<!-- ======== END OF BOTTOM NAVBAR ======= -->
338
339
<HR>
340
341
</BODY>
342
</HTML>