Statistics
| Revision:

root / trunk / docs / FMap / fmap-api / com / iver / cit / gvsig / fmap / rendering / indexes / FDiskIndex.html @ 11445

History | View | Annotate | Download (15.9 KB)

1
<!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_04) on Mon Feb 14 08:45:53 CET 2005 -->
6
<TITLE>
7
FDiskIndex (FMap API)
8
</TITLE>
9

    
10
<META NAME="keywords" CONTENT="com.iver.cit.gvsig.fmap.rendering.indexes.FDiskIndex 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="FDiskIndex (FMap API)";
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;PREV CLASS&nbsp;
53
&nbsp;<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/FMemoryIndex.html" title="class in com.iver.cit.gvsig.fmap.rendering.indexes"><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="FDiskIndex.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;FIELD&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;FIELD&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
com.iver.cit.gvsig.fmap.rendering.indexes</FONT>
85
<BR>
86
Class FDiskIndex</H2>
87
<PRE>
88
java.lang.Object
89
  <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by"><B>com.iver.cit.gvsig.fmap.rendering.indexes.FDiskIndex</B>
90
</PRE>
91
<DL>
92
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/Index.html" title="interface in com.iver.cit.gvsig.fmap.rendering.indexes">Index</A></DD>
93
</DL>
94
<HR>
95
<DL>
96
<DT>public class <B>FDiskIndex</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/Index.html" title="interface in com.iver.cit.gvsig.fmap.rendering.indexes">Index</A></DL>
97

    
98
<P>
99
Resuelve las peticiones de la interfaz Index accediendo siempre a disco
100
<P>
101

    
102
<P>
103
<HR>
104

    
105
<P>
106
<!-- ======== NESTED CLASS SUMMARY ======== -->
107

    
108

    
109
<!-- =========== FIELD SUMMARY =========== -->
110

    
111

    
112
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
113

    
114
<A NAME="constructor_summary"><!-- --></A>
115
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
116
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
117
<TD COLSPAN=2><FONT SIZE="+2">
118
<B>Constructor Summary</B></FONT></TD>
119
</TR>
120
<TR BGCOLOR="white" CLASS="TableRowColor">
121
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/FDiskIndex.html#FDiskIndex()">FDiskIndex</A></B>()</CODE>
122

    
123
<BR>
124
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
125
</TR>
126
</TABLE>
127
&nbsp;
128
<!-- ========== METHOD SUMMARY =========== -->
129

    
130
<A NAME="method_summary"><!-- --></A>
131
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
132
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
133
<TD COLSPAN=2><FONT SIZE="+2">
134
<B>Method Summary</B></FONT></TD>
135
</TR>
136
<TR BGCOLOR="white" CLASS="TableRowColor">
137
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138
<CODE>&nbsp;void</CODE></FONT></TD>
139
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/FDiskIndex.html#addIndex(com.iver.cit.gvsig.fmap.core.IGeometry, int)">addIndex</A></B>(<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/core/IGeometry.html" title="interface in com.iver.cit.gvsig.fmap.core">IGeometry</A>&nbsp;g,
140
         int&nbsp;index)</CODE>
141

    
142
<BR>
143
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A?ade la geometria que se pasa como par?metro al ?ndice</TD>
144
</TR>
145
<TR BGCOLOR="white" CLASS="TableRowColor">
146
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147
<CODE>&nbsp;void</CODE></FONT></TD>
148
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/FDiskIndex.html#closeIndexFile()">closeIndexFile</A></B>()</CODE>
149

    
150
<BR>
151
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cierra el fichero de ?ndices</TD>
152
</TR>
153
<TR BGCOLOR="white" CLASS="TableRowColor">
154
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155
<CODE>&nbsp;int[]</CODE></FONT></TD>
156
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/FDiskIndex.html#getRecordIndexes(java.awt.geom.Rectangle2D)">getRecordIndexes</A></B>(java.awt.geom.Rectangle2D&nbsp;rect)</CODE>
157

    
158
<BR>
159
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dado un rect?ngulo en coordenadas del mapa se devuelve un array de
160
 indices de los registros cuyas features est?n contenidas o intersecten
161
 en dicho rect?ngulo. </TD>
