Statistics
| Revision:

root / trunk / docs / FMap / fmap-api / com / iver / cit / gvsig / fmap / operations / strategies / QueryByGeometryVisitor.html @ 11445

History | View | Annotate | Download (23.1 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:52 CET 2005 -->
6
<TITLE>
7
QueryByGeometryVisitor (FMap API)
8
</TITLE>
9

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

    
98
<P>
99
<HR>
100

    
101
<P>
102
<!-- ======== NESTED CLASS SUMMARY ======== -->
103

    
104

    
105
<!-- =========== FIELD SUMMARY =========== -->
106

    
107
<A NAME="field_summary"><!-- --></A>
108
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
109
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
110
<TD COLSPAN=2><FONT SIZE="+2">
111
<B>Field Summary</B></FONT></TD>
112
</TR>
113
<TR BGCOLOR="white" CLASS="TableRowColor">
114
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
115
<CODE>static&nbsp;int</CODE></FONT></TD>
116
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByGeometryVisitor.html#CONTAINS">CONTAINS</A></B></CODE>
117

    
118
<BR>
119
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
120
</TR>
121
<TR BGCOLOR="white" CLASS="TableRowColor">
122
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
123
<CODE>static&nbsp;int</CODE></FONT></TD>
124
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByGeometryVisitor.html#CROSSES">CROSSES</A></B></CODE>
125

    
126
<BR>
127
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
128
</TR>
129
<TR BGCOLOR="white" CLASS="TableRowColor">
130
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
131
<CODE>static&nbsp;int</CODE></FONT></TD>
132
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByGeometryVisitor.html#DISJOINT">DISJOINT</A></B></CODE>
133

    
134
<BR>
135
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
136
</TR>
137
<TR BGCOLOR="white" CLASS="TableRowColor">
138
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139
<CODE>static&nbsp;int</CODE></FONT></TD>
140
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByGeometryVisitor.html#EQUALS">EQUALS</A></B></CODE>
141

    
142
<BR>
143
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
144
</TR>
145
<TR BGCOLOR="white" CLASS="TableRowColor">
146
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
147
<CODE>static&nbsp;int</CODE></FONT></TD>
148
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByGeometryVisitor.html#INTERSECTS">INTERSECTS</A></B></CODE>
149

    
150
<BR>
151
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
152
</TR>
153
<TR BGCOLOR="white" CLASS="TableRowColor">
154
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
155
<CODE>static&nbsp;int</CODE></FONT></TD>
156
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByGeometryVisitor.html#OVERLAPS">OVERLAPS</A></B></CODE>
157

    
158
<BR>
159
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
160
</TR>
161
<TR BGCOLOR="white" CLASS="TableRowColor">
162
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
163
<CODE>static&nbsp;int</CODE></FONT></TD>
164
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByGeometryVisitor.html#TOUCHES">TOUCHES</A></B></CODE>
165

    
166
<BR>
167
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
168
</TR>
169
<TR BGCOLOR="white" CLASS="TableRowColor">
170
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171
<CODE>static&nbsp;int</CODE></FONT></TD>
172
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByGeometryVisitor.html#WITHIN">WITHIN</A></B></CODE>
173

    
174
<BR>
175
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
176
</TR>
177
</TABLE>
178
&nbsp;
179
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
180

    
181
<A NAME="constructor_summary"><!-- --></A>
182
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
183
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
184
<TD COLSPAN=2><FONT SIZE="+2">
185
<B>Constructor Summary</B></FONT></TD>
186
</TR>
187
<TR BGCOLOR="white" CLASS="TableRowColor">
188
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByGeometryVisitor.html#QueryByGeometryVisitor(com.iver.cit.gvsig.fmap.core.IGeometry, int)">QueryByGeometryVisitor</A></B>(<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/core/IGeometry.html" title="interface in com.iver.cit.gvsig.fmap.core">IGeometry</A>&nbsp;geom,
189
                       int&nbsp;relation)</CODE>
