[spatialite-tools] 10/14: Add man page for spatialite_xml_collapse.

Bas Couwenberg sebastic at xs4all.nl
Mon Aug 4 01:35:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch experimental
in repository spatialite-tools.

commit a9e72d7357e25444d6e4dfe8c4f82b132b22cd81
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Aug 4 02:32:34 2014 +0200

    Add man page for spatialite_xml_collapse.
---
 debian/changelog                         |   2 +
 debian/man/spatialite_xml_collapse.1.xml | 114 +++++++++++++++++++++++++++++++
 debian/spatialite-bin.manpages           |   1 +
 3 files changed, 117 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a66f884..1b2ee19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ spatialite-tools (4.2.0-1) UNRELEASED; urgency=medium
     - 08-indifferently-typo.patch
     - 10-no-sqlite-check.patch
   * Update copyright file.
+  * Add man page for:
+    - spatialite_xml_collapse
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Mon, 04 Aug 2014 00:14:56 +0200
 
diff --git a/debian/man/spatialite_xml_collapse.1.xml b/debian/man/spatialite_xml_collapse.1.xml
new file mode 100644
index 0000000..b1e85f3
--- /dev/null
+++ b/debian/man/spatialite_xml_collapse.1.xml
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+<refentry id='spatialite_xml_collapse'>
+
+  <refmeta>
+    <refentrytitle>spatialite_xml_collapse</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+
+  <refnamediv>
+    <refname>spatialite_xml_collapse</refname>
+    <refpurpose>
+      simplify any DB-file created by
+      <citerefentry>
+        <refentrytitle>spatialite_xml_load</refentrytitle>
+        <manvolnum>1</manvolnum>
+      </citerefentry>
+    </refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv id='synopsis'>
+    <cmdsynopsis>
+      <command>spatialite_xml_collapse</command>
+      <arg choice='opt'><option>-h</option></arg>
+      <arg choice='opt'><option>-d</option> <replaceable>pathname</replaceable></arg>
+      <arg choice='opt'><option>-dd</option></arg>
+      <arg choice='opt'><option>-nl</option> <replaceable>num</replaceable></arg>
+      <arg choice='opt'><option>-jo</option></arg>
+      <arg choice='opt'><option>-cs</option> <replaceable>num</replaceable></arg>
+      <arg choice='opt'><option>-m</option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1 id='description'>
+    <title>DESCRIPTION</title>
+    <para>
+      <command>spatialite_xml_collapse</command> is intended to simplify
+      (by collapsing any not strictly required ramification) any DB-file
+      created by
+      <citerefentry>
+        <refentrytitle>spatialite_xml_load</refentrytitle>
+        <manvolnum>1</manvolnum>
+      </citerefentry>.
+    </para>
+    <para>
+      Collapsing a DB-file is a final irreversible operation.
+    </para>
+  </refsect1>
+
+  <refsect1 id='options'>
+    <title>OPTIONS</title>
+    <variablelist>
+
+      <varlistentry>
+        <term><option>-h</option></term>
+        <term><option>--help</option></term>
+        <listitem>
+          <para>show help message</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-d</option> <replaceable>pathname</replaceable></term>
+        <term><option>--db-path</option> <replaceable>pathname</replaceable></term>
+        <listitem>
+          <para>the SpatiaLite DB path</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-dd</option></term>
+        <term><option>--delete-duplicates</option></term>
+        <listitem>
+          <para>remove all duplicate rows except one</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-nl</option> <replaceable>num</replaceable></term>
+        <term><option>--nl-level</option> <replaceable>num</replaceable></term>
+        <listitem>
+          <para>tree-level for table-names (default: 0)</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-jo</option></term>
+        <term><option>--journal-off</option></term>
+        <listitem>
+          <para>unsafe [but faster] mode</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-cs</option> <replaceable>num</replaceable></term>
+        <term><option>--cache-size</option> <replaceable>num</replaceable></term>
+        <listitem>
+          <para>DB cache size (how many pages)</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-m</option></term>
+        <term><option>--in-memory</option></term>
+        <listitem>
+          <para>using IN-MEMORY database</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </refsect1>
+
+</refentry>
diff --git a/debian/spatialite-bin.manpages b/debian/spatialite-bin.manpages
index 0b6ae0e..77501bd 100644
--- a/debian/spatialite-bin.manpages
+++ b/debian/spatialite-bin.manpages
@@ -10,3 +10,4 @@ debian/man/spatialite_osm_map.1
 debian/man/spatialite_osm_net.1
 debian/man/spatialite_osm_raw.1
 debian/man/spatialite_tool.1
+debian/man/spatialite_xml_collapse.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite-tools.git



More information about the Pkg-grass-devel mailing list