Statistics
| Revision:

root / trunk / docs / Cresques / javadocs / org / cresques / px / dxf / DxfFeatureMaker.html @ 11445

History | View | Annotate | Download (53.9 KB)

1 2256 igbrotru
<!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 2845 nacho
<!-- Generated by javadoc (build 1.4.2_03) on Fri Sep 02 13:43:20 CEST 2005 -->
6 2256 igbrotru
<TITLE>
7
DxfFeatureMaker
8
</TITLE>
9
10
<META NAME="keywords" CONTENT="org.cresques.px.dxf.DxfFeatureMaker 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="DxfFeatureMaker";
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="../../../../org/cresques/px/dxf/DxfEntityMaker.html" title="class in org.cresques.px.dxf"><B>PREV CLASS</B></A>&nbsp;
53
&nbsp;<A HREF="../../../../org/cresques/px/dxf/DxfHeaderManager.html" title="class in org.cresques.px.dxf"><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="DxfFeatureMaker.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
org.cresques.px.dxf</FONT>
85
<BR>
86
Class DxfFeatureMaker</H2>
87
<PRE>
88
java.lang.Object
89
  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>org.cresques.px.dxf.DxfFeatureMaker</B>
90
</PRE>
91
<DL>
92
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A>, <A HREF="../../../../org/cresques/geo/Projected.html" title="interface in org.cresques.geo">Projected</A></DD>
93
</DL>
94
<HR>
95
<DL>
96
<DT>public class <B>DxfFeatureMaker</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A>, <A HREF="../../../../org/cresques/geo/Projected.html" title="interface in org.cresques.geo">Projected</A></DL>
97
98
<P>
99 2845 nacho
La clase DxfFeatureMaker facilita la creaci?n de entidades en un modelo de datos
100
 GIS. La creaci?n se realiza partiendo de las entidades obtenidas de un fichero DXF.
101 2256 igbrotru
<P>
102
103
<P>
104 2845 nacho
<DL>
105
<DT><B>Author:</B></DT>
106
  <DD>jmorell</DD>
107
</DL>
108 2256 igbrotru
<HR>
109
110
<P>
111
<!-- ======== NESTED CLASS SUMMARY ======== -->
112
113
114
<!-- =========== FIELD SUMMARY =========== -->
115
116
117
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
118
119
<A NAME="constructor_summary"><!-- --></A>
120
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
121
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
122
<TD COLSPAN=2><FONT SIZE="+2">
123
<B>Constructor Summary</B></FONT></TD>
124
</TR>
125
<TR BGCOLOR="white" CLASS="TableRowColor">
126
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#DxfFeatureMaker(org.cresques.cts.IProjection)">DxfFeatureMaker</A></B>(<A HREF="../../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A>&nbsp;proj)</CODE>
127
128
<BR>
129 2845 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor de DxfFeatureMaker.</TD>
130 2256 igbrotru
</TR>
131
</TABLE>
132
&nbsp;
133
<!-- ========== METHOD SUMMARY =========== -->
134
135
<A NAME="method_summary"><!-- --></A>
136
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
138
<TD COLSPAN=2><FONT SIZE="+2">
139
<B>Method Summary</B></FONT></TD>
140
</TR>
141
<TR BGCOLOR="white" CLASS="TableRowColor">
142
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143
<CODE>&nbsp;void</CODE></FONT></TD>
144
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#addVertex(org.cresques.io.DxfGroupVector)">addVertex</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
145
146
<BR>
147 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A?ade un v?rtice a la polil?nea que se est? creando</TD>
148 2256 igbrotru
</TR>
149
<TR BGCOLOR="white" CLASS="TableRowColor">
150
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
151
<CODE>&nbsp;void</CODE></FONT></TD>
152
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createArc(org.cresques.io.DxfGroupVector)">createArc</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
153
154
<BR>
155 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea un nuevo arco partiendo de la informaci?n almacenada en el DXF</TD>
156 2256 igbrotru
</TR>
157
<TR BGCOLOR="white" CLASS="TableRowColor">
158
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
159
<CODE>static&nbsp;java.util.Vector</CODE></FONT></TD>
160
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createArc(java.awt.geom.Point2D, java.awt.geom.Point2D, double)">createArc</A></B>(java.awt.geom.Point2D&nbsp;coord1,
161
          java.awt.geom.Point2D&nbsp;coord2,
162
          double&nbsp;bulge)</CODE>
163
164
<BR>
165 2845 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Invoca el m?todo de creaci?n de arcos para polil?neas con par?metros de
166
 curvatura.</TD>
