Statistics
| Revision:

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

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

    
10
<META NAME="keywords" CONTENT="com.iver.cit.gvsig.fmap.operations.strategies.ShapeInfo interface">
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="ShapeInfo (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/FeatureVisitor.html" title="interface 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/Strategy.html" title="interface 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="ShapeInfo.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;CONSTR&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;CONSTR&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
Interface ShapeInfo</H2>
87
<DL>
88
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/DiskShapeInfo.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">DiskShapeInfo</A>, <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/MemoryShapeInfo.html" title="class in com.iver.cit.gvsig.fmap.operations.strategies">MemoryShapeInfo</A></DD>
89
</DL>
90
<HR>
91
<DL>
92
<DT>public interface <B>ShapeInfo</B></DL>
93

    
94
<P>
95
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
97
<P>
98

    
99
<P>
100
<HR>
101

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

    
105

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

    
108

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

    
111

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

    
114
<A NAME="method_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>Method Summary</B></FONT></TD>
119
</TR>
120
<TR BGCOLOR="white" CLASS="TableRowColor">
121
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
122
<CODE>&nbsp;void</CODE></FONT></TD>
123
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/ShapeInfo.html#addShapeInfo(java.awt.geom.Rectangle2D, int)">addShapeInfo</A></B>(java.awt.geom.Rectangle2D&nbsp;boundingBox,
124
             int&nbsp;type)</CODE>
125

    
126
<BR>
127
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A?ade al final de la estructura de datos la informaci?n de una geometr?a</TD>
128
</TR>
129
<TR BGCOLOR="white" CLASS="TableRowColor">
130
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
131
<CODE>&nbsp;java.awt.geom.Rectangle2D</CODE></FONT></TD>
132
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/ShapeInfo.html#getBoundingBox(int)">getBoundingBox</A></B>(int&nbsp;index)</CODE>
133

    
134
<BR>
135
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene el bounding box de la geometr?a index-?sima</TD>
136
</TR>
137
<TR BGCOLOR="white" CLASS="TableRowColor">
138
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
139
<CODE>&nbsp;int</CODE></FONT></TD>
140
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/ShapeInfo.html#getType(int)">getType</A></B>(int&nbsp;index)</CODE>
141

    
142
<BR>
143
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtiene el tipo de la geometr?a index-?sima</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/operations/strategies/ShapeInfo.html#setShapeInfo(int, java.awt.geom.Rectangle2D, int)">setShapeInfo</A></B>(int&nbsp;index,
149
             java.awt.geom.Rectangle2D&nbsp;boundingBox,
150
             int&nbsp;type)</CODE>
151

    
152
<BR>
153
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Establece en la posici?n index-?sima de la estructura de datos la
154
 informaci?n de una geometr?a</TD>
155
</TR>
156
</TABLE>
157
&nbsp;
158
<P>
159

    
160
<!-- ============ FIELD DETAIL =========== -->
161

    
162

    
163
<!-- ========= CONSTRUCTOR DETAIL ======== -->
164

    
165

    
166
<!-- ============ METHOD DETAIL ========== -->
167

    
168
<A NAME="method_detail"><!-- --></A>
169
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
170
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
171
<TD COLSPAN=1><FONT SIZE="+2">
172
<B>Method Detail</B></FONT></TD>
173
</TR>
174
</TABLE>
175

    
176
<A NAME="addShapeInfo(java.awt.geom.Rectangle2D, int)"><!-- --></A><H3>
177
addShapeInfo</H3>
178
<PRE>
179
public void <B>addShapeInfo</B>(java.awt.geom.Rectangle2D&nbsp;boundingBox,
180
                         int&nbsp;type)</PRE>
