File: shptreevis.1.xml

package info (click to toggle)
mapserver 8.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,492 kB
  • sloc: ansic: 137,759; cpp: 124,149; python: 3,175; xml: 1,722; yacc: 1,114; cs: 1,001; sh: 836; lex: 778; java: 588; perl: 489; makefile: 383; tcl: 158; ruby: 55
file content (94 lines) | stat: -rw-r--r-- 2,580 bytes parent folder | download | duplicates (11)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?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='shptreevis'>

  <refmeta>
    <refentrytitle>shptreevis</refentrytitle>
    <manvolnum>1</manvolnum>
  </refmeta>

  <refnamediv>
    <refname>shptreevis</refname>
    <refpurpose>view the quadtree quadrants of a .qix file</refpurpose>
  </refnamediv>

  <refsynopsisdiv id='synopsis'>
    <cmdsynopsis>
      <command>shptreevis</command>
      <arg choice='plain'><replaceable>shapefile</replaceable></arg>
      <arg choice='plain'><replaceable>new_shapefile</replaceable></arg>
    </cmdsynopsis>
  </refsynopsisdiv>

  <refsect1 id='description'>
    <title>DESCRIPTION</title>
    <para>
      <command>shptreevis</command> can be used to view the quadtree quadrants
      that are part of a .qix file (that was created with the shptree utility).
    </para>
  </refsect1>

  <refsect1 id='options'>
    <title>OPTIONS</title>
    <variablelist>

      <varlistentry>
        <term><replaceable>shapefile</replaceable></term>
        <listitem>
          <para>The name of the .shp file index.</para>
        </listitem>
      </varlistentry>

      <varlistentry>
        <term><replaceable>new_shapefile</replaceable></term>
        <listitem>
          <para>The name of the .shp file to create.</para>
        </listitem>
      </varlistentry>

    </variablelist>
  </refsect1>

  <refsect1 id='example'>
    <title>EXAMPLE</title>

    <informalexample>
      <screen>
shptreevis us_states.shp quad.shp
This new LSB index supports a shapefile with 2895 shapes, 10 depth
      </screen>

      Result:
      <blockquote>
        A Shape data set named 'quad.shp' is created. You can now view this
        Shape data set in a desktop GIS (such as QGIS for example) to see the
        quadtrees that were created with the shptree command.
      </blockquote>
    </informalexample>

    <figure>
      <title>shptreevis result displayed in QGIS</title>
      <ulink url="http://mapserver.org/_images/shptreevis-example.png"></ulink>
    </figure>
  </refsect1>

  <refsect1 id='see-also'>
    <title>SEE ALSO</title>

    <citerefentry>
      <refentrytitle>shptree</refentrytitle>
      <manvolnum>1</manvolnum>
    </citerefentry>,

    <citerefentry>
      <refentrytitle>shptreetst</refentrytitle>
      <manvolnum>1</manvolnum>
    </citerefentry>,

    <citerefentry>
      <refentrytitle>sortshp</refentrytitle>
      <manvolnum>1</manvolnum>
    </citerefentry>
  </refsect1>

</refentry>