167 2256 igbrotru
</TR>
168
<TR BGCOLOR="white" CLASS="TableRowColor">
169
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
170
<CODE>&nbsp;void</CODE></FONT></TD>
171
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createAttdef(org.cresques.io.DxfGroupVector)">createAttdef</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
172
173
<BR>
174 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construye la definici?n de un nuevo atributo partiendo de la informaci?n almacenada en el DXF</TD>
175 2256 igbrotru
</TR>
176
<TR BGCOLOR="white" CLASS="TableRowColor">
177
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
178
<CODE>&nbsp;void</CODE></FONT></TD>
179
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createAttrib(org.cresques.io.DxfGroupVector)">createAttrib</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
180
181
<BR>
182 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea un nuevo atributo partiendo de la informaci?n almacenada en el DXF</TD>
183 2256 igbrotru
</TR>
184
<TR BGCOLOR="white" CLASS="TableRowColor">
185
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
186
<CODE>&nbsp;void</CODE></FONT></TD>
187
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createBlock(org.cresques.io.DxfGroupVector)">createBlock</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
188
189
<BR>
190 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea un bloque</TD>
191 2256 igbrotru
</TR>
192
<TR BGCOLOR="white" CLASS="TableRowColor">
193
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
194
<CODE>&nbsp;void</CODE></FONT></TD>
195
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createCircle(org.cresques.io.DxfGroupVector)">createCircle</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
196
197
<BR>
198 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea un nuevo c?rculo partiendo de la informaci?n almacenada en el DXF</TD>
199 2256 igbrotru
</TR>
200
<TR BGCOLOR="white" CLASS="TableRowColor">
201
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
202
<CODE>&nbsp;void</CODE></FONT></TD>
203
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createEllipse(org.cresques.io.DxfGroupVector)">createEllipse</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;v)</CODE>
204
205
<BR>
206 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea una nueva elipse partiendo de la informaci?n almacenada en el DXF</TD>
207 2256 igbrotru
</TR>
208
<TR BGCOLOR="white" CLASS="TableRowColor">
209
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
210
<CODE>&nbsp;void</CODE></FONT></TD>
211
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createInsert(org.cresques.io.DxfGroupVector)">createInsert</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
212
213
<BR>
214 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea un nuevo punto de inserci?n partiendo de la informaci?n almacenada en el DXF</TD>
215 2256 igbrotru
</TR>
216
<TR BGCOLOR="white" CLASS="TableRowColor">
217
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
218
<CODE>&nbsp;void</CODE></FONT></TD>
219
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createLayer(org.cresques.io.DxfGroupVector)">createLayer</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;v)</CODE>
220
221
<BR>
222 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea una nueva capa partiendo de la informaci?n almacenada en el DXF</TD>
223 2256 igbrotru
</TR>
224
<TR BGCOLOR="white" CLASS="TableRowColor">
225
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
226
<CODE>&nbsp;void</CODE></FONT></TD>
227
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createLine(org.cresques.io.DxfGroupVector)">createLine</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
228
229
<BR>
230 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea una nueva l?nea partiendo de la informaci?n almacenada en el DXF</TD>
231 2256 igbrotru
</TR>
232
<TR BGCOLOR="white" CLASS="TableRowColor">
233
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
234
<CODE>&nbsp;void</CODE></FONT></TD>
235
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createLwPolyline(org.cresques.io.DxfGroupVector)">createLwPolyline</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
236
237
<BR>
238 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea una nueva LwPolyline partiendo de la informaci?n almacenada en el DXF</TD>
239 2256 igbrotru
</TR>
240
<TR BGCOLOR="white" CLASS="TableRowColor">
241
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
242
<CODE>&nbsp;void</CODE></FONT></TD>
243
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createMText(org.cresques.io.DxfGroupVector)">createMText</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
244
245
<BR>
246 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea un nuevo MText partiendo de la informaci?n almacenada en el DXF</TD>
247 2256 igbrotru
</TR>
248
<TR BGCOLOR="white" CLASS="TableRowColor">
249
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
250
<CODE>&nbsp;void</CODE></FONT></TD>
251
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createPoint(org.cresques.io.DxfGroupVector)">createPoint</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
252
253
<BR>
254 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea un nuevo punto partiendo de la informaci?n almacenada en el DXF</TD>
255 2256 igbrotru
</TR>
256
<TR BGCOLOR="white" CLASS="TableRowColor">
257
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
258
<CODE>&nbsp;void</CODE></FONT></TD>
259
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createPolyline(org.cresques.io.DxfGroupVector)">createPolyline</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
260
261
<BR>
262 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea una nueva polil?nea partiendo de la informaci?n almacenada en el DXF</TD>
263 2256 igbrotru
</TR>
264
<TR BGCOLOR="white" CLASS="TableRowColor">
265
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
266
<CODE>&nbsp;void</CODE></FONT></TD>
267
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createSolid(org.cresques.io.DxfGroupVector)">createSolid</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
268
269
<BR>
270 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea un nuevo s?lido 2D partiendo de la informaci?n almacenada en el DXF</TD>
271 2256 igbrotru
</TR>
272
<TR BGCOLOR="white" CLASS="TableRowColor">
273
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
274
<CODE>&nbsp;void</CODE></FONT></TD>
275
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createSpline(org.cresques.io.DxfGroupVector)">createSpline</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
276
277
<BR>
278 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea un nuevo Spline partiendo de la informaci?n almacenada en el DXF</TD>
279 2256 igbrotru
</TR>
280
<TR BGCOLOR="white" CLASS="TableRowColor">
281
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
282
<CODE>&nbsp;void</CODE></FONT></TD>
283
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#createText(org.cresques.io.DxfGroupVector)">createText</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
284
285
<BR>
286 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Crea un nuevo texto partiendo de la informaci?n almacenada en el DXF</TD>
287 2256 igbrotru
</TR>
288
<TR BGCOLOR="white" CLASS="TableRowColor">
289
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
290
<CODE>&nbsp;void</CODE></FONT></TD>
291
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#depureAttributes()">depureAttributes</A></B>()</CODE>
292
293
<BR>
294 2845 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Borra los atributos repetidos</TD>
295 2256 igbrotru
</TR>
296
<TR BGCOLOR="white" CLASS="TableRowColor">
297
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
298
<CODE>&nbsp;void</CODE></FONT></TD>
299
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#draw(java.awt.Graphics2D, org.cresques.geo.ViewPortData)">draw</A></B>(java.awt.Graphics2D&nbsp;g,
300
     <A HREF="../../../../org/cresques/geo/ViewPortData.html" title="class in org.cresques.geo">ViewPortData</A>&nbsp;vp)</CODE>