181
<DL>
182
<DD>A?ade al final de la estructura de datos la informaci?n de una geometr?a
183
<P>
184
<DD><DL>
185
<DT><B>Parameters:</B><DD><CODE>boundingBox</CODE> - Extent del shape.<DD><CODE>type</CODE> - Tipo de shape.</DL>
186
</DD>
187
</DL>
188
<HR>
189

    
190
<A NAME="setShapeInfo(int, java.awt.geom.Rectangle2D, int)"><!-- --></A><H3>
191
setShapeInfo</H3>
192
<PRE>
193
public void <B>setShapeInfo</B>(int&nbsp;index,
194
                         java.awt.geom.Rectangle2D&nbsp;boundingBox,
195
                         int&nbsp;type)
196
                  throws java.lang.ArrayIndexOutOfBoundsException</PRE>
197
<DL>
198
<DD>Establece en la posici?n index-?sima de la estructura de datos la
199
 informaci?n de una geometr?a
200
<P>
201
<DD><DL>
202
<DT><B>Parameters:</B><DD><CODE>index</CODE> - ?ndice.<DD><CODE>boundingBox</CODE> - Extent del shape.<DD><CODE>type</CODE> - Tipo de shape.
203
<DT><B>Throws:</B>
204
<DD><CODE>java.lang.ArrayIndexOutOfBoundsException</CODE> - Si se intenta establecer la
205
                    informaci?n para una geometr?a que no existe</DL>
206
</DD>
207
</DL>
208
<HR>
209

    
210
<A NAME="getBoundingBox(int)"><!-- --></A><H3>
211
getBoundingBox</H3>
212
<PRE>
213
public java.awt.geom.Rectangle2D <B>getBoundingBox</B>(int&nbsp;index)</PRE>
214
<DL>
215
<DD>Obtiene el bounding box de la geometr?a index-?sima
216
<P>
217
<DD><DL>
218
<DT><B>Parameters:</B><DD><CODE>index</CODE> - ?ndice de la geometr?a.
219
<DT><B>Returns:</B><DD>Extent de la geometr?a.</DL>
220
</DD>
221
</DL>
222
<HR>
223

    
224
<A NAME="getType(int)"><!-- --></A><H3>
225
getType</H3>
226
<PRE>
227
public int <B>getType</B>(int&nbsp;index)</PRE>
228
<DL>
229
<DD>Obtiene el tipo de la geometr?a index-?sima
230
<P>
231
<DD><DL>
232
<DT><B>Parameters:</B><DD><CODE>index</CODE> - ?ndice.
233
<DT><B>Returns:</B><DD>Tipo de geometr?a.</DL>
234
</DD>
235
</DL>
236
<!-- ========= END OF CLASS DATA ========= -->
237
<HR>
238

    
239

    
240
<!-- ======= START OF BOTTOM NAVBAR ====== -->
241
<A NAME="navbar_bottom"><!-- --></A>
242
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
243
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
244
<TR>
245
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
246
<A NAME="navbar_bottom_firstrow"><!-- --></A>
247
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
248
  <TR ALIGN="center" VALIGN="top">
249
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
250
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
251
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
252
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
253
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
254
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
255
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
256
  </TR>
257
</TABLE>
258
</TD>
259
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
260
</EM>
261
</TD>
262
</TR>
263

    
264
<TR>
265
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
266
&nbsp;<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/FeatureVisitor.html" title="interface in com.iver.cit.gvsig.fmap.operations.strategies"><B>PREV CLASS</B></A>&nbsp;
267
&nbsp;<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/operations/strategies/Strategy.html" title="interface in com.iver.cit.gvsig.fmap.operations.strategies"><B>NEXT CLASS</B></A></FONT></TD>
268
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
269
  <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
270
&nbsp;<A HREF="ShapeInfo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
271
&nbsp;<SCRIPT type="text/javascript">
272
  <!--
273
  if(window==top) {
274
    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
275
  }
276
  //-->
277
</SCRIPT>
278
<NOSCRIPT>
279
  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
280
</NOSCRIPT>
281

    
282
</FONT></TD>
283
</TR>
284
<TR>
285
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
286
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
287
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
288
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
289
</TR>
290
</TABLE>
291
<A NAME="skip-navbar_bottom"></A>
292
<!-- ======== END OF BOTTOM NAVBAR ======= -->
293

    
294
<HR>
295

    
296
</BODY>
297
</HTML>