Statistics
| Revision:

root / trunk / docs / FMap / fmap-api / com / iver / cit / gvsig / fmap / write / geometron / EditableFeatureSource.html @ 11445

History | View | Annotate | Download (20.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:54 CET 2005 -->
6
<TITLE>
7
EditableFeatureSource (FMap API)
8
</TITLE>
9

    
10
<META NAME="keywords" CONTENT="com.iver.cit.gvsig.fmap.write.geometron.EditableFeatureSource 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="EditableFeatureSource (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/write/geometron/EdgeMenuHandler.html" title="interface in com.iver.cit.gvsig.fmap.write.geometron"><B>PREV CLASS</B></A>&nbsp;
53
&nbsp;<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/geometron/EventHandler.html" title="interface in com.iver.cit.gvsig.fmap.write.geometron"><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="EditableFeatureSource.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.write.geometron</FONT>
85
<BR>
86
Interface EditableFeatureSource</H2>
87
<DL>
88
<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html" title="interface in com.iver.cit.gvsig.fmap.layers">ReadableVectorial</A>, <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/WritableOperations.html" title="interface in com.iver.cit.gvsig.fmap.write">WritableOperations</A></DD>
89
</DL>
90
<DL>
91
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/EditionSourceAdapter.html" title="class in com.iver.cit.gvsig.fmap.write">EditionSourceAdapter</A></DD>
92
</DL>
93
<HR>
94
<DL>
95
<DT>public interface <B>EditableFeatureSource</B><DT>extends <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/WritableOperations.html" title="interface in com.iver.cit.gvsig.fmap.write">WritableOperations</A>, <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html" title="interface in com.iver.cit.gvsig.fmap.layers">ReadableVectorial</A></DL>
96

    
97
<P>
98
<HR>
99

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

    
103

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

    
106

    
107
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
108

    
109

    
110
<!-- ========== METHOD SUMMARY =========== -->
111

    
112
<A NAME="method_summary"><!-- --></A>
113
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
114
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
115
<TD COLSPAN=2><FONT SIZE="+2">
116
<B>Method Summary</B></FONT></TD>
117
</TR>
118
<TR BGCOLOR="white" CLASS="TableRowColor">
119
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
120
<CODE>&nbsp;void</CODE></FONT></TD>
121
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/geometron/EditableFeatureSource.html#addGeometry(com.iver.cit.gvsig.fmap.core.IGeometry)">addGeometry</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)</CODE>
122

    
123
<BR>
124
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A?ade una geometry a la capa</TD>
125
</TR>
126
<TR BGCOLOR="white" CLASS="TableRowColor">
127
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
128
<CODE>&nbsp;void</CODE></FONT></TD>
129
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/geometron/EditableFeatureSource.html#deleteGeometry(int)">deleteGeometry</A></B>(int&nbsp;id)</CODE>
130

    
131
<BR>
132
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Elimina una feature de la capa</TD>
133
</TR>
134
<TR BGCOLOR="white" CLASS="TableRowColor">
135
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
136
<CODE>&nbsp;java.awt.geom.Rectangle2D</CODE></FONT></TD>
137
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/geometron/EditableFeatureSource.html#getFullExtent()">getFullExtent</A></B>()</CODE>
138

    
139
<BR>
140
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve la extensi?n total de la capa.</TD>
141
</TR>
142
<TR BGCOLOR="white" CLASS="TableRowColor">
143
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
144
<CODE>&nbsp;<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/core/IGeometry.html" title="interface in com.iver.cit.gvsig.fmap.core">IGeometry</A></CODE></FONT></TD>
145
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/geometron/EditableFeatureSource.html#getShape(int)">getShape</A></B>(int&nbsp;index)</CODE>
146

    
147
<BR>
148
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve la geometr?a a partir de un ?ndice.</TD>
149
</TR>
150
<TR BGCOLOR="white" CLASS="TableRowColor">
151
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
152
<CODE>&nbsp;int</CODE></FONT></TD>
153
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/geometron/EditableFeatureSource.html#getShapeCount()">getShapeCount</A></B>()</CODE>
154

    
155
<BR>
156
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve el n?mero de Shape.</TD>
157
</TR>
158
<TR BGCOLOR="white" CLASS="TableRowColor">
159
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
160
<CODE>&nbsp;void</CODE></FONT></TD>
161
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/geometron/EditableFeatureSource.html#modifyGeometry(int, com.iver.cit.gvsig.fmap.core.IGeometry)">modifyGeometry</A></B>(int&nbsp;id,
162
               <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/core/IGeometry.html" title="interface in com.iver.cit.gvsig.fmap.core">IGeometry</A>&nbsp;g)</CODE>
163

    
164
<BR>
165
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sustituye la geometry i-?sima de la capa por la que se pasa como par?metro.</TD>
166
</TR>
167
<TR BGCOLOR="white" CLASS="TableRowColor">
168
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
169
<CODE>&nbsp;void</CODE></FONT></TD>
170
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/geometron/EditableFeatureSource.html#start()">start</A></B>()</CODE>
171

    
172
<BR>
173
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indica que se va a comenzar a hacer una serie de operaciones sobre el origen de datos con la finalidad de que dicho origen de datos se prepare (abra el fichero, comience una transacci?n, conecte al servidor, ...). </TD>
174
</TR>
175
<TR BGCOLOR="white" CLASS="TableRowColor">
176
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
177
<CODE>&nbsp;void</CODE></FONT></TD>
178
<TD><CODE><B><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/geometron/EditableFeatureSource.html#stop()">stop</A></B>()</CODE>
179

    
180
<BR>
181
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hace que se cierre el soporte f?sico de la capa. </TD>
182
</TR>
183
</TABLE>
184
&nbsp;<A NAME="methods_inherited_from_class_com.iver.cit.gvsig.fmap.layers.ReadableVectorial"><!-- --></A>
185
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
186
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
187
<TD><B>Methods inherited from interface com.iver.cit.gvsig.fmap.layers.<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html" title="interface in com.iver.cit.gvsig.fmap.layers">ReadableVectorial</A></B></TD>
188
</TR>
189
<TR BGCOLOR="white" CLASS="TableRowColor">
190
<TD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html#getShapeType()">getShapeType</A></CODE></TD>
191
</TR>
192
</TABLE>
193
&nbsp;
194
<P>
195

    
196
<!-- ============ FIELD DETAIL =========== -->
197

    
198

    
199
<!-- ========= CONSTRUCTOR DETAIL ======== -->
200

    
201

    
202
<!-- ============ METHOD DETAIL ========== -->
203

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

    
212
<A NAME="start()"><!-- --></A><H3>
213
start</H3>
214
<PRE>
215
public void <B>start</B>()
216
           throws <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/drivers/DriverIOException.html" title="class in com.iver.cit.gvsig.fmap.drivers">DriverIOException</A></PRE>
217
<DL>
218
<DD>Indica que se va a comenzar a hacer una serie de operaciones sobre el origen de datos con la finalidad de que dicho origen de datos se prepare (abra el fichero, comience una transacci?n, conecte al servidor, ...). Abre el fichero de ?ndices en caso de que exista.
219
<P>
220
<DD><DL>
221
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html#start()">start</A></CODE> in interface <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html" title="interface in com.iver.cit.gvsig.fmap.layers">ReadableVectorial</A></CODE></DL>
222
</DD>
223
<DD><DL>
224

    
225
<DT><B>Throws:</B>
226
<DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/drivers/DriverIOException.html" title="class in com.iver.cit.gvsig.fmap.drivers">DriverIOException</A></CODE></DL>
227
</DD>
228
</DL>
229
<HR>
230

    
231
<A NAME="stop()"><!-- --></A><H3>
232
stop</H3>
233
<PRE>
234
public void <B>stop</B>()
235
          throws <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/drivers/DriverIOException.html" title="class in com.iver.cit.gvsig.fmap.drivers">DriverIOException</A></PRE>
236
<DL>
237
<DD>Hace que se cierre el soporte f?sico de la capa. Cierra el fichero de ?ndices en caso de que exista.
238
<P>
239
<DD><DL>
240
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html#stop()">stop</A></CODE> in interface <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html" title="interface in com.iver.cit.gvsig.fmap.layers">ReadableVectorial</A></CODE></DL>
241
</DD>
242
<DD><DL>
243

    
244
<DT><B>Throws:</B>
245
<DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/drivers/DriverIOException.html" title="class in com.iver.cit.gvsig.fmap.drivers">DriverIOException</A></CODE></DL>
246
</DD>
247
</DL>
248
<HR>
249

    
250
<A NAME="getShape(int)"><!-- --></A><H3>
251
getShape</H3>
252
<PRE>
253
public <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/core/IGeometry.html" title="interface in com.iver.cit.gvsig.fmap.core">IGeometry</A> <B>getShape</B>(int&nbsp;index)
254
                   throws <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/drivers/DriverIOException.html" title="class in com.iver.cit.gvsig.fmap.drivers">DriverIOException</A></PRE>
255
<DL>
256
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html" title="interface in com.iver.cit.gvsig.fmap.layers">ReadableVectorial</A></CODE></B></DD>
257
<DD>Devuelve la geometr?a a partir de un ?ndice.
258
<P>
259
<DD><DL>
260
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html#getShape(int)">getShape</A></CODE> in interface <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html" title="interface in com.iver.cit.gvsig.fmap.layers">ReadableVectorial</A></CODE></DL>
261
</DD>
262
<DD><DL>
263
<DT><B>Parameters:</B><DD><CODE>index</CODE> - ?ndice.
264
<DT><B>Returns:</B><DD>Geometr?a.
265
<DT><B>Throws:</B>
266
<DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/drivers/DriverIOException.html" title="class in com.iver.cit.gvsig.fmap.drivers">DriverIOException</A></CODE></DL>
267
</DD>
268
</DL>
269
<HR>
270

    
271
<A NAME="getShapeCount()"><!-- --></A><H3>
272
getShapeCount</H3>
273
<PRE>
274
public int <B>getShapeCount</B>()
275
                  throws <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/drivers/DriverIOException.html" title="class in com.iver.cit.gvsig.fmap.drivers">DriverIOException</A></PRE>
276
<DL>
277
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html" title="interface in com.iver.cit.gvsig.fmap.layers">ReadableVectorial</A></CODE></B></DD>
278
<DD>Devuelve el n?mero de Shape.
279
<P>
280
<DD><DL>
281
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html#getShapeCount()">getShapeCount</A></CODE> in interface <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html" title="interface in com.iver.cit.gvsig.fmap.layers">ReadableVectorial</A></CODE></DL>
282
</DD>
283
<DD><DL>
284

    
285
<DT><B>Returns:</B><DD>N?mero de Shape.
286
<DT><B>Throws:</B>
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></DL>
288
</DD>
289
</DL>
290
<HR>
291

    
292
<A NAME="deleteGeometry(int)"><!-- --></A><H3>
293
deleteGeometry</H3>
294
<PRE>
295
public void <B>deleteGeometry</B>(int&nbsp;id)</PRE>
296
<DL>
297
<DD>Elimina una feature de la capa
298
<P>
299
<DD><DL>
300
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/WritableOperations.html#deleteGeometry(int)">deleteGeometry</A></CODE> in interface <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/WritableOperations.html" title="interface in com.iver.cit.gvsig.fmap.write">WritableOperations</A></CODE></DL>
301
</DD>
302
<DD><DL>
303
</DL>
304
</DD>
305
</DL>
306
<HR>
307

    
308
<A NAME="modifyGeometry(int, com.iver.cit.gvsig.fmap.core.IGeometry)"><!-- --></A><H3>
309
modifyGeometry</H3>
310
<PRE>
311
public void <B>modifyGeometry</B>(int&nbsp;id,
312
                           <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/core/IGeometry.html" title="interface in com.iver.cit.gvsig.fmap.core">IGeometry</A>&nbsp;g)</PRE>
313
<DL>
314
<DD>Sustituye la geometry i-?sima de la capa por la que se pasa como par?metro.
315
<P>
316
<DD><DL>
317
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/WritableOperations.html#modifyGeometry(int, com.iver.cit.gvsig.fmap.core.IGeometry)">modifyGeometry</A></CODE> in interface <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/WritableOperations.html" title="interface in com.iver.cit.gvsig.fmap.write">WritableOperations</A></CODE></DL>
318
</DD>
319
<DD><DL>
320
</DL>
321
</DD>
322
</DL>
323
<HR>
324

    
325
<A NAME="addGeometry(com.iver.cit.gvsig.fmap.core.IGeometry)"><!-- --></A><H3>
326
addGeometry</H3>
327
<PRE>
328
public void <B>addGeometry</B>(<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/core/IGeometry.html" title="interface in com.iver.cit.gvsig.fmap.core">IGeometry</A>&nbsp;g)</PRE>
329
<DL>
330
<DD>A?ade una geometry a la capa
331
<P>
332
<DD><DL>
333
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/WritableOperations.html#addGeometry(com.iver.cit.gvsig.fmap.core.IGeometry)">addGeometry</A></CODE> in interface <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/WritableOperations.html" title="interface in com.iver.cit.gvsig.fmap.write">WritableOperations</A></CODE></DL>
334
</DD>
335
<DD><DL>
336
</DL>
337
</DD>
338
</DL>
339
<HR>
340

    
341
<A NAME="getFullExtent()"><!-- --></A><H3>
342
getFullExtent</H3>
343
<PRE>
344
public java.awt.geom.Rectangle2D <B>getFullExtent</B>()
345
                                        throws <A HREF="../../../../../../../com/iver/cit/gvsig/fmap/drivers/DriverIOException.html" title="class in com.iver.cit.gvsig.fmap.drivers">DriverIOException</A></PRE>
346
<DL>
347
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html" title="interface in com.iver.cit.gvsig.fmap.layers">ReadableVectorial</A></CODE></B></DD>
348
<DD>Devuelve la extensi?n total de la capa.
349
<P>
350
<DD><DL>
351
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html#getFullExtent()">getFullExtent</A></CODE> in interface <CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/layers/ReadableVectorial.html" title="interface in com.iver.cit.gvsig.fmap.layers">ReadableVectorial</A></CODE></DL>
352
</DD>
353
<DD><DL>
354

    
355
<DT><B>Returns:</B><DD>Extensi?n total.
356
<DT><B>Throws:</B>
357
<DD><CODE><A HREF="../../../../../../../com/iver/cit/gvsig/fmap/drivers/DriverIOException.html" title="class in com.iver.cit.gvsig.fmap.drivers">DriverIOException</A></CODE></DL>
358
</DD>
359
</DL>
360
<!-- ========= END OF CLASS DATA ========= -->
361
<HR>
362

    
363

    
364
<!-- ======= START OF BOTTOM NAVBAR ====== -->
365
<A NAME="navbar_bottom"><!-- --></A>
366
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
367
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
368
<TR>
369
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
370
<A NAME="navbar_bottom_firstrow"><!-- --></A>
371
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
372
  <TR ALIGN="center" VALIGN="top">
373
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
374
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
375
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
376
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
377
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
378
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
379
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
380
  </TR>
381
</TABLE>
382
</TD>
383
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
384
</EM>
385
</TD>
386
</TR>
387

    
388
<TR>
389
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
390
&nbsp;<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/geometron/EdgeMenuHandler.html" title="interface in com.iver.cit.gvsig.fmap.write.geometron"><B>PREV CLASS</B></A>&nbsp;
391
&nbsp;<A HREF="../../../../../../../com/iver/cit/gvsig/fmap/write/geometron/EventHandler.html" title="interface in com.iver.cit.gvsig.fmap.write.geometron"><B>NEXT CLASS</B></A></FONT></TD>
392
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
393
  <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
394
&nbsp;<A HREF="EditableFeatureSource.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
395
&nbsp;<SCRIPT type="text/javascript">
396
  <!--
397
  if(window==top) {
398
    document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
399
  }
400
  //-->
401
</SCRIPT>
402
<NOSCRIPT>
403
  <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
404
</NOSCRIPT>
405

    
406
</FONT></TD>
407
</TR>
408
<TR>
409
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
410
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
411
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
412
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
413
</TR>
414
</TABLE>
415
<A NAME="skip-navbar_bottom"></A>
416
<!-- ======== END OF BOTTOM NAVBAR ======= -->
417

    
418
<HR>
419

    
420
</BODY>
421
</HTML>