[QGIS Commit] r9461 - in docs/trunk/english_us/user_guide: . plugins_dxf2shape_converter_images

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Oct 8 14:11:19 EDT 2008


Author: dassau
Date: 2008-10-08 14:11:19 -0400 (Wed, 08 Oct 2008)
New Revision: 9461

Added:
   docs/trunk/english_us/user_guide/plugins_dxf2shape_converter_images/dxf2shape_dialog.png
Modified:
   docs/trunk/english_us/user_guide/plugins_dxf2shape_converter.tex
   docs/trunk/english_us/user_guide/plugins_dxf2shape_converter_images/Makefile
Log:
wrote a section for the dxf2shape plugin

Modified: docs/trunk/english_us/user_guide/plugins_dxf2shape_converter.tex
===================================================================
--- docs/trunk/english_us/user_guide/plugins_dxf2shape_converter.tex	2008-10-08 14:54:58 UTC (rev 9460)
+++ docs/trunk/english_us/user_guide/plugins_dxf2shape_converter.tex	2008-10-08 18:11:19 UTC (rev 9461)
@@ -2,10 +2,35 @@
 
 % when the revision of a section has been finalized, 
 % comment out the following line:
-\updatedisclaimer
+% \updatedisclaimer
 
+The dxf2shape converter plugin allows to convert vector data from DXF to Shapefile 
+format. It is very simple to handle and provides following functionality as 
+shown in Figure \ref{fig:dxf2shape_dialog}.
 
+\begin{itemize}
+\item \textbf{Input DXF file}: Enter path to the DXF file to be converted
+\item \textbf{Output Shp file}: Enter desired name of the shape file to be created
+\item \textbf{Output file type}: specifies the type of the output Shapefile. Currently supported is polyline, polygone and point.
+\item \textbf{Export text labels}: If you enable this checkbox, an additional Shapefile points layer will be created, and the associated dbf table will contain information about the "TEXT" fields found in the dxf file, and the text strings themselves.
+\end{itemize}
 
+\begin{figure}[ht]
+   \begin{center}
+   \caption{Dxf2Shape Converter Plugin \nixcaption}\label{fig:dxf2shape_dialog}\smallskip
+   \includegraphics[clip=true, width=13cm]{dxf2shape_dialog}
+\end{center}  
+\end{figure}
+
+\begin{enumerate}
+  \item Start QGIS, load the Dxf2Shape plugin in the Plugin Manager (see Section 
+  \ref{sec:load_core_plugin}) and click on the \toolbtntwo{dxf2shp_converter}{Dxf2Shape Converter} 
+  icon which appears in the QGIS toolbar menu. The Dxf2Shape plugin dialog appears as shown in Figure \ref{fig:dxf2shape_dialog}.
+  \item Enter input DXF file, a name for the output Shapefile and the Shapefile type.
+  \item Enable the \checkbox{Export text labels} checkbox, if you want to create an extra point layer with labels.
+  \item Click \button{Ok}. 
+\end{enumerate}
+
 \newpage
 
 

Modified: docs/trunk/english_us/user_guide/plugins_dxf2shape_converter_images/Makefile
===================================================================
--- docs/trunk/english_us/user_guide/plugins_dxf2shape_converter_images/Makefile	2008-10-08 14:54:58 UTC (rev 9460)
+++ docs/trunk/english_us/user_guide/plugins_dxf2shape_converter_images/Makefile	2008-10-08 18:11:19 UTC (rev 9461)
@@ -12,7 +12,8 @@
 #	nextfile.eps
 
 PNG=dxf2shp_converter.eps\
-	
+	dxf2shape_dialog.eps\
+
 ##### TARGETS #####
 
 all: $(PNG) $(JPG)

Added: docs/trunk/english_us/user_guide/plugins_dxf2shape_converter_images/dxf2shape_dialog.png
===================================================================
(Binary files differ)


Property changes on: docs/trunk/english_us/user_guide/plugins_dxf2shape_converter_images/dxf2shape_dialog.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the QGIS-commit mailing list