301
302
<BR>
303 2845 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Permite dibujar las features creadas.</TD>
304 2256 igbrotru
</TR>
305
<TR BGCOLOR="white" CLASS="TableRowColor">
306
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
307
<CODE>&nbsp;void</CODE></FONT></TD>
308
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#endBlk(org.cresques.io.DxfGroupVector)">endBlk</A></B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)</CODE>
309
310
<BR>
311 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fin de la definici?n de un bloqe</TD>
312 2256 igbrotru
</TR>
313
<TR BGCOLOR="white" CLASS="TableRowColor">
314
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
315
<CODE>&nbsp;void</CODE></FONT></TD>
316
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#endSeq()">endSeq</A></B>()</CODE>
317
318
<BR>
319 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fin de secuencia</TD>
320 2256 igbrotru
</TR>
321
<TR BGCOLOR="white" CLASS="TableRowColor">
322
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
323
<CODE>&nbsp;java.util.Vector</CODE></FONT></TD>
324
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#getAttributes()">getAttributes</A></B>()</CODE>
325
326
<BR>
327 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Permite la gesti?n de los atributos almacenados en unn DXF</TD>
328 2256 igbrotru
</TR>
329
<TR BGCOLOR="white" CLASS="TableRowColor">
330
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
331
<CODE>&nbsp;<A HREF="../../../../org/cresques/px/dxf/DxfBlock.html" title="class in org.cresques.px.dxf">DxfBlock</A></CODE></FONT></TD>
332
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#getBlk()">getBlk</A></B>()</CODE>
333
334
<BR>
335
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
336
</TR>
337
<TR BGCOLOR="white" CLASS="TableRowColor">
338
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
339
<CODE>&nbsp;java.util.Vector</CODE></FONT></TD>
340
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#getBlkList()">getBlkList</A></B>()</CODE>
341
342
<BR>
343 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve la lista de bloques</TD>
344 2256 igbrotru
</TR>
345
<TR BGCOLOR="white" CLASS="TableRowColor">
346
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
347
<CODE>&nbsp;<A HREF="../../../../org/cresques/px/dxf/DxfEntityList.html" title="class in org.cresques.px.dxf">DxfEntityList</A></CODE></FONT></TD>
348
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#getDxfEntityList()">getDxfEntityList</A></B>()</CODE>
349
350
<BR>
351
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
352
</TR>
353
<TR BGCOLOR="white" CLASS="TableRowColor">
354
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
355
<CODE>&nbsp;<A HREF="../../../../org/cresques/px/Extent.html" title="class in org.cresques.px">Extent</A></CODE></FONT></TD>
356
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#getExtent()">getExtent</A></B>()</CODE>
357
358
<BR>
359 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve el extent</TD>
360 2256 igbrotru
</TR>
361
<TR BGCOLOR="white" CLASS="TableRowColor">
362
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
363
<CODE>&nbsp;<A HREF="../../../../org/cresques/px/IObjList.html" title="interface in org.cresques.px">IObjList</A></CODE></FONT></TD>
364
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#getObjects()">getObjects</A></B>()</CODE>
365
366
<BR>
367 2845 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Devuelve las features creadas.</TD>
368 2256 igbrotru
</TR>
369
<TR BGCOLOR="white" CLASS="TableRowColor">
370
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
371
<CODE>&nbsp;<A HREF="../../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A></CODE></FONT></TD>
372
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#getProjection()">getProjection</A></B>()</CODE>
373
374
<BR>
375
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
376
</TR>
377
<TR BGCOLOR="white" CLASS="TableRowColor">
378
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
379
<CODE>&nbsp;boolean</CODE></FONT></TD>
380
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#isDxf3DFile()">isDxf3DFile</A></B>()</CODE>
381
382
<BR>
383 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Permite saber si se trata de un fichero DXF en 2D o en 3D</TD>
384 2256 igbrotru
</TR>
385
<TR BGCOLOR="white" CLASS="TableRowColor">
386
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
387
<CODE>&nbsp;void</CODE></FONT></TD>
388
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#reProject(org.cresques.cts.ICoordTrans)">reProject</A></B>(<A HREF="../../../../org/cresques/cts/ICoordTrans.html" title="interface in org.cresques.cts">ICoordTrans</A>&nbsp;rp)</CODE>
389
390
<BR>
391
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
392
</TR>
393
<TR BGCOLOR="white" CLASS="TableRowColor">
394
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
395
<CODE>&nbsp;void</CODE></FONT></TD>
396
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#setAddingToBlock(boolean)">setAddingToBlock</A></B>(boolean&nbsp;a)</CODE>
397
398
<BR>
399 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Permite saber si se est?n a?adiendo elementos a un bloque</TD>
400 2256 igbrotru
</TR>
401
<TR BGCOLOR="white" CLASS="TableRowColor">
402
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
403
<CODE>&nbsp;void</CODE></FONT></TD>
404
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#setDxf3DFile(boolean)">setDxf3DFile</A></B>(boolean&nbsp;dxf3DFile)</CODE>
405
406
<BR>
407
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
408
</TR>
409
<TR BGCOLOR="white" CLASS="TableRowColor">
410
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
411
<CODE>&nbsp;void</CODE></FONT></TD>
412
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#setProjection(org.cresques.cts.IProjection)">setProjection</A></B>(<A HREF="../../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A>&nbsp;p)</CODE>
413
414
<BR>
415 2845 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Establece la proyecci?n cartogr?fica en la que se van a crear las features.</TD>
416 2256 igbrotru
</TR>
417
<TR BGCOLOR="white" CLASS="TableRowColor">
418
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
419
<CODE>&nbsp;void</CODE></FONT></TD>
420
<TD><CODE><B><A HREF="../../../../org/cresques/px/dxf/DxfFeatureMaker.html#testBlocks()">testBlocks</A></B>()</CODE>
421
422
<BR>
423 2733 nacho
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gestiona los bloques que no se han tratado en la primera vuelta</TD>
424 2256 igbrotru
</TR>
425
</TABLE>
426
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
427
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
428
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
429
<TD><B>Methods inherited from class java.lang.Object</B></TD>
430
</TR>
431
<TR BGCOLOR="white" CLASS="TableRowColor">
432
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
433
</TR>
434
</TABLE>
435
&nbsp;
436
<P>
437
438
<!-- ============ FIELD DETAIL =========== -->
439
440
441
<!-- ========= CONSTRUCTOR DETAIL ======== -->
442
443
<A NAME="constructor_detail"><!-- --></A>
444
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
445
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
446
<TD COLSPAN=1><FONT SIZE="+2">
447
<B>Constructor Detail</B></FONT></TD>
448
</TR>
449
</TABLE>
450
451
<A NAME="DxfFeatureMaker(org.cresques.cts.IProjection)"><!-- --></A><H3>
452
DxfFeatureMaker</H3>
453
<PRE>
454
public <B>DxfFeatureMaker</B>(<A HREF="../../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A>&nbsp;proj)</PRE>
455
<DL>
456 2845 nacho
<DD>Constructor de DxfFeatureMaker.
457
<P>
458 2256 igbrotru
</DL>
459
460
<!-- ============ METHOD DETAIL ========== -->
461
462
<A NAME="method_detail"><!-- --></A>
463
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
464
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
465
<TD COLSPAN=1><FONT SIZE="+2">
466
<B>Method Detail</B></FONT></TD>
467
</TR>
468
</TABLE>
469
470
<A NAME="setAddingToBlock(boolean)"><!-- --></A><H3>
471
setAddingToBlock</H3>
472
<PRE>
473
public void <B>setAddingToBlock</B>(boolean&nbsp;a)</PRE>
474
<DL>
475 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
476
<DD>Permite saber si se est?n a?adiendo elementos a un bloque
477
<P>
478 2256 igbrotru
<DD><DL>
479
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#setAddingToBlock(boolean)">setAddingToBlock</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
480
</DD>
481
<DD><DL>
482
</DL>
483
</DD>
484
</DL>
485
<HR>
486
487
<A NAME="createLayer(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
488
createLayer</H3>
489
<PRE>
490
public void <B>createLayer</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;v)
491
                 throws java.lang.Exception</PRE>
