SpatiaLite  4.2.0
 All Data Structures Files Functions Variables Typedefs Macros Pages
gaiageo.h
Go to the documentation of this file.
1 /*
2  gaiageo.h -- Gaia common support for geometries
3 
4  version 4.2, 2014 July 25
5 
6  Author: Sandro Furieri a.furieri@lqt.it
7 
8  ------------------------------------------------------------------------------
9 
10  Version: MPL 1.1/GPL 2.0/LGPL 2.1
11 
12  The contents of this file are subject to the Mozilla Public License Version
13  1.1 (the "License"); you may not use this file except in compliance with
14  the License. You may obtain a copy of the License at
15  http://www.mozilla.org/MPL/
16 
17 Software distributed under the License is distributed on an "AS IS" basis,
18 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
19 for the specific language governing rights and limitations under the
20 License.
21 
22 The Original Code is the SpatiaLite library
23 
24 The Initial Developer of the Original Code is Alessandro Furieri
25 
26 Portions created by the Initial Developer are Copyright (C) 2008-2013
27 the Initial Developer. All Rights Reserved.
28 
29 Contributor(s):
30 Klaus Foerster klaus.foerster@svg.cc
31 
32 Alternatively, the contents of this file may be used under the terms of
33 either the GNU General Public License Version 2 or later (the "GPL"), or
34 the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
35 in which case the provisions of the GPL or the LGPL are applicable instead
36 of those above. If you wish to allow use of your version of this file only
37 under the terms of either the GPL or the LGPL, and not to allow others to
38 use your version of this file under the terms of the MPL, indicate your
39 decision by deleting the provisions above and replace them with the notice
40 and other provisions required by the GPL or the LGPL. If you do not delete
41 the provisions above, a recipient may use your version of this file under
42 the terms of any one of the MPL, the GPL or the LGPL.
43 
44 */
45 
46 
53 #ifndef DOXYGEN_SHOULD_SKIP_THIS
54 /* stdio.h included for FILE objects. */
55 #include <stdio.h>
56 #ifdef DLL_EXPORT
57 #define GAIAGEO_DECLARE __declspec(dllexport)
58 #else
59 #define GAIAGEO_DECLARE extern
60 #endif
61 #endif
62 
63 #ifndef _GAIAGEO_H
64 #ifndef DOXYGEN_SHOULD_SKIP_THIS
65 #define _GAIAGEO_H
66 #endif
67 
68 #include "gg_const.h"
69 #include "gg_structs.h"
70 #include "gg_core.h"
71 #include "gg_mbr.h"
72 #include "gg_formats.h"
73 #include "gg_dynamic.h"
74 #include "gg_advanced.h"
75 #include "gg_xml.h"
76 
77 #endif /* _GAIAGEO_H */
Geometry handling functions: core.
Geometry handling functions: DynamicLine handling.
Geometry structures.
Geometry handling functions: advanced.
Geometry handling functions: formats.
Geometry constants and macros.
Geometry handling functions: MBR.
Geometry handling functions: XML document.