190

    
191
<BR>
192
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
193
</TR>
194
</TABLE>
195
&nbsp;
196
<!-- ========== METHOD SUMMARY =========== -->
197

    
198
<A NAME="method_summary"><!-- --></A>
199
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
200
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
201
<TD COLSPAN=2><FONT SIZE="+2">
202
<B>Method Summary</B></FONT></TD>
203
</TR>
204
<TR BGCOLOR="white" CLASS="TableRowColor">
205
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
206
<CODE>&nbsp;<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/FBitSet.html" title="class in com.iver.cit.gvsig.fmap.layers">FBitSet</A></CODE></FONT></TD>
207
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByGeometryVisitor.html#getBitSet()">getBitSet</A></B>()</CODE>
208

    
209
<BR>
210
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
211
</TR>
212
<TR BGCOLOR="white" CLASS="TableRowColor">
213
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
214
<CODE>&nbsp;boolean</CODE></FONT></TD>
215
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByGeometryVisitor.html#start(com.iver.cit.gvsig.fmap.layers.FLayer)">start</A></B>(<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/FLayer.html" title="interface in com.iver.cit.gvsig.fmap.layers">FLayer</A>&nbsp;layer)</CODE>
216

    
217
<BR>
218
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;M?todo invocado antes de las visitas para que el visitor pueda reservar
219
 alg?n tipo de recurso que sea necesario</TD>
220
</TR>
221
<TR BGCOLOR="white" CLASS="TableRowColor">
222
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
223
<CODE>&nbsp;void</CODE></FONT></TD>
224
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByGeometryVisitor.html#stop(com.iver.cit.gvsig.fmap.layers.FLayer)">stop</A></B>(<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/FLayer.html" title="interface in com.iver.cit.gvsig.fmap.layers">FLayer</A>&nbsp;layer)</CODE>
225

    
226
<BR>
227
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;M?todo invocado al finalizar las visitas con el fin de que se puedan
228
 liberar los recursos reservados en start</TD>
229
</TR>
230
<TR BGCOLOR="white" CLASS="TableRowColor">
231
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
232
<CODE>&nbsp;void</CODE></FONT></TD>
233
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByGeometryVisitor.html#visit(com.iver.cit.gvsig.fmap.core.IGeometry, int)">visit</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,
234
      int&nbsp;index)</CODE>
235

    
236
<BR>
237
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Recibe las geometr?as a medida que se van recorriendo en la estrategia.</TD>
238
</TR>
239
</TABLE>
240
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
241
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
242
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
243
<TD><B>Methods inherited from class java.lang.Object</B></TD>
244
</TR>
245
<TR BGCOLOR="white" CLASS="TableRowColor">
246
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
247
</TR>
248
</TABLE>
249
&nbsp;
250
<P>
251

    
252
<!-- ============ FIELD DETAIL =========== -->
253

    
254
<A NAME="field_detail"><!-- --></A>
255
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
256
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
257
<TD COLSPAN=1><FONT SIZE="+2">
258
<B>Field Detail</B></FONT></TD>
259
</TR>
260
</TABLE>
261

    
262
<A NAME="EQUALS"><!-- --></A><H3>
263
EQUALS</H3>
264
<PRE>
265
public static final int <B>EQUALS</B></PRE>
266
<DL>
267
<DL>
268
<DT><B>See Also:</B><DD><A HREF="../../../../../../../constant-values.html#com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor.EQUALS">Constant Field Values</A></DL>
269
</DL>
270
<HR>
271

    
272
<A NAME="DISJOINT"><!-- --></A><H3>
273
DISJOINT</H3>
274
<PRE>
275
public static final int <B>DISJOINT</B></PRE>
276
<DL>
277
<DL>
278
<DT><B>See Also:</B><DD><A HREF="../../../../../../../constant-values.html#com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor.DISJOINT">Constant Field Values</A></DL>
279
</DL>
280
<HR>
281

    
282
<A NAME="INTERSECTS"><!-- --></A><H3>
283
INTERSECTS</H3>
284
<PRE>
285
public static final int <B>INTERSECTS</B></PRE>
286
<DL>
287
<DL>
288
<DT><B>See Also:</B><DD><A HREF="../../../../../../../constant-values.html#com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor.INTERSECTS">Constant Field Values</A></DL>
289
</DL>
290
<HR>
291

    
292
<A NAME="TOUCHES"><!-- --></A><H3>
293
TOUCHES</H3>
294
<PRE>
295
public static final int <B>TOUCHES</B></PRE>
296
<DL>
297
<DL>
298
<DT><B>See Also:</B><DD><A HREF="../../../../../../../constant-values.html#com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor.TOUCHES">Constant Field Values</A></DL>
299
</DL>
300
<HR>
301

    
302
<A NAME="CROSSES"><!-- --></A><H3>
303
CROSSES</H3>
304
<PRE>
305
public static final int <B>CROSSES</B></PRE>
306
<DL>
307
<DL>
308
<DT><B>See Also:</B><DD><A HREF="../../../../../../../constant-values.html#com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor.CROSSES">Constant Field Values</A></DL>
309
</DL>
310
<HR>
311

    
312
<A NAME="WITHIN"><!-- --></A><H3>
313
WITHIN</H3>
314
<PRE>
315
public static final int <B>WITHIN</B></PRE>
316
<DL>
317
<DL>
318
<DT><B>See Also:</B><DD><A HREF="../../../../../../../constant-values.html#com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor.WITHIN">Constant Field Values</A></DL>
319
</DL>
320
<HR>
321

    
322
<A NAME="CONTAINS"><!-- --></A><H3>
323
CONTAINS</H3>
324
<PRE>
325
public static final int <B>CONTAINS</B></PRE>
326
<DL>
327
<DL>
328
<DT><B>See Also:</B><DD><A HREF="../../../../../../../constant-values.html#com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor.CONTAINS">Constant Field Values</A></DL>
329
</DL>
330
<HR>
331

    
332
<A NAME="OVERLAPS"><!-- --></A><H3>
333
OVERLAPS</H3>
334
<PRE>
335
public static final int <B>OVERLAPS</B></PRE>
336
<DL>
337
<DL>
338
<DT><B>See Also:</B><DD><A HREF="../../../../../../../constant-values.html#com.iver.cit.gvsig.fmap.operations.strategies.QueryByGeometryVisitor.OVERLAPS">Constant Field Values</A></DL>
339
</DL>
340

    
341
<!-- ========= CONSTRUCTOR DETAIL ======== -->
342

    
343
<A NAME="constructor_detail"><!-- --></A>
344
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
345
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
346
<TD COLSPAN=1><FONT SIZE="+2">
347
<B>Constructor Detail</B></FONT></TD>
348
</TR>
349
</TABLE>
350

    
351
<A NAME="QueryByGeometryVisitor(com.iver.cit.gvsig.fmap.core.IGeometry, int)"><!-- --></A><H3>
352
QueryByGeometryVisitor</H3>
353
<PRE>
354
public <B>QueryByGeometryVisitor</B>(<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/core/IGeometry.html" title="interface in com.iver.cit.gvsig.fmap.core">IGeometry</A>&nbsp;geom,
355
                              int&nbsp;relation)</PRE>
