1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
<?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_convert'>
<refmeta>
<refentrytitle>spatialite_convert</refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
<refname>spatialite_convert</refname>
<refpurpose>converting between versions</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>spatialite_convert</command>
<arg choice='opt'><option>-h</option></arg>
<arg choice='plain'><option>-d</option> <replaceable>pathname</replaceable></arg>
<arg choice='plain'><option>-v</option> <replaceable>num</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id='description'>
<title>DESCRIPTION</title>
<para>
<command>spatialite_convert</command> is a tool converting a DB between
different versions of SpatiaLite.
</para>
</refsect1>
<refsect1 id='options'>
<title>OPTIONS</title>
<variablelist>
<varlistentry>
<term><option>-h</option></term>
<term><option>--help</option></term>
<listitem>
<para>print 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>-v</option> <replaceable>num</replaceable></term>
<term><option>--version</option> <replaceable>num</replaceable></term>
<listitem>
<para>target Version (2, 3, 4)</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
</refentry>
|