492
<DL>
493 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
494
<DD>Crea una nueva capa partiendo de la informaci?n almacenada en el DXF
495
<P>
496 2256 igbrotru
<DD><DL>
497
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createLayer(org.cresques.io.DxfGroupVector)">createLayer</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
498
</DD>
499
<DD><DL>
500
501
<DT><B>Throws:</B>
502
<DD><CODE>java.lang.Exception</CODE></DL>
503
</DD>
504
</DL>
505
<HR>
506
507
<A NAME="createPolyline(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
508
createPolyline</H3>
509
<PRE>
510
public void <B>createPolyline</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
511
                    throws java.lang.Exception</PRE>
512
<DL>
513 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
514
<DD>Crea una nueva polil?nea partiendo de la informaci?n almacenada en el DXF
515
<P>
516 2256 igbrotru
<DD><DL>
517
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createPolyline(org.cresques.io.DxfGroupVector)">createPolyline</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
518
</DD>
519
<DD><DL>
520
521
<DT><B>Throws:</B>
522
<DD><CODE>java.lang.Exception</CODE></DL>
523
</DD>
524
</DL>
525
<HR>
526
527
<A NAME="endSeq()"><!-- --></A><H3>
528
endSeq</H3>
529
<PRE>
530
public void <B>endSeq</B>()
531
            throws java.lang.Exception</PRE>
532
<DL>
533 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
534
<DD>Fin de secuencia
535
<P>
536 2256 igbrotru
<DD><DL>
537
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#endSeq()">endSeq</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
538
</DD>
539
<DD><DL>
540
541
<DT><B>Throws:</B>
542
<DD><CODE>java.lang.Exception</CODE></DL>
543
</DD>
544
</DL>
545
<HR>
546
547
<A NAME="addVertex(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
548
addVertex</H3>
549
<PRE>
550
public void <B>addVertex</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
551
               throws java.lang.Exception</PRE>
