Statistics
| Revision:

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

History | View | Annotate | Download (13.6 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:46 CET 2005 -->
6
<TITLE>
7
com.iver.cit.gvsig.fmap.operations.strategies (FMap API)
8
</TITLE>
9

    
10
<META NAME="keywords" CONTENT="com.iver.cit.gvsig.fmap.operations.strategies package">
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="com.iver.cit.gvsig.fmap.operations.strategies (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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
37
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</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/selection/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
53
&nbsp;<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/package-summary.html"><B>NEXT PACKAGE</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="package-summary.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
</TABLE>
71
<A NAME="skip-navbar_top"></A>
72
<!-- ========= END OF TOP NAVBAR ========= -->
73

    
74
<HR>
75
<H2>
76
Package com.iver.cit.gvsig.fmap.operations.strategies
77
</H2>
78

    
79
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
80
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
81
<TD COLSPAN=2><FONT SIZE="+2">
82
<B>Interface Summary</B></FONT></TD>
83
</TR>
84
<TR BGCOLOR="white" CLASS="TableRowColor">
85
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FeatureDataVisitor.html" title="interface in com.iver.cit.gvsig.fmap.operations.strategies">FeatureDataVisitor</A></B></TD>
86
<TD>&nbsp;</TD>
87
</TR>
88
<TR BGCOLOR="white" CLASS="TableRowColor">
89
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FeatureVisitor.html" title="interface in com.iver.cit.gvsig.fmap.operations.strategies">FeatureVisitor</A></B></TD>
90
<TD>Interfaz que ofrece los m?todos para iniciar, finalizar y visitar una
91
 feature.</TD>
92
</TR>
93
<TR BGCOLOR="white" CLASS="TableRowColor">
94
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/ShapeInfo.html" title="interface in com.iver.cit.gvsig.fmap.operations.strategies">ShapeInfo</A></B></TD>
95
<TD>Estructura de datos con la informaci?n relativa a las geometr?as de una
96
 fuente de datos necesaria para acelerar el procesado de la capa</TD>
97
</TR>
98
<TR BGCOLOR="white" CLASS="TableRowColor">
99
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/Strategy.html" title="interface in com.iver.cit.gvsig.fmap.operations.strategies">Strategy</A></B></TD>
100
<TD>Interfaz estrategia.</TD>
101
</TR>
102
</TABLE>
103
&nbsp;
104

    
105
<P>
106

    
107
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
108
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
109
<TD COLSPAN=2><FONT SIZE="+2">
110
<B>Class Summary</B></FONT></TD>
111
</TR>
112
<TR BGCOLOR="white" CLASS="TableRowColor">
113
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/BoundingBoxVisitor.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">BoundingBoxVisitor</A></B></TD>
114
<TD>&nbsp;</TD>
115
</TR>
116
<TR BGCOLOR="white" CLASS="TableRowColor">
117
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/DefaultStrategy.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">DefaultStrategy</A></B></TD>
118
<TD>Implementa la Strategy por defecto. </TD>
119
</TR>
120
<TR BGCOLOR="white" CLASS="TableRowColor">
121
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/DiskShapeInfo.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">DiskShapeInfo</A></B></TD>
122
<TD>&nbsp;</TD>
123
</TR>
124
<TR BGCOLOR="white" CLASS="TableRowColor">
125
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FirstStrategy.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">FirstStrategy</A></B></TD>
126
<TD>Estrategia empleada para las capas vectoriales, que dibuja y guarda en un
127
 fichero el bounding box de cada shape junto con su tipo. </TD>
128
</TR>
129
<TR BGCOLOR="white" CLASS="TableRowColor">
130
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/IndexedStrategy.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">IndexedStrategy</A></B></TD>
131
<TD>Estrategia que har? uso de ?ndices para implementar Strategy</TD>
132
</TR>
133
<TR BGCOLOR="white" CLASS="TableRowColor">
134
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/MemoryShapeInfo.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">MemoryShapeInfo</A></B></TD>
135
<TD>Estructura de datos con la informaci?n relativa a las geometr?as de una
136
 fuente de datos necesaria para acelerar el procesado de la capa en memoria.</TD>
137
</TR>
138
<TR BGCOLOR="white" CLASS="TableRowColor">
139
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/OptimiceStrategy.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">OptimiceStrategy</A></B></TD>
140
<TD>Extiende DefaultStrategy de forma optimizada.</TD>
141
</TR>
142
<TR BGCOLOR="white" CLASS="TableRowColor">
143
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/ProjectionVisitor.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">ProjectionVisitor</A></B></TD>
144
<TD>&nbsp;</TD>
145
</TR>
146
<TR BGCOLOR="white" CLASS="TableRowColor">
147
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByGeometryVisitor.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">QueryByGeometryVisitor</A></B></TD>
148
<TD>&nbsp;</TD>
149
</TR>
150
<TR BGCOLOR="white" CLASS="TableRowColor">
151
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByPointVisitor.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">QueryByPointVisitor</A></B></TD>
152
<TD>Query by point Visitor.</TD>
153
</TR>
154
<TR BGCOLOR="white" CLASS="TableRowColor">
155
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByRectVisitor.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">QueryByRectVisitor</A></B></TD>
156
<TD>Query by Rectangle Visitor.</TD>
157
</TR>
158
<TR BGCOLOR="white" CLASS="TableRowColor">
159
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByShapeVisitor.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">QueryByShapeVisitor</A></B></TD>
160
<TD>Query by Shape.</TD>
161
</TR>
162
<TR BGCOLOR="white" CLASS="TableRowColor">
163
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/QueryByThemeVisitor.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">QueryByThemeVisitor</A></B></TD>
164
<TD>Query by Theme.</TD>
165
</TR>
166
<TR BGCOLOR="white" CLASS="TableRowColor">
167
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/SelectByPointVisitor.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">SelectByPointVisitor</A></B></TD>
168
<TD>Visitor de selecci?n por punto.</TD>
169
</TR>
170
<TR BGCOLOR="white" CLASS="TableRowColor">
171
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/SelectByRectVisitor.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">SelectByRectVisitor</A></B></TD>
172
<TD>Visitor de slecci?n por rect?ngulo.</TD>
173
</TR>
174
<TR BGCOLOR="white" CLASS="TableRowColor">
175
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/SelectedShapeVisitor.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">SelectedShapeVisitor</A></B></TD>
176
<TD>DOCUMENT ME!</TD>
177
</TR>
178
<TR BGCOLOR="white" CLASS="TableRowColor">
179
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/SelectedZoomVisitor.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">SelectedZoomVisitor</A></B></TD>
180
<TD>Visitor de zoom a lo seleccionado.</TD>
181
</TR>
182
<TR BGCOLOR="white" CLASS="TableRowColor">
183
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/ShpStrategy.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">ShpStrategy</A></B></TD>
184
<TD>Esta clase definir? las operaciones de la interfaz FLyrVect de la manera m?s
185
 ?ptima para los ficheros shp.</TD>
186
</TR>
187
<TR BGCOLOR="white" CLASS="TableRowColor">
188
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/StrategyManager.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">StrategyManager</A></B></TD>
189
<TD>Clase con m?todos est?ticos para crear la estategia.</TD>
190
</TR>
191
</TABLE>
192
&nbsp;
193

    
194
<P>
195

    
196
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
197
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
198
<TD COLSPAN=2><FONT SIZE="+2">
199
<B>Exception Summary</B></FONT></TD>
200
</TR>
201
<TR BGCOLOR="white" CLASS="TableRowColor">
202
<TD WIDTH="15%"><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/VisitException.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">VisitException</A></B></TD>
203
<TD>Excepci?n lanzada por los Visitors.</TD>
204
</TR>
205
</TABLE>
206
&nbsp;
207

    
208
<P>
209
<HR>
210

    
211

    
212
<!-- ======= START OF BOTTOM NAVBAR ====== -->
213
<A NAME="navbar_bottom"><!-- --></A>
214
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
215
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
216
<TR>
217
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
218
<A NAME="navbar_bottom_firstrow"><!-- --></A>
219
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
220
  <TR ALIGN="center" VALIGN="top">
221
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
222
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
223
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
224
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
225
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
226
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
227
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
228
  </TR>
229
</TABLE>
230
</TD>
231
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
232
</EM>
233
</TD>
234
</TR>
235

    
236
<TR>
237
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
238
&nbsp;<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/selection/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
239
&nbsp;<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/rendering/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
240
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
241
  <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
242
&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
243
&nbsp;<SCRIPT type="text/javascript">
244
  <!--
245
  if(window==top) {
246
    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
247
  }
248
  //-->
249
</SCRIPT>
250
<NOSCRIPT>
251
  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
252
</NOSCRIPT>
253

    
254
</FONT></TD>
255
</TR>
256
</TABLE>
257
<A NAME="skip-navbar_bottom"></A>
258
<!-- ======== END OF BOTTOM NAVBAR ======= -->
259

    
260
<HR>
261

    
262
</BODY>
263
</HTML>