356
<DL>
357
</DL>
358

    
359
<!-- ============ METHOD DETAIL ========== -->
360

    
361
<A NAME="method_detail"><!-- --></A>
362
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
363
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
364
<TD COLSPAN=1><FONT SIZE="+2">
365
<B>Method Detail</B></FONT></TD>
366
</TR>
367
</TABLE>
368

    
369
<A NAME="visit(com.iver.cit.gvsig.fmap.core.IGeometry, int)"><!-- --></A><H3>
370
visit</H3>
371
<PRE>
372
public void <B>visit</B>(<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/core/IGeometry.html" title="interface in com.iver.cit.gvsig.fmap.core">IGeometry</A>&nbsp;g,
373
                  int&nbsp;index)</PRE>
374
<DL>
375
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FeatureVisitor.html" title="interface in com.iver.cit.gvsig.fmap.operations.strategies">FeatureVisitor</A></CODE></B></DD>
376
<DD>Recibe las geometr?as a medida que se van recorriendo en la estrategia.
377
<P>
378
<DD><DL>
379
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FeatureVisitor.html#visit(com.iver.cit.gvsig.fmap.core.IGeometry, int)">visit</A></CODE> in interface <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FeatureVisitor.html" title="interface in com.iver.cit.gvsig.fmap.operations.strategies">FeatureVisitor</A></CODE></DL>
380
</DD>
381
<DD><DL>
382
<DT><B>Parameters:</B><DD><CODE>g</CODE> - Geometr?a que se recorre<DD><CODE>index</CODE> - ?ndice de la geometr?a<DT><B>See Also:</B><DD><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FeatureVisitor.html#visit(com.iver.cit.gvsig.fmap.core.IGeometry, int)"><CODE>FeatureVisitor.visit(com.iver.cit.gvsig.fmap.core.IGeometry, int)</CODE></A></DL>
383
</DD>
384
</DL>
385
<HR>
386

    
387
<A NAME="stop(com.iver.cit.gvsig.fmap.layers.FLayer)"><!-- --></A><H3>
388
stop</H3>
389
<PRE>
390
public void <B>stop</B>(<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/FLayer.html" title="interface in com.iver.cit.gvsig.fmap.layers">FLayer</A>&nbsp;layer)</PRE>
391
<DL>
392
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FeatureVisitor.html" title="interface in com.iver.cit.gvsig.fmap.operations.strategies">FeatureVisitor</A></CODE></B></DD>
393
<DD>M?todo invocado al finalizar las visitas con el fin de que se puedan
394
 liberar los recursos reservados en start
395
<P>
396
<DD><DL>
397
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FeatureVisitor.html#stop(com.iver.cit.gvsig.fmap.layers.FLayer)">stop</A></CODE> in interface <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FeatureVisitor.html" title="interface in com.iver.cit.gvsig.fmap.operations.strategies">FeatureVisitor</A></CODE></DL>
398
</DD>
399
<DD><DL>
400
<DT><B>Parameters:</B><DD><CODE>layer</CODE> - Capa sobre la que se actua<DT><B>See Also:</B><DD><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FeatureVisitor.html#stop(com.iver.cit.gvsig.fmap.layers.FLayer)"><CODE>FeatureVisitor.stop(com.iver.cit.gvsig.fmap.layers.FLayer)</CODE></A></DL>
401
</DD>
402
</DL>
403
<HR>
404

    
405
<A NAME="start(com.iver.cit.gvsig.fmap.layers.FLayer)"><!-- --></A><H3>
406
start</H3>
407
<PRE>
408
public boolean <B>start</B>(<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/FLayer.html" title="interface in com.iver.cit.gvsig.fmap.layers">FLayer</A>&nbsp;layer)</PRE>
409
<DL>
410
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FeatureVisitor.html" title="interface in com.iver.cit.gvsig.fmap.operations.strategies">FeatureVisitor</A></CODE></B></DD>
411
<DD>M?todo invocado antes de las visitas para que el visitor pueda reservar
412
 alg?n tipo de recurso que sea necesario
413
<P>
414
<DD><DL>
415
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FeatureVisitor.html#start(com.iver.cit.gvsig.fmap.layers.FLayer)">start</A></CODE> in interface <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FeatureVisitor.html" title="interface in com.iver.cit.gvsig.fmap.operations.strategies">FeatureVisitor</A></CODE></DL>
416
</DD>
417
<DD><DL>
418
<DT><B>Parameters:</B><DD><CODE>layer</CODE> - Capa sobre la que se act?a
419
<DT><B>Returns:</B><DD>Devuelve true si el visitor se puede aplicar sobre la capa que
420
                    se pasa como par?metro<DT><B>See Also:</B><DD><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FeatureVisitor.html#start(com.iver.cit.gvsig.fmap.layers.FLayer)"><CODE>FeatureVisitor.start(com.iver.cit.gvsig.fmap.layers.FLayer)</CODE></A></DL>
421
</DD>
422
</DL>
423
<HR>
424

    
425
<A NAME="getBitSet()"><!-- --></A><H3>
426
getBitSet</H3>
427
<PRE>
428
public <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/FBitSet.html" title="class in com.iver.cit.gvsig.fmap.layers">FBitSet</A> <B>getBitSet</B>()</PRE>
429
<DL>
430
<DD><DL>
431
</DL>
432
</DD>
433
<DD><DL>
434
</DL>
435
</DD>
436
</DL>
437
<!-- ========= END OF CLASS DATA ========= -->
438
<HR>
439

    
440

    
441
<!-- ======= START OF BOTTOM NAVBAR ====== -->
442
<A NAME="navbar_bottom"><!-- --></A>
443
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
444
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
445
<TR>
446
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
447
<A NAME="navbar_bottom_firstrow"><!-- --></A>
448
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
449
  <TR ALIGN="center" VALIGN="top">
450
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
451
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
452
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
453
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
454
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
455
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
456
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
457
  </TR>
458
</TABLE>
459
</TD>
460
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
461
</EM>
462
</TD>
463
</TR>
464

    
465
<TR>
466
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
467
&nbsp;<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/ProjectionVisitor.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies"><B>PREV CLASS</B></A>&nbsp;
468
&nbsp;<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByPointVisitor.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies"><B>NEXT CLASS</B></A></FONT></TD>
469
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
470
  <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
471
&nbsp;<A HREF="QueryByGeometryVisitor.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
472
&nbsp;<SCRIPT type="text/javascript">
473
  <!--
474
  if(window==top) {
475
    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
476
  }
477
  //-->
478
</SCRIPT>
479
<NOSCRIPT>
480
  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
481
</NOSCRIPT>
482

    
483
</FONT></TD>
484
</TR>
485
<TR>
486
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
487
  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>
488
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
489
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>
490
</TR>
491
</TABLE>
492
<A NAME="skip-navbar_bottom"></A>
493
<!-- ======== END OF BOTTOM NAVBAR ======= -->
494

    
495
<HR>
496

    
497
</BODY>
498
</HTML>