552
<DL>
553 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
554
<DD>A?ade un v?rtice a la polil?nea que se est? creando
555
<P>
556 2256 igbrotru
<DD><DL>
557
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#addVertex(org.cresques.io.DxfGroupVector)">addVertex</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
558
</DD>
559
<DD><DL>
560
561
<DT><B>Throws:</B>
562
<DD><CODE>java.lang.Exception</CODE></DL>
563
</DD>
564
</DL>
565
<HR>
566
567
<A NAME="createLwPolyline(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
568
createLwPolyline</H3>
569
<PRE>
570
public void <B>createLwPolyline</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
571
                      throws java.lang.Exception</PRE>
572
<DL>
573 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
574
<DD>Crea una nueva LwPolyline partiendo de la informaci?n almacenada en el DXF
575
<P>
576 2256 igbrotru
<DD><DL>
577
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createLwPolyline(org.cresques.io.DxfGroupVector)">createLwPolyline</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
578
</DD>
579
<DD><DL>
580
581
<DT><B>Throws:</B>
582
<DD><CODE>java.lang.Exception</CODE></DL>
583
</DD>
584
</DL>
585
<HR>
586
587
<A NAME="createLine(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
588
createLine</H3>
589
<PRE>
590
public void <B>createLine</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
591
                throws java.lang.Exception</PRE>
592
<DL>
593 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
594
<DD>Crea una nueva l?nea partiendo de la informaci?n almacenada en el DXF
595
<P>
596 2256 igbrotru
<DD><DL>
597
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createLine(org.cresques.io.DxfGroupVector)">createLine</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
598
</DD>
599
<DD><DL>
600
601
<DT><B>Throws:</B>
602
<DD><CODE>java.lang.Exception</CODE></DL>
603
</DD>
604
</DL>
605
<HR>
606
607
<A NAME="createText(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
608
createText</H3>
609
<PRE>
610
public void <B>createText</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
611
                throws java.lang.Exception</PRE>
612
<DL>
613 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
614
<DD>Crea un nuevo texto partiendo de la informaci?n almacenada en el DXF
615
<P>
616 2256 igbrotru
<DD><DL>
617
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createText(org.cresques.io.DxfGroupVector)">createText</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
618
</DD>
619
<DD><DL>
620
621
<DT><B>Throws:</B>
622
<DD><CODE>java.lang.Exception</CODE></DL>
623
</DD>
624
</DL>
625
<HR>
626
627
<A NAME="createMText(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
628
createMText</H3>
629
<PRE>
630
public void <B>createMText</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
631
                 throws java.lang.Exception</PRE>
632
<DL>
633 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
634
<DD>Crea un nuevo MText partiendo de la informaci?n almacenada en el DXF
635
<P>
636 2256 igbrotru
<DD><DL>
637
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createMText(org.cresques.io.DxfGroupVector)">createMText</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
638
</DD>
639
<DD><DL>
640
641
<DT><B>Throws:</B>
642
<DD><CODE>java.lang.Exception</CODE></DL>
643
</DD>
644
</DL>
645
<HR>
646
647
<A NAME="createPoint(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
648
createPoint</H3>
649
<PRE>
650
public void <B>createPoint</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
651
                 throws java.lang.Exception</PRE>
652
<DL>
653 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
654
<DD>Crea un nuevo punto partiendo de la informaci?n almacenada en el DXF
655
<P>
656 2256 igbrotru
<DD><DL>
657
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createPoint(org.cresques.io.DxfGroupVector)">createPoint</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
658
</DD>
659
<DD><DL>
660
661
<DT><B>Throws:</B>
662
<DD><CODE>java.lang.Exception</CODE></DL>
663
</DD>
664
</DL>
665
<HR>
666
667
<A NAME="createCircle(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
668
createCircle</H3>
669
<PRE>
670
public void <B>createCircle</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
671
                  throws java.lang.Exception</PRE>
672
<DL>
673 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
674
<DD>Crea un nuevo c?rculo partiendo de la informaci?n almacenada en el DXF
675
<P>
676 2256 igbrotru
<DD><DL>
677
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createCircle(org.cresques.io.DxfGroupVector)">createCircle</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
678
</DD>
679
<DD><DL>
680
681
<DT><B>Throws:</B>
682
<DD><CODE>java.lang.Exception</CODE></DL>
683
</DD>
684
</DL>
685
<HR>
686
687
<A NAME="createArc(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
688
createArc</H3>
689
<PRE>
690
public void <B>createArc</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
691
               throws java.lang.Exception</PRE>
692
<DL>
693 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
694
<DD>Crea un nuevo arco partiendo de la informaci?n almacenada en el DXF
695
<P>
696 2256 igbrotru
<DD><DL>
697
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createArc(org.cresques.io.DxfGroupVector)">createArc</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
698
</DD>
699
<DD><DL>
700
701
<DT><B>Throws:</B>
702
<DD><CODE>java.lang.Exception</CODE></DL>
703
</DD>
704
</DL>
705
<HR>
706
707
<A NAME="createInsert(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
708
createInsert</H3>
709
<PRE>
710
public void <B>createInsert</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
711
                  throws java.lang.Exception</PRE>
712
<DL>
713 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
714
<DD>Crea un nuevo punto de inserci?n partiendo de la informaci?n almacenada en el DXF
715
<P>
716 2256 igbrotru
<DD><DL>
717
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createInsert(org.cresques.io.DxfGroupVector)">createInsert</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
718
</DD>
719
<DD><DL>
720
721
<DT><B>Throws:</B>
722
<DD><CODE>java.lang.Exception</CODE></DL>
723
</DD>
724
</DL>
725
<HR>
726
727
<A NAME="createSolid(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
728
createSolid</H3>
729
<PRE>
730
public void <B>createSolid</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
731
                 throws java.lang.Exception</PRE>