162
</TR>
163
<TR BGCOLOR="white" CLASS="TableRowColor">
164
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
165
<CODE>&nbsp;void</CODE></FONT></TD>
166
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/FDiskIndex.html#openIndexFile(java.lang.String)">openIndexFile</A></B>(java.lang.String&nbsp;file)</CODE>
167

    
168
<BR>
169
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Abre el fichero de ?ndices</TD>
170
</TR>
171
</TABLE>
172
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
173
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
174
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
175
<TD><B>Methods inherited from class java.lang.Object</B></TD>
176
</TR>
177
<TR BGCOLOR="white" CLASS="TableRowColor">
178
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
179
</TR>
180
</TABLE>
181
&nbsp;
182
<P>
183

    
184
<!-- ============ FIELD DETAIL =========== -->
185

    
186

    
187
<!-- ========= CONSTRUCTOR DETAIL ======== -->
188

    
189
<A NAME="constructor_detail"><!-- --></A>
190
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
191
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
192
<TD COLSPAN=1><FONT SIZE="+2">
193
<B>Constructor Detail</B></FONT></TD>
194
</TR>
195
</TABLE>
196

    
197
<A NAME="FDiskIndex()"><!-- --></A><H3>
198
FDiskIndex</H3>
199
<PRE>
200
public <B>FDiskIndex</B>()</PRE>
201
<DL>
202
</DL>
203

    
204
<!-- ============ METHOD DETAIL ========== -->
205

    
206
<A NAME="method_detail"><!-- --></A>
207
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
208
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
209
<TD COLSPAN=1><FONT SIZE="+2">
210
<B>Method Detail</B></FONT></TD>
211
</TR>
212
</TABLE>
213

    
214
<A NAME="addIndex(com.iver.cit.gvsig.fmap.core.IGeometry, int)"><!-- --></A><H3>
215
addIndex</H3>
216
<PRE>
217
public void <B>addIndex</B>(<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/core/IGeometry.html" title="interface in com.iver.cit.gvsig.fmap.core">IGeometry</A>&nbsp;g,
218
                     int&nbsp;index)</PRE>
219
<DL>
220
<DD>A?ade la geometria que se pasa como par?metro al ?ndice
221
<P>
222
<DD><DL>
223
</DL>
224
</DD>
225
<DD><DL>
226
<DT><B>Parameters:</B><DD><CODE>g</CODE> - DOCUMENT ME!<DD><CODE>index</CODE> - DOCUMENT ME!</DL>
227
</DD>
228
</DL>
229
<HR>
230

    
231
<A NAME="openIndexFile(java.lang.String)"><!-- --></A><H3>
232
openIndexFile</H3>
233
<PRE>
234
public void <B>openIndexFile</B>(java.lang.String&nbsp;file)</PRE>
235
<DL>
236
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/Index.html" title="interface in com.iver.cit.gvsig.fmap.rendering.indexes">Index</A></CODE></B></DD>
237
<DD>Abre el fichero de ?ndices
238
<P>
239
<DD><DL>
240
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/Index.html#openIndexFile(java.lang.String)">openIndexFile</A></CODE> in interface <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/Index.html" title="interface in com.iver.cit.gvsig.fmap.rendering.indexes">Index</A></CODE></DL>
241
</DD>
242
<DD><DL>
243
<DT><B>Parameters:</B><DD><CODE>file</CODE> - Fichero.<DT><B>See Also:</B><DD><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/Index.html#openIndexFile(java.lang.String)"><CODE>Index.openIndexFile(java.lang.String)</CODE></A></DL>
244
</DD>
245
</DL>
246
<HR>
247

    
248
<A NAME="closeIndexFile()"><!-- --></A><H3>
249
closeIndexFile</H3>
250
<PRE>
251
public void <B>closeIndexFile</B>()</PRE>
252
<DL>
253
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/Index.html" title="interface in com.iver.cit.gvsig.fmap.rendering.indexes">Index</A></CODE></B></DD>
254
<DD>Cierra el fichero de ?ndices
255
<P>
256
<DD><DL>
257
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/Index.html#closeIndexFile()">closeIndexFile</A></CODE> in interface <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/Index.html" title="interface in com.iver.cit.gvsig.fmap.rendering.indexes">Index</A></CODE></DL>
258
</DD>
259
<DD><DL>
260
<DT><B>See Also:</B><DD><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/Index.html#closeIndexFile()"><CODE>Index.closeIndexFile()</CODE></A></DL>
261
</DD>
262
</DL>
263
<HR>
264

    
265
<A NAME="getRecordIndexes(java.awt.geom.Rectangle2D)"><!-- --></A><H3>
266
getRecordIndexes</H3>
267
<PRE>
268
public int[] <B>getRecordIndexes</B>(java.awt.geom.Rectangle2D&nbsp;rect)
269
                       throws <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/drivers/DriverIOException.html" title="class in com.iver.cit.gvsig.fmap.drivers">DriverIOException</A>,
