]> Pileus Git - grits/blob - docs/api/libgis-docs.sgml
Add man page for gis-demo
[grits] / docs / api / libgis-docs.sgml
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
3 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
4 <book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
5         <bookinfo>
6                 <title>libgis Reference Manual</title>
7         </bookinfo>
8
9         <chapter>
10                 <title>Core API</title>
11                 <xi:include href="xml/gis-viewer.xml"/>
12                 <xi:include href="xml/gis-opengl.xml"/>
13                 <xi:include href="xml/gis-prefs.xml"/>
14                 <xi:include href="xml/gis-util.xml"/>
15         </chapter>
16
17         <chapter>
18                 <title>Data Access</title>
19                 <xi:include href="xml/gis-data.xml"/>
20                 <xi:include href="xml/gis-wms.xml"/>
21         </chapter>
22
23         <chapter>
24                 <title>Drawing Objects</title>
25                 <xi:include href="xml/gis-object.xml"/>
26                 <xi:include href="xml/gis-tile.xml"/>
27                 <xi:include href="xml/gis-marker.xml"/>
28                 <xi:include href="xml/gis-callback.xml"/>
29         </chapter>
30
31         <chapter>
32                 <title>Plugins</title>
33                 <xi:include href="xml/gis-plugin.xml"/>
34                 <xi:include href="xml/elev.xml"/>
35                 <xi:include href="xml/env.xml"/>
36                 <xi:include href="xml/map.xml"/>
37                 <xi:include href="xml/sat.xml"/>
38                 <xi:include href="xml/test.xml"/>
39         </chapter>
40
41         <chapter>
42                 <title>Utilities</title>
43                 <xi:include href="xml/gpqueue.xml"/>
44                 <xi:include href="xml/roam.xml"/>
45         </chapter>
46
47         <chapter>
48                 <title>Miscellaneous</title>
49                 <xi:include href="gis-demo.xml"/>
50         </chapter>
51
52         <index>
53                 <title>Index</title>
54         </index>
55
56 </book>