732
<DL>
733 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
734
<DD>Crea un nuevo s?lido 2D partiendo de la informaci?n almacenada en el DXF
735
<P>
736 2256 igbrotru
<DD><DL>
737
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createSolid(org.cresques.io.DxfGroupVector)">createSolid</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
738
</DD>
739
<DD><DL>
740
741
<DT><B>Throws:</B>
742
<DD><CODE>java.lang.Exception</CODE></DL>
743
</DD>
744
</DL>
745
<HR>
746
747
<A NAME="createSpline(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
748
createSpline</H3>
749
<PRE>
750
public void <B>createSpline</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
751
                  throws java.lang.Exception</PRE>
752
<DL>
753 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
754
<DD>Crea un nuevo Spline partiendo de la informaci?n almacenada en el DXF
755
<P>
756 2256 igbrotru
<DD><DL>
757
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createSpline(org.cresques.io.DxfGroupVector)">createSpline</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
758
</DD>
759
<DD><DL>
760
761
<DT><B>Throws:</B>
762
<DD><CODE>java.lang.Exception</CODE></DL>
763
</DD>
764
</DL>
765
<HR>
766
767
<A NAME="createAttdef(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
768
createAttdef</H3>
769
<PRE>
770
public void <B>createAttdef</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
771
                  throws java.lang.Exception</PRE>
772
<DL>
773 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
774
<DD>Construye la definici?n de un nuevo atributo partiendo de la informaci?n almacenada en el DXF
775
<P>
776 2256 igbrotru
<DD><DL>
777
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createAttdef(org.cresques.io.DxfGroupVector)">createAttdef</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
778
</DD>
779
<DD><DL>
780
781
<DT><B>Throws:</B>
782
<DD><CODE>java.lang.Exception</CODE></DL>
783
</DD>
784
</DL>
785
<HR>
786
787
<A NAME="createAttrib(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
788
createAttrib</H3>
789
<PRE>
790
public void <B>createAttrib</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
791
                  throws java.lang.Exception</PRE>
792
<DL>
793 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
794
<DD>Crea un nuevo atributo partiendo de la informaci?n almacenada en el DXF
795
<P>
796 2256 igbrotru
<DD><DL>
797
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createAttrib(org.cresques.io.DxfGroupVector)">createAttrib</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
798
</DD>
799
<DD><DL>
800
801
<DT><B>Throws:</B>
802
<DD><CODE>java.lang.Exception</CODE></DL>
803
</DD>
804
</DL>
805
<HR>
806
807
<A NAME="createBlock(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
808
createBlock</H3>
809
<PRE>
810
public void <B>createBlock</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
811
                 throws java.lang.Exception</PRE>
812
<DL>
813 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
814
<DD>Crea un bloque
815
<P>
816 2256 igbrotru
<DD><DL>
817
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createBlock(org.cresques.io.DxfGroupVector)">createBlock</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
818
</DD>
819
<DD><DL>
820
821
<DT><B>Throws:</B>
822
<DD><CODE>java.lang.Exception</CODE></DL>
823
</DD>
824
</DL>
825
<HR>
826
827
<A NAME="endBlk(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
828
endBlk</H3>
829
<PRE>
830
public void <B>endBlk</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;grp)
831
            throws java.lang.Exception</PRE>