270
                              <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/IndexNotExistsException.html" title="class in com.iver.cit.gvsig.fmap.rendering.indexes">IndexNotExistsException</A></PRE>
271
<DL>
272
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/Index.html" title="interface in com.iver.cit.gvsig.fmap.rendering.indexes">Index</A></CODE></B></DD>
273
<DD>Dado un rect?ngulo en coordenadas del mapa se devuelve un array de
274
 indices de los registros cuyas features est?n contenidas o intersecten
275
 en dicho rect?ngulo. En caso de que ninguna est? contenida se devuelve
276
 un array vac?o. Si se invoca esta funci?n pero no hay ning?n ?ndice
277
 definido se lanzar? una IndexNotExistsException
278
<P>
279
<DD><DL>
280
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/Index.html#getRecordIndexes(java.awt.geom.Rectangle2D)">getRecordIndexes</A></CODE> in interface <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/Index.html" title="interface in com.iver.cit.gvsig.fmap.rendering.indexes">Index</A></CODE></DL>
281
</DD>
282
<DD><DL>
283
<DT><B>Parameters:</B><DD><CODE>rect</CODE> - Rect?ngulo.
284
<DT><B>Returns:</B><DD>?ndices.
285
<DT><B>Throws:</B>
286
<DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/IndexNotExistsException.html" title="class in com.iver.cit.gvsig.fmap.rendering.indexes">IndexNotExistsException</A></CODE>
287
<DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/drivers/DriverIOException.html" title="class in com.iver.cit.gvsig.fmap.drivers">DriverIOException</A></CODE><DT><B>See Also:</B><DD><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/Index.html#getRecordIndexes(java.awt.geom.Rectangle2D)"><CODE>Index.getRecordIndexes(java.awt.geom.Rectangle2D)</CODE></A></DL>
288
</DD>
289
</DL>
290
<!-- ========= END OF CLASS DATA ========= -->
291
<HR>
292

    
293

    
294
<!-- ======= START OF BOTTOM NAVBAR ====== -->
295
<A NAME="navbar_bottom"><!-- --></A>
296
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
297
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
298
<TR>
299
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
300
<A NAME="navbar_bottom_firstrow"><!-- --></A>
301
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
302
  <TR ALIGN="center" VALIGN="top">
303
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
304
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
305
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
306
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
307
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
308
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
309
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
310
  </TR>
311
</TABLE>
312
</TD>
313
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
314
</EM>
315
</TD>
316
</TR>
317

    
318
<TR>
319
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
320
&nbsp;PREV CLASS&nbsp;
321
&nbsp;<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/indexes/FMemoryIndex.html" title="class in com.iver.cit.gvsig.fmap.rendering.indexes"><B>NEXT CLASS</B></A></FONT></TD>
322
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
323
  <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
324
&nbsp;<A HREF="FDiskIndex.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
325
&nbsp;<SCRIPT type="text/javascript">
326
  <!--
327
  if(window==top) {
328
    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
329
  }
330
  //-->
331
</SCRIPT>
332
<NOSCRIPT>
333
  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
334
</NOSCRIPT>
335

    
336
</FONT></TD>
337
</TR>
338
<TR>
339
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
340
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
341
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
342
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
343
</TR>
344
</TABLE>
345
<A NAME="skip-navbar_bottom"></A>
346
<!-- ======== END OF BOTTOM NAVBAR ======= -->
347

    
348
<HR>
349

    
350
</BODY>
351
</HTML>