832
<DL>
833 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
834
<DD>Fin de la definici?n de un bloqe
835
<P>
836 2256 igbrotru
<DD><DL>
837
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#endBlk(org.cresques.io.DxfGroupVector)">endBlk</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
838
</DD>
839
<DD><DL>
840
841
<DT><B>Throws:</B>
842
<DD><CODE>java.lang.Exception</CODE></DL>
843
</DD>
844
</DL>
845
<HR>
846
847
<A NAME="testBlocks()"><!-- --></A><H3>
848
testBlocks</H3>
849
<PRE>
850
public void <B>testBlocks</B>()</PRE>
851
<DL>
852 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
853
<DD>Gestiona los bloques que no se han tratado en la primera vuelta
854
<P>
855 2256 igbrotru
<DD><DL>
856
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#testBlocks()">testBlocks</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
857
</DD>
858
<DD><DL>
859
</DL>
860
</DD>
861
</DL>
862
<HR>
863
864
<A NAME="depureAttributes()"><!-- --></A><H3>
865
depureAttributes</H3>
866
<PRE>
867
public void <B>depureAttributes</B>()</PRE>
868
<DL>
869 2845 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
870
<DD>Borra los atributos repetidos
871 2256 igbrotru
<P>
872
<DD><DL>
873
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#depureAttributes()">depureAttributes</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
874
</DD>
875
<DD><DL>
876
</DL>
877
</DD>
878
</DL>
879
<HR>
880
881
<A NAME="getAttributes()"><!-- --></A><H3>
882
getAttributes</H3>
883
<PRE>
884
public java.util.Vector <B>getAttributes</B>()</PRE>
885
<DL>
886 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
887
<DD>Permite la gesti?n de los atributos almacenados en unn DXF
888
<P>
889 2256 igbrotru
<DD><DL>
890
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#getAttributes()">getAttributes</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
891
</DD>
892
<DD><DL>
893 2733 nacho
894
<DT><B>Returns:</B><DD>un Vector con la lista de atributos</DL>
895 2256 igbrotru
</DD>
896
</DL>
897
<HR>
898
899
<A NAME="getExtent()"><!-- --></A><H3>
900
getExtent</H3>
901
<PRE>
902
public <A HREF="../../../../org/cresques/px/Extent.html" title="class in org.cresques.px">Extent</A> <B>getExtent</B>()</PRE>
903
<DL>
904 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
905
<DD>Devuelve el extent
906
<P>
907 2256 igbrotru
<DD><DL>
908
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#getExtent()">getExtent</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
909
</DD>
910
<DD><DL>
911 2733 nacho
912
<DT><B>Returns:</B><DD>el extent</DL>
913 2256 igbrotru
</DD>
914
</DL>
915
<HR>
916
917
<A NAME="setProjection(org.cresques.cts.IProjection)"><!-- --></A><H3>
918
setProjection</H3>
919
<PRE>
920
public void <B>setProjection</B>(<A HREF="../../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A>&nbsp;p)</PRE>
921
<DL>
922 2845 nacho
<DD>Establece la proyecci?n cartogr?fica en la que se van a crear las features.
923
<P>
924 2256 igbrotru
<DD><DL>
925
</DL>
926
</DD>
927
<DD><DL>
928
</DL>
929
</DD>
930
</DL>
931
<HR>
932
933
<A NAME="reProject(org.cresques.cts.ICoordTrans)"><!-- --></A><H3>
934
reProject</H3>
935
<PRE>
936
public void <B>reProject</B>(<A HREF="../../../../org/cresques/cts/ICoordTrans.html" title="interface in org.cresques.cts">ICoordTrans</A>&nbsp;rp)</PRE>
937
<DL>
938
<DD><DL>
939
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/geo/Projected.html#reProject(org.cresques.cts.ICoordTrans)">reProject</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/geo/Projected.html" title="interface in org.cresques.geo">Projected</A></CODE></DL>
940
</DD>
941
<DD><DL>
942
</DL>
943
</DD>
944
</DL>
945
<HR>
946
947
<A NAME="getProjection()"><!-- --></A><H3>
948
getProjection</H3>
949
<PRE>
950
public <A HREF="../../../../org/cresques/cts/IProjection.html" title="interface in org.cresques.cts">IProjection</A> <B>getProjection</B>()</PRE>
951
<DL>
952
<DD><DL>
953
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/geo/Projected.html#getProjection()">getProjection</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/geo/Projected.html" title="interface in org.cresques.geo">Projected</A></CODE></DL>
954
</DD>
955
<DD><DL>
956
</DL>
957
</DD>
958
</DL>
959
<HR>
960
961
<A NAME="getObjects()"><!-- --></A><H3>
962
getObjects</H3>
963
<PRE>
964
public <A HREF="../../../../org/cresques/px/IObjList.html" title="interface in org.cresques.px">IObjList</A> <B>getObjects</B>()</PRE>
965
<DL>
966 2845 nacho
<DD>Devuelve las features creadas.
967 2733 nacho
<P>
968 2256 igbrotru
<DD><DL>
969
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#getObjects()">getObjects</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
970
</DD>
971
<DD><DL>
972 2733 nacho
973 2845 nacho
<DT><B>Returns:</B><DD>IObjList</DL>
974 2256 igbrotru
</DD>
975
</DL>
976
<HR>
977
978
<A NAME="draw(java.awt.Graphics2D, org.cresques.geo.ViewPortData)"><!-- --></A><H3>
979
draw</H3>
980
<PRE>
981
public void <B>draw</B>(java.awt.Graphics2D&nbsp;g,
982
                 <A HREF="../../../../org/cresques/geo/ViewPortData.html" title="class in org.cresques.geo">ViewPortData</A>&nbsp;vp)</PRE>
983
<DL>
984 2845 nacho
<DD>Permite dibujar las features creadas.
985
<P>
986 2256 igbrotru
<DD><DL>
987
</DL>
988
</DD>
989
<DD><DL>
990
</DL>
991
</DD>
992
</DL>
993
<HR>
994
995
<A NAME="createArc(java.awt.geom.Point2D, java.awt.geom.Point2D, double)"><!-- --></A><H3>
996
createArc</H3>
997
<PRE>
998
public static java.util.Vector <B>createArc</B>(java.awt.geom.Point2D&nbsp;coord1,
999
                                         java.awt.geom.Point2D&nbsp;coord2,
1000
                                         double&nbsp;bulge)</PRE>
1001
<DL>
1002 2845 nacho
<DD>Invoca el m?todo de creaci?n de arcos para polil?neas con par?metros de
1003
 curvatura.
1004
<P>
1005 2256 igbrotru
<DD><DL>
1006
</DL>
1007
</DD>
1008
<DD><DL>
1009 2845 nacho
1010
<DT><B>Returns:</B><DD>Vector con los puntos del arco.</DL>
1011 2256 igbrotru
</DD>
1012
</DL>
1013
<HR>
1014
1015
<A NAME="getBlkList()"><!-- --></A><H3>
1016
getBlkList</H3>
1017
<PRE>
1018
public java.util.Vector <B>getBlkList</B>()</PRE>
1019
<DL>
1020 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
1021
<DD>Devuelve la lista de bloques
1022
<P>
1023 2256 igbrotru
<DD><DL>
1024
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#getBlkList()">getBlkList</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
1025
</DD>
1026
<DD><DL>
1027 2733 nacho
1028
<DT><B>Returns:</B><DD>la lista de bloques</DL>
1029 2256 igbrotru
</DD>
1030
</DL>
1031
<HR>
1032
1033
<A NAME="getDxfEntityList()"><!-- --></A><H3>
1034
getDxfEntityList</H3>
1035
<PRE>
1036
public <A HREF="../../../../org/cresques/px/dxf/DxfEntityList.html" title="class in org.cresques.px.dxf">DxfEntityList</A> <B>getDxfEntityList</B>()</PRE>
1037
<DL>
1038
<DD><DL>
1039
</DL>
1040
</DD>
1041
<DD><DL>
1042
</DL>
1043
</DD>
1044
</DL>
1045
<HR>
1046
1047
<A NAME="getBlk()"><!-- --></A><H3>
1048
getBlk</H3>
1049
<PRE>
1050
public <A HREF="../../../../org/cresques/px/dxf/DxfBlock.html" title="class in org.cresques.px.dxf">DxfBlock</A> <B>getBlk</B>()</PRE>
1051
<DL>
1052
<DD><DL>
1053
</DL>
1054
</DD>
1055
<DD><DL>
1056
</DL>
1057
</DD>
1058
</DL>
1059
<HR>
1060
1061
<A NAME="createEllipse(org.cresques.io.DxfGroupVector)"><!-- --></A><H3>
1062
createEllipse</H3>
1063
<PRE>
1064
public void <B>createEllipse</B>(<A HREF="../../../../org/cresques/io/DxfGroupVector.html" title="class in org.cresques.io">DxfGroupVector</A>&nbsp;v)
1065
                   throws java.lang.Exception</PRE>
1066
<DL>
1067 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
1068
<DD>Crea una nueva elipse partiendo de la informaci?n almacenada en el DXF
1069
<P>
1070 2256 igbrotru
<DD><DL>
1071
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#createEllipse(org.cresques.io.DxfGroupVector)">createEllipse</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
1072
</DD>
1073
<DD><DL>
1074
1075
<DT><B>Throws:</B>
1076
<DD><CODE>java.lang.Exception</CODE></DL>
1077
</DD>
1078
</DL>
1079
<HR>
1080
1081
<A NAME="isDxf3DFile()"><!-- --></A><H3>
1082
isDxf3DFile</H3>
1083
<PRE>
1084
public boolean <B>isDxf3DFile</B>()</PRE>
1085
<DL>
1086 2733 nacho
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></B></DD>
1087
<DD>Permite saber si se trata de un fichero DXF en 2D o en 3D
1088
<P>
1089 2256 igbrotru
<DD><DL>
1090
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html#isDxf3DFile()">isDxf3DFile</A></CODE> in interface <CODE><A HREF="../../../../org/cresques/io/DxfFile.EntityFactory.html" title="interface in org.cresques.io">DxfFile.EntityFactory</A></CODE></DL>
1091
</DD>
1092
<DD><DL>
1093
1094
<DT><B>Returns:</B><DD>Returns the dxf3DFile.</DL>
1095
</DD>
1096
</DL>
1097
<HR>
1098
1099
<A NAME="setDxf3DFile(boolean)"><!-- --></A><H3>
1100
setDxf3DFile</H3>
1101
<PRE>
1102
public void <B>setDxf3DFile</B>(boolean&nbsp;dxf3DFile)</PRE>
1103
<DL>
1104
<DD><DL>
1105
</DL>
1106
</DD>
1107
<DD><DL>
1108
<DT><B>Parameters:</B><DD><CODE>dxf3DFile</CODE> - The dxf3DFile to set.</DL>
1109
</DD>
1110
</DL>
1111
<!-- ========= END OF CLASS DATA ========= -->
1112
<HR>
1113
1114
1115
<!-- ======= START OF BOTTOM NAVBAR ====== -->
1116
<A NAME="navbar_bottom"><!-- --></A>
1117
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
1118
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
1119
<TR>
1120
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
1121
<A NAME="navbar_bottom_firstrow"><!-- --></A>
1122
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
1123
  <TR ALIGN="center" VALIGN="top">
1124
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
1125
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
1126
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
1127
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
1128
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
1129
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
1130
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
1131
  </TR>
1132
</TABLE>
1133
</TD>
1134
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1135
</EM>
1136
</TD>
1137
</TR>
1138
1139
<TR>
1140
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1141
&nbsp;<A HREF="../../../../org/cresques/px/dxf/DxfEntityMaker.html" title="class in org.cresques.px.dxf"><B>PREV CLASS</B></A>&nbsp;
1142
&nbsp;<A HREF="../../../../org/cresques/px/dxf/DxfHeaderManager.html" title="class in org.cresques.px.dxf"><B>NEXT CLASS</B></A></FONT></TD>
1143
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1144
  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
1145
&nbsp;<A HREF="DxfFeatureMaker.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
1146
&nbsp;<SCRIPT type="text/javascript">
1147
  <!--
1148
  if(window==top) {
1149
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
1150
  }
1151
  //-->
1152
</SCRIPT>
1153
<NOSCRIPT>
1154
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
1155
</NOSCRIPT>
1156
1157
</FONT></TD>
1158
</TR>
1159
<TR>
1160
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
1161
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
1162
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
1163
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
1164
</TR>
1165
</TABLE>
1166
<A NAME="skip-navbar_bottom"></A>
1167
<!-- ======== END OF BOTTOM NAVBAR ======= -->
1168
1169
<HR>
1170
1171
</BODY>
1172
</HTML>