Bug#1064327: spatialite: NMU diff for 64-bit time_t transition

Steve Langasek vorlon at debian.org
Mon Feb 19 23:15:43 GMT 2024


Source: spatialite
Version: 5.1.0-1
Severity: important
Tags: patch pending sid trixie
User: debian-arm at lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
spatialite as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for spatialite
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
diff -Nru spatialite-5.1.0/debian/changelog spatialite-5.1.0/debian/changelog
--- spatialite-5.1.0/debian/changelog	2023-08-05 13:52:11.000000000 +0000
+++ spatialite-5.1.0/debian/changelog	2024-02-19 23:10:36.000000000 +0000
@@ -1,3 +1,10 @@
+spatialite (5.1.0-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon at debian.org>  Mon, 19 Feb 2024 23:10:36 +0000
+
 spatialite (5.1.0-1) unstable; urgency=medium
 
   * Move from experimental to unstable.
diff -Nru spatialite-5.1.0/debian/control spatialite-5.1.0/debian/control
--- spatialite-5.1.0/debian/control	2023-08-05 13:51:54.000000000 +0000
+++ spatialite-5.1.0/debian/control	2024-02-19 23:10:36.000000000 +0000
@@ -23,14 +23,16 @@
 Homepage: https://www.gaia-gis.it/fossil/libspatialite
 Rules-Requires-Root: no
 
-Package: libspatialite8
+Package: libspatialite8t64
+Provides: ${t64:Provides}
+Replaces: libspatialite8
 Architecture: any
 Multi-Arch: same
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Breaks: spatialite-bin (<< 3.0.0-1~)
+Breaks: libspatialite8 (<< ${source:Version}), spatialite-bin (<< 3.0.0-1~)
 Description: Geospatial extension for SQLite - libraries
  The SpatiaLite extension enables SQLite to support spatial (geometry) data
  in a way conformant to OpenGis specifications, with both WKT and WKB formats.
@@ -44,7 +46,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libspatialite8 (= ${binary:Version}),
+Depends: libspatialite8t64 (= ${binary:Version}),
          libfreexl-dev,
          libgeos-dev,
          libminizip-dev,
diff -Nru spatialite-5.1.0/debian/libspatialite8.examples spatialite-5.1.0/debian/libspatialite8.examples
--- spatialite-5.1.0/debian/libspatialite8.examples	2023-08-05 13:51:39.000000000 +0000
+++ spatialite-5.1.0/debian/libspatialite8.examples	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-examples/*.c
diff -Nru spatialite-5.1.0/debian/libspatialite8.install spatialite-5.1.0/debian/libspatialite8.install
--- spatialite-5.1.0/debian/libspatialite8.install	2023-08-05 13:51:39.000000000 +0000
+++ spatialite-5.1.0/debian/libspatialite8.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libspatialite.so.*
diff -Nru spatialite-5.1.0/debian/libspatialite8.lintian-overrides spatialite-5.1.0/debian/libspatialite8.lintian-overrides
--- spatialite-5.1.0/debian/libspatialite8.lintian-overrides	2023-08-05 13:51:39.000000000 +0000
+++ spatialite-5.1.0/debian/libspatialite8.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,15 +0,0 @@
-# Truncated changelog
-debian-news-entry-has-unknown-version *
-
-# Truncated string
-spelling-error-in-binary Syste System *
-
-# False positive, lat/lon
-spelling-error-in-binary Lon Long *
-
-# False positive, string not included in source
-spelling-error-in-binary colum column *
-
-# False positive, line break in word
-spelling-error-in-binary ment meant *
-
diff -Nru spatialite-5.1.0/debian/libspatialite8.symbols spatialite-5.1.0/debian/libspatialite8.symbols
--- spatialite-5.1.0/debian/libspatialite8.symbols	2023-08-05 13:51:39.000000000 +0000
+++ spatialite-5.1.0/debian/libspatialite8.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,1201 +0,0 @@
-libspatialite.so.8 #PACKAGE# #MINVER#
-* Build-Depends-Package: libspatialite-dev
- Ewkt_create_buffer at Base 3.0.0
- Ewkt_delete_buffer at Base 3.0.0
- Ewkt_flush_buffer at Base 3.0.0
- Ewkt_scan_buffer at Base 3.0.0
- Ewkt_scan_bytes at Base 3.0.0
- Ewkt_scan_string at Base 3.0.0
- Ewkt_switch_to_buffer at Base 3.0.0
- Ewktalloc at Base 3.0.0
- Ewktfree at Base 3.0.0
- Ewktget_column at Base 4.0.0
- Ewktget_debug at Base 3.0.0
- Ewktget_extra at Base 4.0.0
- Ewktget_in at Base 3.0.0
- Ewktget_leng at Base 3.0.0
- Ewktget_lineno at Base 3.0.0
- Ewktget_out at Base 3.0.0
- Ewktget_text at Base 3.0.0
- Ewktlex_destroy at Base 3.0.0
- Ewktlex_init at Base 4.0.0
- Ewktlex_init_extra at Base 4.0.0
- Ewktpop_buffer_state at Base 3.0.0
- Ewktpush_buffer_state at Base 3.0.0
- Ewktrealloc at Base 3.0.0
- Ewktrestart at Base 3.0.0
- Ewktset_column at Base 4.0.0
- Ewktset_debug at Base 3.0.0
- Ewktset_extra at Base 4.0.0
- Ewktset_in at Base 3.0.0
- Ewktset_lineno at Base 3.0.0
- Ewktset_out at Base 3.0.0
- Ewktwrap at Base 3.0.0
- GeoJson_create_buffer at Base 3.0.0
- GeoJson_delete_buffer at Base 3.0.0
- GeoJson_flush_buffer at Base 3.0.0
- GeoJson_scan_buffer at Base 3.0.0
- GeoJson_scan_bytes at Base 3.0.0
- GeoJson_scan_string at Base 3.0.0
- GeoJson_switch_to_buffer at Base 3.0.0
- GeoJsonalloc at Base 3.0.0
- GeoJsonfree at Base 3.0.0
- GeoJsonget_column at Base 4.0.0
- GeoJsonget_debug at Base 3.0.0
- GeoJsonget_extra at Base 4.0.0
- GeoJsonget_in at Base 3.0.0
- GeoJsonget_leng at Base 3.0.0
- GeoJsonget_lineno at Base 3.0.0
- GeoJsonget_out at Base 3.0.0
- GeoJsonget_text at Base 3.0.0
- GeoJsonlex_destroy at Base 3.0.0
- GeoJsonlex_init at Base 4.0.0
- GeoJsonlex_init_extra at Base 4.0.0
- GeoJsonpop_buffer_state at Base 3.0.0
- GeoJsonpush_buffer_state at Base 3.0.0
- GeoJsonrealloc at Base 3.0.0
- GeoJsonrestart at Base 3.0.0
- GeoJsonset_column at Base 4.0.0
- GeoJsonset_debug at Base 3.0.0
- GeoJsonset_extra at Base 4.0.0
- GeoJsonset_in at Base 3.0.0
- GeoJsonset_lineno at Base 3.0.0
- GeoJsonset_out at Base 3.0.0
- GeoJsonwrap at Base 3.0.0
- Gml_create_buffer at Base 3.0.0
- Gml_delete_buffer at Base 3.0.0
- Gml_flush_buffer at Base 3.0.0
- Gml_scan_buffer at Base 3.0.0
- Gml_scan_bytes at Base 3.0.0
- Gml_scan_string at Base 3.0.0
- Gml_switch_to_buffer at Base 3.0.0
- Gmlalloc at Base 3.0.0
- Gmlfree at Base 3.0.0
- Gmlget_column at Base 4.0.0
- Gmlget_debug at Base 3.0.0
- Gmlget_extra at Base 4.0.0
- Gmlget_in at Base 3.0.0
- Gmlget_leng at Base 3.0.0
- Gmlget_lineno at Base 3.0.0
- Gmlget_out at Base 3.0.0
- Gmlget_text at Base 3.0.0
- Gmllex_destroy at Base 3.0.0
- Gmllex_init at Base 4.0.0
- Gmllex_init_extra at Base 4.0.0
- Gmlpop_buffer_state at Base 3.0.0
- Gmlpush_buffer_state at Base 3.0.0
- Gmlrealloc at Base 3.0.0
- Gmlrestart at Base 3.0.0
- Gmlset_column at Base 4.0.0
- Gmlset_debug at Base 3.0.0
- Gmlset_extra at Base 4.0.0
- Gmlset_in at Base 3.0.0
- Gmlset_lineno at Base 3.0.0
- Gmlset_out at Base 3.0.0
- Gmlwrap at Base 3.0.0
- Kml_create_buffer at Base 3.0.0
- Kml_delete_buffer at Base 3.0.0
- Kml_flush_buffer at Base 3.0.0
- Kml_scan_buffer at Base 3.0.0
- Kml_scan_bytes at Base 3.0.0
- Kml_scan_string at Base 3.0.0
- Kml_switch_to_buffer at Base 3.0.0
- Kmlalloc at Base 3.0.0
- Kmlfree at Base 3.0.0
- Kmlget_column at Base 4.0.0
- Kmlget_debug at Base 3.0.0
- Kmlget_extra at Base 4.0.0
- Kmlget_in at Base 3.0.0
- Kmlget_leng at Base 3.0.0
- Kmlget_lineno at Base 3.0.0
- Kmlget_out at Base 3.0.0
- Kmlget_text at Base 3.0.0
- Kmllex_destroy at Base 3.0.0
- Kmllex_init at Base 4.0.0
- Kmllex_init_extra at Base 4.0.0
- Kmlpop_buffer_state at Base 3.0.0
- Kmlpush_buffer_state at Base 3.0.0
- Kmlrealloc at Base 3.0.0
- Kmlrestart at Base 3.0.0
- Kmlset_column at Base 4.0.0
- Kmlset_debug at Base 3.0.0
- Kmlset_extra at Base 4.0.0
- Kmlset_in at Base 3.0.0
- Kmlset_lineno at Base 3.0.0
- Kmlset_out at Base 3.0.0
- Kmlwrap at Base 3.0.0
- ParseFinalize at Base 5.1.0~rc0
- ParseInit at Base 5.1.0~rc0
- VanuatuWkt_create_buffer at Base 3.0.0
- VanuatuWkt_delete_buffer at Base 3.0.0
- VanuatuWkt_flush_buffer at Base 3.0.0
- VanuatuWkt_scan_buffer at Base 3.0.0
- VanuatuWkt_scan_bytes at Base 3.0.0
- VanuatuWkt_scan_string at Base 3.0.0
- VanuatuWkt_switch_to_buffer at Base 3.0.0
- VanuatuWktalloc at Base 3.0.0
- VanuatuWktfree at Base 3.0.0
- VanuatuWktget_column at Base 4.0.0
- VanuatuWktget_debug at Base 3.0.0
- VanuatuWktget_extra at Base 4.0.0
- VanuatuWktget_in at Base 3.0.0
- VanuatuWktget_leng at Base 3.0.0
- VanuatuWktget_lineno at Base 3.0.0
- VanuatuWktget_out at Base 3.0.0
- VanuatuWktget_text at Base 3.0.0
- VanuatuWktlex_destroy at Base 3.0.0
- VanuatuWktlex_init at Base 4.0.0
- VanuatuWktlex_init_extra at Base 4.0.0
- VanuatuWktpop_buffer_state at Base 3.0.0
- VanuatuWktpush_buffer_state at Base 3.0.0
- VanuatuWktrealloc at Base 3.0.0
- VanuatuWktrestart at Base 3.0.0
- VanuatuWktset_column at Base 4.0.0
- VanuatuWktset_debug at Base 3.0.0
- VanuatuWktset_extra at Base 4.0.0
- VanuatuWktset_in at Base 3.0.0
- VanuatuWktset_lineno at Base 3.0.0
- VanuatuWktset_out at Base 3.0.0
- VanuatuWktwrap at Base 3.0.0
- callback_checkTopoGeomRemEdge at Base 4.4.0
- callback_checkTopoGeomRemNode at Base 4.4.0
- callback_deleteEdges at Base 4.4.0
- callback_deleteFacesById at Base 4.4.0
- callback_deleteNodesById at Base 4.4.0
- callback_freeTopology at Base 4.4.0
- callback_getAllEdges at Base 5.0.0
- callback_getEdgeByFace at Base 4.4.0
- callback_getEdgeById at Base 4.4.0
- callback_getEdgeByNode at Base 4.4.0
- callback_getEdgeWithinBox2D at Base 4.4.0
- callback_getEdgeWithinDistance2D at Base 4.4.0
- callback_getFaceById at Base 4.4.0
- callback_getFaceContainingPoint at Base 4.4.0
- callback_getFaceWithinBox2D at Base 4.4.0
- callback_getNextEdgeId at Base 4.4.0
- callback_getNodeByFace at Base 4.4.0
- callback_getNodeById at Base 4.4.0
- callback_getNodeWithinBox2D at Base 4.4.0
- callback_getNodeWithinDistance2D at Base 4.4.0
- callback_getRingEdges at Base 4.4.0
- callback_insertEdges at Base 4.4.0
- callback_insertFaces at Base 4.4.0
- callback_insertNodes at Base 4.4.0
- callback_lastErrorMessage at Base 4.4.0
- callback_loadTopologyByName at Base 4.4.0
- callback_topoGetPrecision at Base 4.4.0
- callback_topoGetSRID at Base 4.4.0
- callback_topoHasZ at Base 4.4.0
- callback_updateEdges at Base 4.4.0
- callback_updateEdgesById at Base 4.4.0
- callback_updateFacesById at Base 4.4.0
- callback_updateNodes at Base 4.4.0
- callback_updateNodesById at Base 4.4.0
- callback_updateTopoGeomEdgeHeal at Base 4.4.0
- callback_updateTopoGeomEdgeSplit at Base 4.4.0
- callback_updateTopoGeomFaceHeal at Base 4.4.0
- callback_updateTopoGeomFaceSplit at Base 4.4.0
- check_all_geometry_columns at Base 4.1.0
- check_all_geometry_columns_r at Base 4.2.0
- check_duplicated_rows at Base 3.0.2
- check_geometry_column at Base 4.1.0
- check_geometry_column_r at Base 4.2.0
- create_wfs_catalog at Base 4.1.0
- create_wfs_schema at Base 4.1.0
- destroy_wfs_catalog at Base 4.1.0
- destroy_wfs_schema at Base 4.1.0
- disable_tiny_point at Base 5.0.0
- dump_dbf at Base 3.0.2
- dump_dbf_ex2 at Base 5.0.0
- dump_dbf_ex at Base 4.2.1
- dump_geojson2 at Base 5.0.0
- dump_geojson at Base 3.0.2
- dump_geojson_ex at Base 4.2.1
- dump_kml at Base 3.0.2
- dump_kml_ex at Base 4.2.1
- dump_shapefile at Base 3.0.2
- dump_shapefile_ex2 at Base 5.0.0
- dump_shapefile_ex at Base 5.0.0
- elementary_geometries at Base 3.0.2
- elementary_geometries_ex2 at Base 4.3.0
- elementary_geometries_ex3 at Base 5.0.0
- elementary_geometries_ex at Base 4.2.1
- enable_tiny_point at Base 5.0.0
- ewktParse at Base 3.0.0
- ewktParseAlloc at Base 3.0.0
- ewktParseFree at Base 3.0.0
- ewkt_point_xyzm at Base 3.0.0
- ewky_yylex at Base 4.0.0
- gaia3DDistance at Base 4.4.0
- gaia3DMaxDistance at Base 4.4.0
- gaia3dLength at Base 4.4.0
- gaiaAddControlPoint2D at Base 4.3.0
- gaiaAddControlPoint3D at Base 4.3.0
- gaiaAddDbfField at Base 2.4.0
- gaiaAddEdgeModFace at Base 4.4.0
- gaiaAddEdgeNewFaces at Base 4.4.0
- gaiaAddInteriorRing at Base 2.4.0
- gaiaAddIsoEdge at Base 4.4.0
- gaiaAddIsoNetNode at Base 4.4.0
- gaiaAddIsoNode at Base 4.4.0
- gaiaAddLinestringToGeomColl at Base 2.4.0
- gaiaAddLink at Base 4.4.0
- gaiaAddMeasure at Base 5.0.0
- gaiaAddPointToGeomColl at Base 2.4.0
- gaiaAddPointToGeomCollXYM at Base 2.4.0
- gaiaAddPointToGeomCollXYZ at Base 2.4.0
- gaiaAddPointToGeomCollXYZM at Base 2.4.0
- gaiaAddPolygonToGeomColl at Base 2.4.0
- gaiaAddRingToPolyg at Base 2.4.0
- gaiaAllocDbf at Base 2.4.0
- gaiaAllocDbfField at Base 2.4.0
- gaiaAllocDbfList at Base 2.4.0
- gaiaAllocDynamicLine at Base 2.4.0
- gaiaAllocGeomColl at Base 2.4.0
- gaiaAllocGeomCollXYM at Base 2.4.0
- gaiaAllocGeomCollXYZ at Base 2.4.0
- gaiaAllocGeomCollXYZM at Base 2.4.0
- gaiaAllocLinestring at Base 2.4.0
- gaiaAllocLinestringXYM at Base 2.4.0
- gaiaAllocLinestringXYZ at Base 2.4.0
- gaiaAllocLinestringXYZM at Base 2.4.0
- gaiaAllocPoint at Base 2.4.0
- gaiaAllocPointXYM at Base 2.4.0
- gaiaAllocPointXYZ at Base 2.4.0
- gaiaAllocPointXYZM at Base 2.4.0
- gaiaAllocPolygon at Base 2.4.0
- gaiaAllocPolygonXYM at Base 2.4.0
- gaiaAllocPolygonXYZ at Base 2.4.0
- gaiaAllocPolygonXYZM at Base 2.4.0
- gaiaAllocRing at Base 2.4.0
- gaiaAllocRingXYM at Base 2.4.0
- gaiaAllocRingXYZ at Base 2.4.0
- gaiaAllocRingXYZM at Base 2.4.0
- gaiaAllocShapefile at Base 2.4.0
- gaiaAppendPointMToDynamicLine at Base 3.0.0
- gaiaAppendPointToDynamicLine at Base 2.4.0
- gaiaAppendPointZMToDynamicLine at Base 3.0.0
- gaiaAppendPointZToDynamicLine at Base 3.0.0
- gaiaAppendToOutBuffer at Base 3.0.0
- gaiaAsEncodedPolyLine at Base 5.0.0
- gaiaAsX3D at Base 4.4.0
- gaiaAzimuth at Base 4.4.0
- gaiaBoundary at Base 2.4.0
- gaiaBoundary_r at Base 4.2.0
- gaiaBuildCircleMbr at Base 2.4.0
- gaiaBuildFilterMbr at Base 2.4.0
- gaiaBuildMbr at Base 2.4.0
- gaiaCastGeomCollToXY at Base 2.4.0
- gaiaCastGeomCollToXYM at Base 2.4.0
- gaiaCastGeomCollToXYMnoData at Base 5.0.0
- gaiaCastGeomCollToXYZ at Base 2.4.0
- gaiaCastGeomCollToXYZM at Base 2.4.0
- gaiaCastGeomCollToXYZMnoData at Base 5.0.0
- gaiaCastGeomCollToXYZnoData at Base 5.0.0
- gaiaChangeEdgeGeom at Base 4.4.0
- gaiaChangeLinkGeom at Base 4.4.0
- gaiaCheckClockwise at Base 5.0.0
- gaiaCheckCounterClockwise at Base 5.0.0
- gaiaCleanSqlString at Base 2.4.0
- gaiaClockwise at Base 2.4.0
- gaiaCloneDbfEntity at Base 2.4.0
- gaiaCloneDbfField at Base 2.4.0
- gaiaCloneDynamicLine at Base 2.4.0
- gaiaCloneGeomColl at Base 2.4.0
- gaiaCloneGeomCollLinestrings at Base 3.0.0
- gaiaCloneGeomCollPoints at Base 3.0.0
- gaiaCloneGeomCollPolygons at Base 3.0.0
- gaiaCloneGeomCollSpecial at Base 4.0.0
- gaiaCloneLinestring at Base 2.4.0
- gaiaCloneLinestringSpecial at Base 4.0.0
- gaiaClonePolygon at Base 2.4.0
- gaiaClonePolygonSpecial at Base 4.0.0
- gaiaCloneRing at Base 2.4.0
- gaiaCloneRingSpecial at Base 4.0.0
- gaiaCloneValue at Base 2.4.0
- gaiaConcaveHull at Base 4.2.0
- gaiaConcaveHull_r at Base 4.2.0
- gaiaConstrainedDelaunayTriangulation at Base 5.1.0~rc0
- gaiaConstrainedDelaunayTriangulation_r at Base 5.1.0~rc0
- gaiaConvertCharset at Base 2.4.0
- gaiaConvertLength at Base 2.4.0
- gaiaConvertToDMS at Base 4.2.0
- gaiaConvertToDMSex at Base 5.0.0
- gaiaConvertToUTF8 at Base 2.4.0
- gaiaConvexHull at Base 2.4.0
- gaiaConvexHull_r at Base 4.2.0
- gaiaCopyLinestringCoords at Base 2.4.0
- gaiaCopyLinestringCoordsEx at Base 5.0.0
- gaiaCopyLinestringCoordsReverse at Base 4.0.0
- gaiaCopyRingCoords at Base 2.4.0
- gaiaCopyRingCoordsEx at Base 5.0.0
- gaiaCopyRingCoordsReverse at Base 4.0.0
- gaiaCreateControlPoints at Base 4.3.0
- gaiaCreateDxfParser at Base 4.1.0
- gaiaCreateDynamicLine at Base 2.4.0
- gaiaCreateMD5Checksum at Base 4.1.0
- gaiaCreateMetaCatalogTables at Base 4.2.0
- gaiaCreatePolygon at Base 2.4.0
- gaiaCreatePolynomialCoeffs at Base 4.3.0
- gaiaCreateSequence at Base 5.0.0
- gaiaCreateUTF8Converter at Base 2.4.0
- gaiaCriticalPointFromGEOSmsg at Base 4.2.0
- gaiaCriticalPointFromGEOSmsg_r at Base 4.2.0
- gaiaCurrentCachedProjMatches at Base 5.0.0
- gaiaCurvosityIndex at Base 5.0.0
- gaiaCutter at Base 4.4.0
- gaiaDecodeURL at Base 4.3.0
- gaiaDegsToRads at Base 2.4.0
- gaiaDelaunayTriangulation at Base 4.2.0
- gaiaDelaunayTriangulation_r at Base 4.2.0
- gaiaDequotedSql at Base 4.0.0
- gaiaDestroyDxfParser at Base 4.1.0
- gaiaDimension at Base 2.4.0
- gaiaDirNameFromPath at Base 4.3.0
- gaiaDissolvePoints at Base 3.0.0
- gaiaDissolveSegments at Base 3.0.0
- gaiaDoubleQuotedSql at Base 3.0.2
- gaiaDrapeLine at Base 5.0.0
- gaiaDrapeLineExceptions at Base 5.0.0
- gaiaDropTable5 at Base 5.0.0
- gaiaDropTable at Base 4.0.0
- gaiaDropTableEx2 at Base 4.3.0
- gaiaDropTableEx3 at Base 4.4.0
- gaiaDropTableEx at Base 4.2.0
- gaiaDxfWriteEndSection at Base 4.1.0
- gaiaDxfWriteEntities at Base 4.1.0
- gaiaDxfWriteFooter at Base 4.1.0
- gaiaDxfWriteGeometry at Base 4.1.0
- gaiaDxfWriteHeader at Base 4.1.0
- gaiaDxfWriteLayer at Base 4.1.0
- gaiaDxfWriteLine at Base 4.1.0
- gaiaDxfWritePoint at Base 4.1.0
- gaiaDxfWriteRing at Base 4.1.0
- gaiaDxfWriteTables at Base 4.1.0
- gaiaDxfWriteText at Base 4.1.0
- gaiaDxfWriterInit at Base 4.1.0
- gaiaDynamicLineDeletePoint at Base 2.4.0
- gaiaDynamicLineFindByCoords at Base 2.4.0
- gaiaDynamicLineFindByPos at Base 2.4.0
- gaiaDynamicLineInsertAfter at Base 2.4.0
- gaiaDynamicLineInsertBefore at Base 2.4.0
- gaiaDynamicLineJoinAfter at Base 2.4.0
- gaiaDynamicLineJoinBefore at Base 2.4.0
- gaiaDynamicLineSplitAfter at Base 2.4.0
- gaiaDynamicLineSplitBefore at Base 2.4.0
- gaiaEllipseParams at Base 2.4.0
- gaiaEllipsoidAzimuth at Base 4.4.0
- gaiaEncodeURL at Base 4.3.0
- gaiaEndianArch at Base 2.4.0
- gaiaEnsureClosedRings at Base 5.0.0
- gaiaEwkbGetLinestring at Base 4.0.0
- gaiaEwkbGetMultiGeometry at Base 4.0.0
- gaiaEwkbGetPoint at Base 4.0.0
- gaiaEwkbGetPolygon at Base 4.0.0
- gaiaExifTagGetByteValue at Base 2.4.0
- gaiaExifTagGetDoubleValue at Base 2.4.0
- gaiaExifTagGetFloatValue at Base 2.4.0
- gaiaExifTagGetHumanReadable at Base 2.4.0
- gaiaExifTagGetId at Base 2.4.0
- gaiaExifTagGetLongValue at Base 2.4.0
- gaiaExifTagGetName at Base 2.4.0
- gaiaExifTagGetNumValues at Base 2.4.0
- gaiaExifTagGetRational1Value at Base 2.4.0
- gaiaExifTagGetRational2Value at Base 2.4.0
- gaiaExifTagGetRationalValue at Base 2.4.0
- gaiaExifTagGetShortValue at Base 2.4.0
- gaiaExifTagGetSignedLongValue at Base 2.4.0
- gaiaExifTagGetSignedRational1Value at Base 2.4.0
- gaiaExifTagGetSignedRational2Value at Base 2.4.0
- gaiaExifTagGetSignedRationalValue at Base 2.4.0
- gaiaExifTagGetSignedShortValue at Base 2.4.0
- gaiaExifTagGetStringValue at Base 2.4.0
- gaiaExifTagGetValueType at Base 2.4.0
- gaiaExifTagsFree at Base 2.4.0
- gaiaExport16 at Base 2.4.0
- gaiaExport32 at Base 2.4.0
- gaiaExport64 at Base 2.4.0
- gaiaExportDxf at Base 4.1.0
- gaiaExportF32 at Base 2.4.0
- gaiaExportI64 at Base 2.4.0
- gaiaExportU32 at Base 4.1.0
- gaiaExtractLinestringsFromGeomColl at Base 3.0.0
- gaiaExtractPointsFromGeomColl at Base 3.0.0
- gaiaExtractPolygonsFromGeomColl at Base 3.0.0
- gaiaFileExtFromPath at Base 4.3.0
- gaiaFileNameFromPath at Base 4.3.0
- gaiaFinalizeMD5Checksum at Base 4.1.0
- gaiaFindSequence at Base 5.0.0
- gaiaFlushDbfHeader at Base 3.0.0
- gaiaFlushShpHeaders at Base 2.4.0
- gaiaFrechetDistance at Base 5.0.0
- gaiaFrechetDistanceDensify at Base 5.0.0
- gaiaFrechetDistanceDensify_r at Base 5.0.0
- gaiaFrechetDistance_r at Base 5.0.0
- gaiaFree at Base 2.4.0
- gaiaFreeControlPoints at Base 4.3.0
- gaiaFreeDbf at Base 2.4.0
- gaiaFreeDbfField at Base 2.4.0
- gaiaFreeDbfList at Base 2.4.0
- gaiaFreeDynamicLine at Base 2.4.0
- gaiaFreeGeomColl at Base 2.4.0
- gaiaFreeLinestring at Base 2.4.0
- gaiaFreeMD5Checksum at Base 4.1.0
- gaiaFreePoint at Base 2.4.0
- gaiaFreePolygon at Base 2.4.0
- gaiaFreeRing at Base 2.4.0
- gaiaFreeShapefile at Base 2.4.0
- gaiaFreeUTF8Converter at Base 2.4.0
- gaiaFreeValue at Base 2.4.0
- gaiaFreeVectorLayersList at Base 4.0.0
- gaiaFromEWKB at Base 3.0.0
- gaiaFromFgf at Base 2.4.0
- gaiaFromGeoPackageGeometryBlob at Base 4.3.0
- gaiaFromGeos_XY at Base 2.4.0
- gaiaFromGeos_XYM at Base 2.4.0
- gaiaFromGeos_XYM_r at Base 4.2.0
- gaiaFromGeos_XYZ at Base 2.4.0
- gaiaFromGeos_XYZM at Base 2.4.0
- gaiaFromGeos_XYZM_r at Base 4.2.0
- gaiaFromGeos_XYZ_r at Base 4.2.0
- gaiaFromGeos_XY_r at Base 4.2.0
- gaiaFromSpatiaLiteBlobMbr at Base 2.4.0
- gaiaFromSpatiaLiteBlobWkb at Base 2.4.0
- gaiaFromSpatiaLiteBlobWkbEx at Base 4.3.0
- gaiaFromTWKB at Base 5.0.0
- gaiaFromWkb at Base 2.4.0
- gaiaFullFileNameFromPath at Base 4.3.0
- gaiaGPKG2Spatialite at Base 4.2.0
- gaiaGeoHash at Base 4.4.0
- gaiaGeodesicArcLength at Base 5.0.0
- gaiaGeodesicArea at Base 4.4.0
- gaiaGeodesicDistance at Base 2.4.0
- gaiaGeodesicTotalLength at Base 2.4.0
- gaiaGeomCollArea at Base 2.4.0
- gaiaGeomCollArea_r at Base 4.2.0
- gaiaGeomCollBuffer at Base 2.4.0
- gaiaGeomCollBuffer_r at Base 4.2.0
- gaiaGeomCollCentroid at Base 2.4.0
- gaiaGeomCollCentroid_r at Base 4.2.0
- gaiaGeomCollContains at Base 2.4.0
- gaiaGeomCollContains_r at Base 4.2.0
- gaiaGeomCollCoveredBy at Base 3.0.2
- gaiaGeomCollCoveredBy_r at Base 4.2.0
- gaiaGeomCollCovers at Base 3.0.2
- gaiaGeomCollCovers_r at Base 4.2.0
- gaiaGeomCollCrosses at Base 2.4.0
- gaiaGeomCollCrosses_r at Base 4.2.0
- gaiaGeomCollDisjoint at Base 2.4.0
- gaiaGeomCollDisjoint_r at Base 4.2.0
- gaiaGeomCollDistance at Base 2.4.0
- gaiaGeomCollDistance_r at Base 4.2.0
- gaiaGeomCollEquals at Base 2.4.0
- gaiaGeomCollEquals_r at Base 4.2.0
- gaiaGeomCollIntersects at Base 2.4.0
- gaiaGeomCollIntersects_r at Base 4.2.0
- gaiaGeomCollLength at Base 2.4.0
- gaiaGeomCollLengthOrPerimeter at Base 4.0.0
- gaiaGeomCollLengthOrPerimeter_r at Base 4.2.0
- gaiaGeomCollLength_r at Base 4.2.0
- gaiaGeomCollOverlaps at Base 2.4.0
- gaiaGeomCollOverlaps_r at Base 4.2.0
- gaiaGeomCollPreparedContains at Base 4.1.0
- gaiaGeomCollPreparedCoveredBy at Base 4.1.0
- gaiaGeomCollPreparedCovers at Base 4.1.0
- gaiaGeomCollPreparedCrosses at Base 4.1.0
- gaiaGeomCollPreparedDisjoint at Base 4.1.0
- gaiaGeomCollPreparedDistance at Base 5.1.0~rc0
- gaiaGeomCollPreparedDistanceWithin at Base 5.1.0~rc0
- gaiaGeomCollPreparedIntersects at Base 4.1.0
- gaiaGeomCollPreparedOverlaps at Base 4.1.0
- gaiaGeomCollPreparedTouches at Base 4.1.0
- gaiaGeomCollPreparedWithin at Base 4.1.0
- gaiaGeomCollRelate at Base 2.4.0
- gaiaGeomCollRelateBoundaryNodeRule at Base 5.0.0
- gaiaGeomCollRelateBoundaryNodeRule_r at Base 5.0.0
- gaiaGeomCollRelate_r at Base 4.2.0
- gaiaGeomCollSimplify at Base 2.4.0
- gaiaGeomCollSimplifyPreserveTopology at Base 2.4.0
- gaiaGeomCollSimplifyPreserveTopology_r at Base 4.2.0
- gaiaGeomCollSimplify_r at Base 4.2.0
- gaiaGeomCollTouches at Base 2.4.0
- gaiaGeomCollTouches_r at Base 4.2.0
- gaiaGeomCollWithin at Base 2.4.0
- gaiaGeomCollWithin_r at Base 4.2.0
- gaiaGeometryAliasType at Base 2.4.0
- gaiaGeometryDifference at Base 2.4.0
- gaiaGeometryDifference_r at Base 4.2.0
- gaiaGeometryIntersection at Base 2.4.0
- gaiaGeometryIntersection_r at Base 4.2.0
- gaiaGeometrySymDifference at Base 2.4.0
- gaiaGeometrySymDifference_r at Base 4.2.0
- gaiaGeometryType at Base 2.4.0
- gaiaGeometryUnion at Base 2.4.0
- gaiaGeometryUnion_r at Base 4.2.0
- gaiaGeosConcaveHull at Base 5.1.0~rc0
- gaiaGeosConcaveHull_r at Base 5.1.0~rc0
- gaiaGeosDensify at Base 5.1.0~rc0
- gaiaGeosDensify_r at Base 5.1.0~rc0
- gaiaGeosMakeValid at Base 5.1.0~rc0
- gaiaGeosMakeValid_r at Base 5.1.0~rc0
- gaiaGetCurrentCachedProj at Base 5.0.0
- gaiaGetCurrentProjContext at Base 5.0.0
- gaiaGetDbObjectScope at Base 5.0.0
- gaiaGetEdgeByPoint at Base 4.4.0
- gaiaGetEdgeSeed at Base 4.4.0
- gaiaGetEnvelopeFromGPB at Base 4.3.0
- gaiaGetExifGpsTagById at Base 2.4.0
- gaiaGetExifTagById at Base 2.4.0
- gaiaGetExifTagByName at Base 2.4.0
- gaiaGetExifTagByPos at Base 2.4.0
- gaiaGetExifTags at Base 2.4.0
- gaiaGetExifTagsCount at Base 2.4.0
- gaiaGetFaceByPoint at Base 4.4.0
- gaiaGetFaceEdges at Base 4.4.0
- gaiaGetFaceGeometry at Base 4.4.0
- gaiaGetFaceSeed at Base 4.4.0
- gaiaGetGeometryTypeFromGPB at Base 4.3.0
- gaiaGetGeosAuxErrorMsg at Base 4.1.0
- gaiaGetGeosAuxErrorMsg_r at Base 4.2.0
- gaiaGetGeosErrorMsg at Base 2.4.0
- gaiaGetGeosErrorMsg_r at Base 4.2.0
- gaiaGetGeosWarningMsg at Base 2.4.0
- gaiaGetGeosWarningMsg_r at Base 4.2.0
- gaiaGetGpsCoords at Base 2.4.0
- gaiaGetGpsLatLong at Base 2.4.0
- gaiaGetLayerExtent at Base 4.1.0
- gaiaGetLinkByPoint at Base 4.4.0
- gaiaGetLinkSeed at Base 4.4.0
- gaiaGetLocaleCharset at Base 2.4.0
- gaiaGetMbrMaxX at Base 2.4.0
- gaiaGetMbrMaxY at Base 2.4.0
- gaiaGetMbrMinX at Base 2.4.0
- gaiaGetMbrMinY at Base 2.4.0
- gaiaGetNetNodeByPoint at Base 4.4.0
- gaiaGetNetwork at Base 4.4.0
- gaiaGetNodeByPoint at Base 4.4.0
- gaiaGetPointOnSurface at Base 2.4.0
- gaiaGetPointOnSurface_r at Base 4.2.0
- gaiaGetProjDatabasePath at Base 5.0.0
- gaiaGetProjErrorMsg_r at Base 5.0.0
- gaiaGetProjString at Base 5.0.0
- gaiaGetProjWKT at Base 5.0.0
- gaiaGetRtTopoErrorMsg at Base 4.4.0
- gaiaGetRtTopoWarningMsg at Base 4.4.0
- gaiaGetSridFromGPB at Base 4.3.0
- gaiaGetTopology at Base 4.4.0
- gaiaGetVectorLayersList at Base 4.0.0
- gaiaGreatCircleDistance at Base 2.4.0
- gaiaGreatCircleTotalLength at Base 2.4.0
- gaiaGuessBlobType at Base 2.4.0
- gaiaGuessSridFromWKT at Base 5.0.0
- gaiaHausdorffDistance at Base 3.0.2
- gaiaHausdorffDistanceDensify at Base 5.0.0
- gaiaHausdorffDistanceDensify_r at Base 5.0.0
- gaiaHausdorffDistance_r at Base 4.2.0
- gaiaHexagonalGrid at Base 4.0.0
- gaiaHexagonalGrid_r at Base 4.2.0
- gaiaHilbertCode at Base 5.1.0~rc0
- gaiaHilbertCode_r at Base 5.1.0~rc0
- gaiaIllegalSqlName at Base 2.4.0
- gaiaImport16 at Base 2.4.0
- gaiaImport32 at Base 2.4.0
- gaiaImport64 at Base 2.4.0
- gaiaImportF32 at Base 2.4.0
- gaiaImportI64 at Base 2.4.0
- gaiaImportU32 at Base 4.1.0
- gaiaInsertInteriorRing at Base 2.4.0
- gaiaInsertIntoSqlLog at Base 4.0.0
- gaiaInsertLinestringInGeomColl at Base 2.4.0
- gaiaInsertPolygonInGeomColl at Base 2.4.0
- gaiaInterpolatePoint at Base 5.0.0
- gaiaIntersect at Base 2.4.0
- gaiaIntersectionMatrixPatternMatch at Base 5.0.0
- gaiaIntersectionMatrixPatternMatch_r at Base 5.0.0
- gaiaIsClosed at Base 2.4.0
- gaiaIsClosedGeom at Base 4.0.0
- gaiaIsClosedGeom_r at Base 4.2.0
- gaiaIsCompressedXmlBlob at Base 4.1.1
- gaiaIsEmpty at Base 2.4.0
- gaiaIsEmptyGPB at Base 4.3.0
- gaiaIsExifGpsTag at Base 2.4.0
- gaiaIsGpxXmlBlob at Base 4.4.0
- gaiaIsIsoMetadataXmlBlob at Base 4.1.1
- gaiaIsMapConfigXmlBlob at Base 5.0.0
- gaiaIsNotClosedGeomColl at Base 4.0.0
- gaiaIsNotClosedGeomColl_r at Base 4.2.0
- gaiaIsNotClosedRing at Base 4.0.0
- gaiaIsNotClosedRing_r at Base 4.2.0
- gaiaIsPointOnPolygonSurface at Base 2.4.0
- gaiaIsPointOnRingSurface at Base 2.4.0
- gaiaIsReservedSqlName at Base 2.4.0
- gaiaIsReservedSqliteName at Base 2.4.0
- gaiaIsRing at Base 2.4.0
- gaiaIsRing_r at Base 4.2.0
- gaiaIsSchemaValidatedXmlBlob at Base 4.1.1
- gaiaIsSimple at Base 2.4.0
- gaiaIsSimple_r at Base 4.2.0
- gaiaIsSldSeRasterStyleXmlBlob at Base 4.1.1
- gaiaIsSldSeVectorStyleXmlBlob at Base 4.1.1
- gaiaIsSldStyleXmlBlob at Base 4.2.0
- gaiaIsSvgXmlBlob at Base 4.1.1
- gaiaIsToxic at Base 2.4.0
- gaiaIsToxic_r at Base 4.2.0
- gaiaIsValid at Base 2.4.0
- gaiaIsValidDbfList at Base 2.4.0
- gaiaIsValidDetail at Base 4.2.0
- gaiaIsValidDetailEx at Base 4.4.0
- gaiaIsValidDetailEx_r at Base 4.4.0
- gaiaIsValidDetail_r at Base 4.2.0
- gaiaIsValidGPB at Base 4.3.0
- gaiaIsValidReason at Base 4.2.0
- gaiaIsValidReason_r at Base 4.2.0
- gaiaIsValidTrajectory at Base 5.0.0
- gaiaIsValidXmlBlob at Base 4.1.1
- gaiaIsValid_r at Base 4.2.0
- gaiaLargestEmptyCircle at Base 5.1.0~rc0
- gaiaLargestEmptyCircle_r at Base 5.1.0~rc0
- gaiaLastUsedSequence at Base 5.0.0
- gaiaLineFromEncodedPolyline at Base 5.0.0
- gaiaLineGetPoint at Base 2.4.0
- gaiaLineInterpolateEquidistantPoints at Base 4.0.0
- gaiaLineInterpolateEquidistantPoints_r at Base 4.2.0
- gaiaLineInterpolatePoint at Base 3.0.2
- gaiaLineInterpolatePoint_r at Base 4.2.0
- gaiaLineLocatePoint at Base 3.0.2
- gaiaLineLocatePoint_r at Base 4.2.0
- gaiaLineMerge at Base 3.0.2
- gaiaLineMerge_r at Base 4.2.0
- gaiaLineSetPoint at Base 2.4.0
- gaiaLineSubstring at Base 3.0.2
- gaiaLineSubstring_r at Base 4.2.0
- gaiaLinearize at Base 3.0.0
- gaiaLinesCutAtNodes at Base 3.0.2
- gaiaLinestringEquals at Base 2.4.0
- gaiaLoadFromDxfParser at Base 4.1.0
- gaiaLocateBetweenMeasures at Base 4.0.0
- gaiaMRangeGeometry at Base 2.4.0
- gaiaMRangeGeometryEx at Base 5.0.0
- gaiaMRangeLinestring at Base 2.4.0
- gaiaMRangeLinestringEx at Base 5.0.0
- gaiaMRangePolygon at Base 2.4.0
- gaiaMRangePolygonEx at Base 5.0.0
- gaiaMRangeRing at Base 2.4.0
- gaiaMRangeRingEx at Base 5.0.0
- gaiaMakeArc at Base 4.1.0
- gaiaMakeCircle at Base 4.1.0
- gaiaMakeEllipse at Base 4.1.0
- gaiaMakeEllipticArc at Base 4.1.0
- gaiaMakeLine at Base 3.0.0
- gaiaMakePoint at Base 2.4.0
- gaiaMakePointEx at Base 5.0.0
- gaiaMakePointM at Base 3.0.2
- gaiaMakePointMEx at Base 5.0.0
- gaiaMakePointZ at Base 3.0.2
- gaiaMakePointZEx at Base 5.0.0
- gaiaMakePointZM at Base 3.0.2
- gaiaMakePointZMEx at Base 5.0.0
- gaiaMakePolygon at Base 4.2.0
- gaiaMakeValid at Base 4.4.0
- gaiaMakeValidDiscarded at Base 4.4.0
- gaiaMaxDistance at Base 4.4.0
- gaiaMaximumInscribedCircle at Base 5.1.0~rc0
- gaiaMaximumInscribedCircle_r at Base 5.1.0~rc0
- gaiaMbrGeometry at Base 2.4.0
- gaiaMbrLinestring at Base 2.4.0
- gaiaMbrPolygon at Base 2.4.0
- gaiaMbrRing at Base 2.4.0
- gaiaMbrsContains at Base 2.4.0
- gaiaMbrsDisjoint at Base 2.4.0
- gaiaMbrsEqual at Base 2.4.0
- gaiaMbrsIntersects at Base 2.4.0
- gaiaMbrsOverlaps at Base 2.4.0
- gaiaMbrsTouches at Base 2.4.0
- gaiaMbrsWithin at Base 2.4.0
- gaiaMeasureArea at Base 2.4.0
- gaiaMeasureLength at Base 2.4.0
- gaiaMemFseek at Base 5.0.0
- gaiaMemRead at Base 5.0.0
- gaiaMergeGeometries at Base 3.0.0
- gaiaMergeGeometries_r at Base 4.2.0
- gaiaMinDistance at Base 2.4.0
- gaiaMinimumBoundingCircle at Base 5.1.0~rc0
- gaiaMinimumBoundingCircle_r at Base 5.1.0~rc0
- gaiaMinimumClearance at Base 5.1.0~rc0
- gaiaMinimumClearanceLine at Base 5.1.0~rc0
- gaiaMinimumClearanceLine_r at Base 5.1.0~rc0
- gaiaMinimumClearance_r at Base 5.1.0~rc0
- gaiaMinimumRotatedRectangle at Base 5.1.0~rc0
- gaiaMinimumRotatedRectangle_r at Base 5.1.0~rc0
- gaiaMinimumWidth at Base 5.1.0~rc0
- gaiaMinimumWidth_r at Base 5.1.0~rc0
- gaiaModEdgeHeal at Base 4.4.0
- gaiaModEdgeSplit at Base 4.4.0
- gaiaModGeoLinkSplit at Base 4.4.0
- gaiaModLinkHeal at Base 4.4.0
- gaiaModLogLinkSplit at Base 4.4.0
- gaiaMoveIsoNetNode at Base 4.4.0
- gaiaMoveIsoNode at Base 4.4.0
- gaiaNetworkCreate at Base 4.4.0
- gaiaNetworkDestroy at Base 4.4.0
- gaiaNetworkDrop at Base 4.4.0
- gaiaNetworkFromCache at Base 4.4.0
- gaiaNetworkFromDBMS at Base 4.4.0
- gaiaNewEdgeHeal at Base 4.4.0
- gaiaNewEdgesSplit at Base 4.4.0
- gaiaNewGeoLinkSplit at Base 4.4.0
- gaiaNewLinkHeal at Base 4.4.0
- gaiaNewLogLinkSplit at Base 4.4.0
- gaiaNodeLines at Base 4.4.0
- gaiaNormalizeLonLat at Base 4.0.0
- gaiaOffsetCurve at Base 3.0.2
- gaiaOffsetCurve_r at Base 4.2.0
- gaiaOpenDbfRead at Base 2.4.0
- gaiaOpenDbfWrite at Base 3.0.0
- gaiaOpenDbfWriteEx at Base 5.0.0
- gaiaOpenShpRead at Base 2.4.0
- gaiaOpenShpWrite at Base 2.4.0
- gaiaOpenShpWriteEx at Base 5.0.0
- gaiaOpenZipDbf at Base 5.0.0
- gaiaOutBareKml at Base 3.0.0
- gaiaOutBufferInitialize at Base 3.0.0
- gaiaOutBufferReset at Base 3.0.0
- gaiaOutEwktLinestringZ at Base 3.0.0
- gaiaOutEwktPointZ at Base 3.0.0
- gaiaOutEwktPolygonZ at Base 3.0.0
- gaiaOutFullKml at Base 3.0.0
- gaiaOutGeoJSON at Base 3.0.0
- gaiaOutGml at Base 3.0.0
- gaiaOutGml_ex at Base 5.1.0~rc0
- gaiaOutLinestringZ at Base 3.0.0
- gaiaOutLinestringZex at Base 4.3.0
- gaiaOutPointZ at Base 3.0.0
- gaiaOutPointZex at Base 4.3.0
- gaiaOutPolygonZ at Base 3.0.0
- gaiaOutPolygonZex at Base 4.3.0
- gaiaOutSvg at Base 2.4.0
- gaiaOutWkt at Base 2.4.0
- gaiaOutWktEx at Base 4.3.0
- gaiaOutWktStrict at Base 3.0.0
- gaiaParseDMS at Base 4.2.0
- gaiaParseDxfFile at Base 4.1.0
- gaiaParseDxfFile_r at Base 4.2.0
- gaiaParseEWKT at Base 3.0.0
- gaiaParseFilterMbr at Base 2.4.0
- gaiaParseGeoJSON at Base 3.0.0
- gaiaParseGml at Base 3.0.0
- gaiaParseGml_r at Base 4.2.0
- gaiaParseHexEWKB at Base 4.0.0
- gaiaParseKml at Base 3.0.0
- gaiaParseWkt at Base 2.4.0
- gaiaPolygonEquals at Base 2.4.0
- gaiaPolygonize at Base 2.4.0
- gaiaPolygonize_r at Base 4.2.0
- gaiaPolynomialAsText at Base 4.3.0
- gaiaPolynomialIsValid at Base 4.3.0
- gaiaPolynomialToMatrix at Base 4.3.0
- gaiaPolynomialTransformGeometry at Base 4.3.0
- gaiaPrependPointMToDynamicLine at Base 3.0.0
- gaiaPrependPointToDynamicLine at Base 2.4.0
- gaiaPrependPointZMToDynamicLine at Base 3.0.0
- gaiaPrependPointZToDynamicLine at Base 3.0.0
- gaiaProjectedPoint at Base 4.4.0
- gaiaQuotedSql at Base 3.0.2
- gaiaRadsToDegs at Base 2.4.0
- gaiaReadDbfEntity at Base 2.4.0
- gaiaReadDbfEntity_ex at Base 4.2.1
- gaiaReadNetworkFromDBMS at Base 4.4.0
- gaiaReadShpEntity at Base 2.4.0
- gaiaReadShpEntity_ex at Base 4.2.1
- gaiaReadTopologyFromDBMS at Base 4.4.0
- gaiaReadWktFromZipShp at Base 5.0.0
- gaiaReducePrecision at Base 5.1.0~rc0
- gaiaReducePrecision_r at Base 5.1.0~rc0
- gaiaReflectCoords at Base 2.4.0
- gaiaRemEdgeModFace at Base 4.4.0
- gaiaRemEdgeNewFace at Base 4.4.0
- gaiaRemIsoEdge at Base 4.4.0
- gaiaRemIsoNetNode at Base 4.4.0
- gaiaRemIsoNode at Base 4.4.0
- gaiaRemoveExtraSpaces at Base 5.0.0
- gaiaRemoveLink at Base 4.4.0
- gaiaRemoveRepeatedPoints at Base 5.0.0
- gaiaRenameColumn at Base 5.0.0
- gaiaRenameTable at Base 5.0.0
- gaiaResetDbfEntity at Base 2.4.0
- gaiaResetGeosMsg at Base 2.4.0
- gaiaResetGeosMsg_r at Base 4.2.0
- gaiaResetProjErrorMsg_r at Base 5.0.0
- gaiaResetRtTopoMsg at Base 4.4.0
- gaiaResetSequence at Base 5.0.0
- gaiaReverseDynamicLine at Base 2.4.0
- gaiaRingCentroid at Base 2.4.0
- gaiaRingGetPoint at Base 2.4.0
- gaiaRingSetPoint at Base 2.4.0
- gaiaRotateCoords at Base 2.4.0
- gaiaSanitize at Base 2.4.0
- gaiaScaleCoords at Base 2.4.0
- gaiaSegmentize at Base 4.4.0
- gaiaSequenceNext at Base 5.0.0
- gaiaSetCurrentCachedProj at Base 5.0.0
- gaiaSetDoubleValue at Base 2.4.0
- gaiaSetGeosAuxErrorMsg at Base 4.1.0
- gaiaSetGeosAuxErrorMsg_r at Base 4.2.0
- gaiaSetGeosErrorMsg at Base 2.4.0
- gaiaSetGeosErrorMsg_r at Base 4.2.0
- gaiaSetGeosWarningMsg at Base 2.4.0
- gaiaSetGeosWarningMsg_r at Base 4.2.0
- gaiaSetIntValue at Base 2.4.0
- gaiaSetNullValue at Base 2.4.0
- gaiaSetProjDatabasePath at Base 5.0.0
- gaiaSetProjErrorMsg_r at Base 5.0.0
- gaiaSetRtTopoErrorMsg at Base 4.4.0
- gaiaSetRtTopoWarningMsg at Base 4.4.0
- gaiaSetStrValue at Base 2.4.0
- gaiaSharedPaths at Base 3.0.2
- gaiaSharedPaths_r at Base 4.2.0
- gaiaShiftCoords3D at Base 4.0.0
- gaiaShiftCoords at Base 2.4.0
- gaiaShiftLongitude at Base 4.0.0
- gaiaShortestLine at Base 3.0.2
- gaiaShortestLine_r at Base 4.2.0
- gaiaShpAnalyze at Base 2.4.0
- gaiaSingleQuotedSql at Base 3.0.2
- gaiaSingleSidedBuffer at Base 3.0.2
- gaiaSingleSidedBuffer_r at Base 4.2.0
- gaiaSnap at Base 3.0.2
- gaiaSnapToGrid at Base 4.0.0
- gaiaSnap_r at Base 4.2.0
- gaiaSpatialite2GPKG at Base 4.2.0
- gaiaSplit at Base 4.4.0
- gaiaSplitLeft at Base 4.4.0
- gaiaSplitRight at Base 4.4.0
- gaiaSquareGrid at Base 4.0.0
- gaiaSquareGrid_r at Base 4.2.0
- gaiaStatisticsInvalidate at Base 4.2.0
- gaiaSubdivide at Base 5.0.0
- gaiaSwapCoords at Base 2.4.0
- gaiaTextReaderAlloc at Base 3.0.0
- gaiaTextReaderDestroy at Base 3.0.0
- gaiaTextReaderFetchField at Base 3.0.0
- gaiaTextReaderGetRow at Base 3.0.0
- gaiaTextReaderParse at Base 3.0.0
- gaiaToCompressedBlobWkb at Base 2.4.0
- gaiaToEWKB at Base 3.0.0
- gaiaToEWKT at Base 3.0.0
- gaiaToFgf at Base 2.4.0
- gaiaToGPB at Base 4.3.0
- gaiaToGeos at Base 2.4.0
- gaiaToGeosSelective at Base 4.0.0
- gaiaToGeosSelective_r at Base 4.2.0
- gaiaToGeos_r at Base 4.2.0
- gaiaToHexWkb at Base 2.4.0
- gaiaToSpatiaLiteBlobWkb at Base 2.4.0
- gaiaToSpatiaLiteBlobWkbEx2 at Base 5.0.0
- gaiaToSpatiaLiteBlobWkbEx at Base 4.3.0
- gaiaToTWKB at Base 5.0.0
- gaiaToWkb at Base 2.4.0
- gaiaTopoGeoSnapLinestringToSeed at Base 4.4.0
- gaiaTopoGeoSnapPointToSeed at Base 4.4.0
- gaiaTopoGeoUpdateSeeds at Base 4.4.0
- gaiaTopoGeo_AddLineString at Base 4.4.0
- gaiaTopoGeo_AddLineStringNoFace at Base 5.0.0
- gaiaTopoGeo_AddPoint at Base 4.4.0
- gaiaTopoGeo_AddPolygon at Base 4.4.0
- gaiaTopoGeo_CreateTopoLayer at Base 4.4.0
- gaiaTopoGeo_DisambiguateSegmentEdges at Base 5.0.0
- gaiaTopoGeo_ExportTopoLayer at Base 4.4.0
- gaiaTopoGeo_FromGeoTable at Base 4.4.0
- gaiaTopoGeo_FromGeoTableExtended at Base 4.4.0
- gaiaTopoGeo_FromGeoTableNoFace at Base 5.0.0
- gaiaTopoGeo_FromGeoTableNoFaceExtended at Base 5.0.0
- gaiaTopoGeo_InitTopoLayer at Base 4.4.0
- gaiaTopoGeo_InsertFeatureFromTopoLayer at Base 4.4.0
- gaiaTopoGeo_LineEdgesList at Base 5.0.0
- gaiaTopoGeo_ModEdgeHeal at Base 5.0.0
- gaiaTopoGeo_ModEdgeSplit at Base 5.0.0
- gaiaTopoGeo_NewEdgeHeal at Base 5.0.0
- gaiaTopoGeo_NewEdgesSplit at Base 5.0.0
- gaiaTopoGeo_PolyFacesList at Base 5.0.0
- gaiaTopoGeo_Polygonize at Base 5.0.0
- gaiaTopoGeo_RemoveDanglingEdges at Base 4.4.0
- gaiaTopoGeo_RemoveDanglingNodes at Base 4.4.0
- gaiaTopoGeo_RemoveSmallFaces at Base 4.4.0
- gaiaTopoGeo_RemoveTopoLayer at Base 4.4.0
- gaiaTopoGeo_SnappedGeoTable at Base 5.0.0
- gaiaTopoGeo_SubdivideLines at Base 4.4.0
- gaiaTopoGeo_ToGeoTable at Base 4.4.0
- gaiaTopoGeo_ToGeoTableGeneralize at Base 4.4.0
- gaiaTopoNetUpdateSeeds at Base 4.4.0
- gaiaTopoNet_DisambiguateSegmentLinks at Base 5.0.0
- gaiaTopoNet_FromGeoTable at Base 4.4.0
- gaiaTopoNet_LineLinksList at Base 5.0.0
- gaiaTopoNet_ToGeoTable at Base 4.4.0
- gaiaTopoNet_ToGeoTableGeneralize at Base 4.4.0
- gaiaTopoSnap at Base 5.0.0
- gaiaTopologyCreate at Base 4.4.0
- gaiaTopologyDestroy at Base 4.4.0
- gaiaTopologyDrop at Base 4.4.0
- gaiaTopologyFromCache at Base 4.4.0
- gaiaTopologyFromDBMS at Base 4.4.0
- gaiaTrajectoryInterpolatePoint at Base 5.0.0
- gaiaTransform at Base 2.4.0
- gaiaTransformEx at Base 5.0.0
- gaiaTransformEx_r at Base 5.0.0
- gaiaTransformXY at Base 5.0.0
- gaiaTransformXYZ at Base 5.0.0
- gaiaTransformXYZ_r at Base 5.0.0
- gaiaTransformXY_r at Base 5.0.0
- gaiaTransform_r at Base 4.2.0
- gaiaTriangularGrid at Base 4.0.0
- gaiaTriangularGrid_r at Base 4.2.0
- gaiaUnaryUnion at Base 3.0.2
- gaiaUnaryUnion_r at Base 4.2.0
- gaiaUnionCascaded at Base 4.0.0
- gaiaUnionCascaded_r at Base 4.2.0
- gaiaUpDownHeight at Base 5.0.0
- gaiaUpdateMD5Checksum at Base 4.1.0
- gaiaUpdateMetaCatalogStatistics at Base 4.2.0
- gaiaUpdateMetaCatalogStatisticsFromMaster at Base 4.2.0
- gaiaUpdateSqlLog at Base 4.0.0
- gaiaValidLogicalNet at Base 4.4.0
- gaiaValidSpatialNet at Base 4.4.0
- gaiaValidateTopoGeo at Base 4.4.0
- gaiaVoronojDiagram at Base 4.2.0
- gaiaVoronojDiagram_r at Base 4.2.0
- gaiaWriteDbfEntity at Base 3.0.0
- gaiaWriteShpEntity at Base 2.4.0
- gaiaXmlBlobAddFileId at Base 4.1.1
- gaiaXmlBlobAddParentId at Base 4.1.1
- gaiaXmlBlobCompression at Base 4.1.1
- gaiaXmlBlobGetAbstract at Base 4.1.1
- gaiaXmlBlobGetDocumentSize at Base 4.1.1
- gaiaXmlBlobGetEncoding at Base 4.1.1
- gaiaXmlBlobGetFileId at Base 4.1.1
- gaiaXmlBlobGetGeometry at Base 4.1.1
- gaiaXmlBlobGetLastParseError at Base 4.1.1
- gaiaXmlBlobGetLastValidateError at Base 4.1.1
- gaiaXmlBlobGetLastXPathError at Base 4.1.1
- gaiaXmlBlobGetName at Base 4.2.0
- gaiaXmlBlobGetParentId at Base 4.1.1
- gaiaXmlBlobGetSchemaURI at Base 4.1.1
- gaiaXmlBlobGetTitle at Base 4.1.1
- gaiaXmlBlobMLineFromGPX at Base 4.4.0
- gaiaXmlBlobSetFileId at Base 4.1.1
- gaiaXmlBlobSetParentId at Base 4.1.1
- gaiaXmlFromBlob at Base 4.1.1
- gaiaXmlGetInternalSchemaURI at Base 4.1.1
- gaiaXmlLoad at Base 4.1.1
- gaiaXmlStore at Base 4.1.1
- gaiaXmlTextFromBlob at Base 4.1.1
- gaiaXmlToBlob at Base 4.1.1
- gaiaZRangeGeometry at Base 2.4.0
- gaiaZRangeGeometryEx at Base 5.0.0
- gaiaZRangeLinestring at Base 2.4.0
- gaiaZRangeLinestringEx at Base 5.0.0
- gaiaZRangePolygon at Base 2.4.0
- gaiaZRangePolygonEx at Base 5.0.0
- gaiaZRangeRing at Base 2.4.0
- gaiaZRangeRingEx at Base 5.0.0
- gaiaZipfileDbfN at Base 5.0.0
- gaiaZipfileNumDBF at Base 5.0.0
- gaiaZipfileNumSHP at Base 5.0.0
- gaiaZipfileShpN at Base 5.0.0
- gaia_already_initialized at Base 4.2.0
- gaia_create_routing at Base 5.0.0
- gaia_create_routing_get_last_error at Base 5.0.0
- gaia_create_routing_nodes at Base 5.0.0
- gaia_geos_error_msg at Base 2.4.0
- gaia_geos_warning_msg at Base 2.4.0
- gaia_geosaux_error_msg at Base 4.1.0
- gaia_libxml2_version at Base 4.1.1
- gaia_matrix_as_text at Base 4.3.0
- gaia_matrix_create at Base 4.3.0
- gaia_matrix_create_multiply at Base 4.3.0
- gaia_matrix_determinant at Base 4.3.0
- gaia_matrix_invert at Base 4.3.0
- gaia_matrix_is_valid at Base 4.3.0
- gaia_matrix_multiply at Base 4.3.0
- gaia_matrix_transform_geometry at Base 4.3.0
- gaia_sql_proc_add_variable at Base 5.0.0
- gaia_sql_proc_all_variables at Base 5.0.0
- gaia_sql_proc_cooked_sql at Base 5.0.0
- gaia_sql_proc_create_variables at Base 5.0.0
- gaia_sql_proc_destroy_variables at Base 5.0.0
- gaia_sql_proc_execute at Base 5.0.0
- gaia_sql_proc_get_last_error at Base 5.0.0
- gaia_sql_proc_import at Base 5.0.0
- gaia_sql_proc_is_valid at Base 5.0.0
- gaia_sql_proc_is_valid_var_value at Base 5.0.0
- gaia_sql_proc_logfile at Base 5.0.0
- gaia_sql_proc_parse at Base 5.0.0
- gaia_sql_proc_raw_sql at Base 5.0.0
- gaia_sql_proc_var_count at Base 5.0.0
- gaia_sql_proc_variable at Base 5.0.0
- gaia_stored_proc_create_tables at Base 5.0.0
- gaia_stored_proc_delete at Base 5.0.0
- gaia_stored_proc_fetch at Base 5.0.0
- gaia_stored_proc_store at Base 5.0.0
- gaia_stored_proc_update_sql at Base 5.0.0
- gaia_stored_proc_update_title at Base 5.0.0
- gaia_stored_var_delete at Base 5.0.0
- gaia_stored_var_fetch at Base 5.0.0
- gaia_stored_var_store at Base 5.0.0
- gaia_stored_var_update_title at Base 5.0.0
- gaia_stored_var_update_value at Base 5.0.0
- geoJSONParse at Base 3.0.0
- geoJSONParseAlloc at Base 3.0.0
- geoJSONParseFree at Base 3.0.0
- geoJSON_yylex at Base 4.0.0
- geojson_check_features at Base 5.0.0
- geojson_create_features_index at Base 5.0.0
- geojson_create_parser at Base 5.0.0
- geojson_destroy_parser at Base 5.0.0
- geojson_get_property_by_name at Base 5.0.0
- geojson_init_feature at Base 5.0.0
- geojson_parser_init at Base 5.0.0
- geojson_reset_feature at Base 5.0.0
- geojson_sql_add_geometry at Base 5.0.0
- geojson_sql_create_rtree at Base 5.0.0
- geojson_sql_create_table at Base 5.0.0
- geojson_sql_insert_into at Base 5.0.0
- get_wfs_base_describe_url at Base 4.1.0
- get_wfs_base_request_url at Base 4.1.0
- get_wfs_catalog_count at Base 4.1.0
- get_wfs_catalog_item at Base 4.1.0
- get_wfs_describe_url at Base 4.1.0
- get_wfs_item_abstract at Base 4.1.0
- get_wfs_item_name at Base 4.1.0
- get_wfs_item_title at Base 4.1.0
- get_wfs_keyword at Base 4.1.0
- get_wfs_keyword_count at Base 4.1.0
- get_wfs_layer_srid at Base 4.1.0
- get_wfs_layer_srid_count at Base 4.1.0
- get_wfs_request_url at Base 4.1.0
- get_wfs_schema_column at Base 4.1.0
- get_wfs_schema_column_count at Base 4.1.0
- get_wfs_schema_column_info at Base 4.1.0
- get_wfs_schema_geometry_info at Base 4.1.0
- get_wfs_version at Base 4.3.0
- gmlParse at Base 3.0.0
- gmlParseAlloc at Base 3.0.0
- gmlParseFree at Base 3.0.0
- gml_yylex at Base 4.0.0
- gpkgSetHeader2DLittleEndian at Base 4.3.0
- gpkgSetHeader2DMbr at Base 4.3.0
- insert_epsg_srid at Base 3.0.2
- is_kml_constant at Base 3.0.2
- is_tiny_point_enabled at Base 5.0.0
- kmlParse at Base 3.0.0
- kmlParseAlloc at Base 3.0.0
- kmlParseFree at Base 3.0.0
- kml_yylex at Base 4.0.0
- load_XL at Base 3.0.2
- load_dbf at Base 3.0.2
- load_dbf_common at Base 5.0.0
- load_dbf_ex2 at Base 4.2.1
- load_dbf_ex3 at Base 5.0.0
- load_dbf_ex at Base 4.0.0
- load_from_wfs at Base 4.1.0
- load_from_wfs_paged at Base 4.1.0
- load_from_wfs_paged_ex at Base 5.0.0
- load_geojson at Base 5.0.0
- load_shapefile at Base 3.0.2
- load_shapefile_ex2 at Base 4.2.1
- load_shapefile_ex3 at Base 5.0.0
- load_shapefile_ex at Base 4.0.0
- load_zip_dbf at Base 5.0.0
- load_zip_shapefile at Base 5.0.0
- lwn_AddIsoNetNode at Base 4.4.0
- lwn_AddLink at Base 4.4.0
- lwn_BackendIfaceRegisterCallbacks at Base 4.4.0
- lwn_ChangeLinkGeom at Base 4.4.0
- lwn_CreateBackendIface at Base 4.4.0
- lwn_FreeBackendIface at Base 4.4.0
- lwn_FreeNetwork at Base 4.4.0
- lwn_GetErrorMsg at Base 4.4.0
- lwn_GetLinkByPoint at Base 4.4.0
- lwn_GetNetNodeByPoint at Base 4.4.0
- lwn_LoadNetwork at Base 4.4.0
- lwn_ModGeoLinkSplit at Base 4.4.0
- lwn_ModLinkHeal at Base 4.4.0
- lwn_ModLogLinkSplit at Base 4.4.0
- lwn_MoveIsoNetNode at Base 4.4.0
- lwn_NewGeoLinkSplit at Base 4.4.0
- lwn_NewLinkHeal at Base 4.4.0
- lwn_NewLogLinkSplit at Base 4.4.0
- lwn_RemIsoNetNode at Base 4.4.0
- lwn_RemoveLink at Base 4.4.0
- lwn_ResetErrorMsg at Base 4.4.0
- lwn_SetErrorMsg at Base 4.4.0
- lwn_alloc_line at Base 4.4.0
- lwn_be_existsCoincidentNode at Base 4.4.0
- lwn_be_existsLinkIntersectingPoint at Base 4.4.0
- lwn_create_point2d at Base 4.4.0
- lwn_create_point3d at Base 4.4.0
- lwn_free_line at Base 4.4.0
- lwn_free_point at Base 4.4.0
- math_llabs at Base 2.4.0
- math_round at Base 2.4.0
- netcallback_deleteLinksById at Base 4.4.0
- netcallback_deleteNetNodesById at Base 4.4.0
- netcallback_freeNetwork at Base 4.4.0
- netcallback_getLinkById at Base 4.4.0
- netcallback_getLinkByNetNode at Base 4.4.0
- netcallback_getLinkWithinDistance2D at Base 4.4.0
- netcallback_getNetNodeById at Base 4.4.0
- netcallback_getNetNodeWithinBox2D at Base 4.4.0
- netcallback_getNetNodeWithinDistance2D at Base 4.4.0
- netcallback_getNextLinkId at Base 4.4.0
- netcallback_insertLinks at Base 4.4.0
- netcallback_insertNetNodes at Base 4.4.0
- netcallback_lastErrorMessage at Base 4.4.0
- netcallback_loadNetworkByName at Base 4.4.0
- netcallback_netAllowCoincident at Base 4.4.0
- netcallback_netGetGEOS at Base 4.4.0
- netcallback_netGetSRID at Base 4.4.0
- netcallback_netHasZ at Base 4.4.0
- netcallback_netIsSpatial at Base 4.4.0
- netcallback_updateLinksById at Base 4.4.0
- netcallback_updateNetNodesById at Base 4.4.0
- remove_duplicated_rows at Base 3.0.2
- remove_duplicated_rows_ex2 at Base 4.3.0
- remove_duplicated_rows_ex at Base 4.2.0
- reset_wfs_http_connection at Base 4.2.0
- sanitize_all_geometry_columns at Base 4.1.0
- sanitize_all_geometry_columns_r at Base 4.2.0
- sanitize_geometry_column at Base 4.1.0
- sanitize_geometry_column_r at Base 4.2.0
- spatial_ref_sys_init2 at Base 3.0.2
- spatial_ref_sys_init at Base 3.0.0
- spatialite_alloc_connection at Base 4.1.0
- spatialite_cleanup at Base 3.0.2
- spatialite_cleanup_ex at Base 4.1.0
- spatialite_finalize_topologies at Base 4.4.0
- spatialite_init at Base 2.4.0
- spatialite_init_ex at Base 4.1.0
- spatialite_init_geos at Base 4.0.0
- spatialite_initialize at Base 4.2.0
- spatialite_set_silent_mode at Base 4.4.0
- spatialite_set_verbose_mode at Base 4.4.0
- spatialite_shutdown at Base 4.2.0
- spatialite_target_cpu at Base 4.2.0
- spatialite_version at Base 2.4.0
- spatialitetargetcpu at Base 4.2.0
- spatialiteversion at Base 2.4.0
- srid_get_axis at Base 4.3.0
- srid_get_datum at Base 4.3.0
- srid_get_prime_meridian at Base 4.3.0
- srid_get_projection at Base 4.3.0
- srid_get_spheroid at Base 4.3.0
- srid_get_unit at Base 4.3.0
- srid_has_flipped_axes at Base 4.3.0
- srid_is_geographic at Base 4.3.0
- srid_is_projected at Base 4.3.0
- update_layer_statistics at Base 3.0.2
- vanuatuParse at Base 3.0.0
- vanuatuParseAlloc at Base 3.0.0
- vanuatuParseFree at Base 3.0.0
- vanuatu_point_xyzm at Base 3.0.0
- vanuatu_yylex at Base 4.0.0
- virtualtext_module at Base 2.4.0
diff -Nru spatialite-5.1.0/debian/libspatialite8t64.examples spatialite-5.1.0/debian/libspatialite8t64.examples
--- spatialite-5.1.0/debian/libspatialite8t64.examples	1970-01-01 00:00:00.000000000 +0000
+++ spatialite-5.1.0/debian/libspatialite8t64.examples	2023-08-05 13:51:39.000000000 +0000
@@ -0,0 +1 @@
+examples/*.c
diff -Nru spatialite-5.1.0/debian/libspatialite8t64.install spatialite-5.1.0/debian/libspatialite8t64.install
--- spatialite-5.1.0/debian/libspatialite8t64.install	1970-01-01 00:00:00.000000000 +0000
+++ spatialite-5.1.0/debian/libspatialite8t64.install	2023-08-05 13:51:39.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libspatialite.so.*
diff -Nru spatialite-5.1.0/debian/libspatialite8t64.lintian-overrides spatialite-5.1.0/debian/libspatialite8t64.lintian-overrides
--- spatialite-5.1.0/debian/libspatialite8t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ spatialite-5.1.0/debian/libspatialite8t64.lintian-overrides	2024-02-19 23:10:36.000000000 +0000
@@ -0,0 +1,16 @@
+# Truncated changelog
+debian-news-entry-has-unknown-version *
+
+# Truncated string
+spelling-error-in-binary Syste System *
+
+# False positive, lat/lon
+spelling-error-in-binary Lon Long *
+
+# False positive, string not included in source
+spelling-error-in-binary colum column *
+
+# False positive, line break in word
+spelling-error-in-binary ment meant *
+
+libspatialite8t64: package-name-doesnt-match-sonames libspatialite8
diff -Nru spatialite-5.1.0/debian/libspatialite8t64.symbols spatialite-5.1.0/debian/libspatialite8t64.symbols
--- spatialite-5.1.0/debian/libspatialite8t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ spatialite-5.1.0/debian/libspatialite8t64.symbols	2024-02-19 23:10:36.000000000 +0000
@@ -0,0 +1,1201 @@
+libspatialite.so.8 #PACKAGE# #MINVER#
+* Build-Depends-Package: libspatialite-dev
+ Ewkt_create_buffer at Base 3.0.0
+ Ewkt_delete_buffer at Base 3.0.0
+ Ewkt_flush_buffer at Base 3.0.0
+ Ewkt_scan_buffer at Base 3.0.0
+ Ewkt_scan_bytes at Base 3.0.0
+ Ewkt_scan_string at Base 3.0.0
+ Ewkt_switch_to_buffer at Base 3.0.0
+ Ewktalloc at Base 3.0.0
+ Ewktfree at Base 3.0.0
+ Ewktget_column at Base 4.0.0
+ Ewktget_debug at Base 3.0.0
+ Ewktget_extra at Base 4.0.0
+ Ewktget_in at Base 3.0.0
+ Ewktget_leng at Base 3.0.0
+ Ewktget_lineno at Base 3.0.0
+ Ewktget_out at Base 3.0.0
+ Ewktget_text at Base 3.0.0
+ Ewktlex_destroy at Base 3.0.0
+ Ewktlex_init at Base 4.0.0
+ Ewktlex_init_extra at Base 4.0.0
+ Ewktpop_buffer_state at Base 3.0.0
+ Ewktpush_buffer_state at Base 3.0.0
+ Ewktrealloc at Base 3.0.0
+ Ewktrestart at Base 3.0.0
+ Ewktset_column at Base 4.0.0
+ Ewktset_debug at Base 3.0.0
+ Ewktset_extra at Base 4.0.0
+ Ewktset_in at Base 3.0.0
+ Ewktset_lineno at Base 3.0.0
+ Ewktset_out at Base 3.0.0
+ Ewktwrap at Base 3.0.0
+ GeoJson_create_buffer at Base 3.0.0
+ GeoJson_delete_buffer at Base 3.0.0
+ GeoJson_flush_buffer at Base 3.0.0
+ GeoJson_scan_buffer at Base 3.0.0
+ GeoJson_scan_bytes at Base 3.0.0
+ GeoJson_scan_string at Base 3.0.0
+ GeoJson_switch_to_buffer at Base 3.0.0
+ GeoJsonalloc at Base 3.0.0
+ GeoJsonfree at Base 3.0.0
+ GeoJsonget_column at Base 4.0.0
+ GeoJsonget_debug at Base 3.0.0
+ GeoJsonget_extra at Base 4.0.0
+ GeoJsonget_in at Base 3.0.0
+ GeoJsonget_leng at Base 3.0.0
+ GeoJsonget_lineno at Base 3.0.0
+ GeoJsonget_out at Base 3.0.0
+ GeoJsonget_text at Base 3.0.0
+ GeoJsonlex_destroy at Base 3.0.0
+ GeoJsonlex_init at Base 4.0.0
+ GeoJsonlex_init_extra at Base 4.0.0
+ GeoJsonpop_buffer_state at Base 3.0.0
+ GeoJsonpush_buffer_state at Base 3.0.0
+ GeoJsonrealloc at Base 3.0.0
+ GeoJsonrestart at Base 3.0.0
+ GeoJsonset_column at Base 4.0.0
+ GeoJsonset_debug at Base 3.0.0
+ GeoJsonset_extra at Base 4.0.0
+ GeoJsonset_in at Base 3.0.0
+ GeoJsonset_lineno at Base 3.0.0
+ GeoJsonset_out at Base 3.0.0
+ GeoJsonwrap at Base 3.0.0
+ Gml_create_buffer at Base 3.0.0
+ Gml_delete_buffer at Base 3.0.0
+ Gml_flush_buffer at Base 3.0.0
+ Gml_scan_buffer at Base 3.0.0
+ Gml_scan_bytes at Base 3.0.0
+ Gml_scan_string at Base 3.0.0
+ Gml_switch_to_buffer at Base 3.0.0
+ Gmlalloc at Base 3.0.0
+ Gmlfree at Base 3.0.0
+ Gmlget_column at Base 4.0.0
+ Gmlget_debug at Base 3.0.0
+ Gmlget_extra at Base 4.0.0
+ Gmlget_in at Base 3.0.0
+ Gmlget_leng at Base 3.0.0
+ Gmlget_lineno at Base 3.0.0
+ Gmlget_out at Base 3.0.0
+ Gmlget_text at Base 3.0.0
+ Gmllex_destroy at Base 3.0.0
+ Gmllex_init at Base 4.0.0
+ Gmllex_init_extra at Base 4.0.0
+ Gmlpop_buffer_state at Base 3.0.0
+ Gmlpush_buffer_state at Base 3.0.0
+ Gmlrealloc at Base 3.0.0
+ Gmlrestart at Base 3.0.0
+ Gmlset_column at Base 4.0.0
+ Gmlset_debug at Base 3.0.0
+ Gmlset_extra at Base 4.0.0
+ Gmlset_in at Base 3.0.0
+ Gmlset_lineno at Base 3.0.0
+ Gmlset_out at Base 3.0.0
+ Gmlwrap at Base 3.0.0
+ Kml_create_buffer at Base 3.0.0
+ Kml_delete_buffer at Base 3.0.0
+ Kml_flush_buffer at Base 3.0.0
+ Kml_scan_buffer at Base 3.0.0
+ Kml_scan_bytes at Base 3.0.0
+ Kml_scan_string at Base 3.0.0
+ Kml_switch_to_buffer at Base 3.0.0
+ Kmlalloc at Base 3.0.0
+ Kmlfree at Base 3.0.0
+ Kmlget_column at Base 4.0.0
+ Kmlget_debug at Base 3.0.0
+ Kmlget_extra at Base 4.0.0
+ Kmlget_in at Base 3.0.0
+ Kmlget_leng at Base 3.0.0
+ Kmlget_lineno at Base 3.0.0
+ Kmlget_out at Base 3.0.0
+ Kmlget_text at Base 3.0.0
+ Kmllex_destroy at Base 3.0.0
+ Kmllex_init at Base 4.0.0
+ Kmllex_init_extra at Base 4.0.0
+ Kmlpop_buffer_state at Base 3.0.0
+ Kmlpush_buffer_state at Base 3.0.0
+ Kmlrealloc at Base 3.0.0
+ Kmlrestart at Base 3.0.0
+ Kmlset_column at Base 4.0.0
+ Kmlset_debug at Base 3.0.0
+ Kmlset_extra at Base 4.0.0
+ Kmlset_in at Base 3.0.0
+ Kmlset_lineno at Base 3.0.0
+ Kmlset_out at Base 3.0.0
+ Kmlwrap at Base 3.0.0
+ ParseFinalize at Base 5.1.0~rc0
+ ParseInit at Base 5.1.0~rc0
+ VanuatuWkt_create_buffer at Base 3.0.0
+ VanuatuWkt_delete_buffer at Base 3.0.0
+ VanuatuWkt_flush_buffer at Base 3.0.0
+ VanuatuWkt_scan_buffer at Base 3.0.0
+ VanuatuWkt_scan_bytes at Base 3.0.0
+ VanuatuWkt_scan_string at Base 3.0.0
+ VanuatuWkt_switch_to_buffer at Base 3.0.0
+ VanuatuWktalloc at Base 3.0.0
+ VanuatuWktfree at Base 3.0.0
+ VanuatuWktget_column at Base 4.0.0
+ VanuatuWktget_debug at Base 3.0.0
+ VanuatuWktget_extra at Base 4.0.0
+ VanuatuWktget_in at Base 3.0.0
+ VanuatuWktget_leng at Base 3.0.0
+ VanuatuWktget_lineno at Base 3.0.0
+ VanuatuWktget_out at Base 3.0.0
+ VanuatuWktget_text at Base 3.0.0
+ VanuatuWktlex_destroy at Base 3.0.0
+ VanuatuWktlex_init at Base 4.0.0
+ VanuatuWktlex_init_extra at Base 4.0.0
+ VanuatuWktpop_buffer_state at Base 3.0.0
+ VanuatuWktpush_buffer_state at Base 3.0.0
+ VanuatuWktrealloc at Base 3.0.0
+ VanuatuWktrestart at Base 3.0.0
+ VanuatuWktset_column at Base 4.0.0
+ VanuatuWktset_debug at Base 3.0.0
+ VanuatuWktset_extra at Base 4.0.0
+ VanuatuWktset_in at Base 3.0.0
+ VanuatuWktset_lineno at Base 3.0.0
+ VanuatuWktset_out at Base 3.0.0
+ VanuatuWktwrap at Base 3.0.0
+ callback_checkTopoGeomRemEdge at Base 4.4.0
+ callback_checkTopoGeomRemNode at Base 4.4.0
+ callback_deleteEdges at Base 4.4.0
+ callback_deleteFacesById at Base 4.4.0
+ callback_deleteNodesById at Base 4.4.0
+ callback_freeTopology at Base 4.4.0
+ callback_getAllEdges at Base 5.0.0
+ callback_getEdgeByFace at Base 4.4.0
+ callback_getEdgeById at Base 4.4.0
+ callback_getEdgeByNode at Base 4.4.0
+ callback_getEdgeWithinBox2D at Base 4.4.0
+ callback_getEdgeWithinDistance2D at Base 4.4.0
+ callback_getFaceById at Base 4.4.0
+ callback_getFaceContainingPoint at Base 4.4.0
+ callback_getFaceWithinBox2D at Base 4.4.0
+ callback_getNextEdgeId at Base 4.4.0
+ callback_getNodeByFace at Base 4.4.0
+ callback_getNodeById at Base 4.4.0
+ callback_getNodeWithinBox2D at Base 4.4.0
+ callback_getNodeWithinDistance2D at Base 4.4.0
+ callback_getRingEdges at Base 4.4.0
+ callback_insertEdges at Base 4.4.0
+ callback_insertFaces at Base 4.4.0
+ callback_insertNodes at Base 4.4.0
+ callback_lastErrorMessage at Base 4.4.0
+ callback_loadTopologyByName at Base 4.4.0
+ callback_topoGetPrecision at Base 4.4.0
+ callback_topoGetSRID at Base 4.4.0
+ callback_topoHasZ at Base 4.4.0
+ callback_updateEdges at Base 4.4.0
+ callback_updateEdgesById at Base 4.4.0
+ callback_updateFacesById at Base 4.4.0
+ callback_updateNodes at Base 4.4.0
+ callback_updateNodesById at Base 4.4.0
+ callback_updateTopoGeomEdgeHeal at Base 4.4.0
+ callback_updateTopoGeomEdgeSplit at Base 4.4.0
+ callback_updateTopoGeomFaceHeal at Base 4.4.0
+ callback_updateTopoGeomFaceSplit at Base 4.4.0
+ check_all_geometry_columns at Base 4.1.0
+ check_all_geometry_columns_r at Base 4.2.0
+ check_duplicated_rows at Base 3.0.2
+ check_geometry_column at Base 4.1.0
+ check_geometry_column_r at Base 4.2.0
+ create_wfs_catalog at Base 4.1.0
+ create_wfs_schema at Base 4.1.0
+ destroy_wfs_catalog at Base 4.1.0
+ destroy_wfs_schema at Base 4.1.0
+ disable_tiny_point at Base 5.0.0
+ dump_dbf at Base 3.0.2
+ dump_dbf_ex2 at Base 5.0.0
+ dump_dbf_ex at Base 4.2.1
+ dump_geojson2 at Base 5.0.0
+ dump_geojson at Base 3.0.2
+ dump_geojson_ex at Base 4.2.1
+ dump_kml at Base 3.0.2
+ dump_kml_ex at Base 4.2.1
+ dump_shapefile at Base 3.0.2
+ dump_shapefile_ex2 at Base 5.0.0
+ dump_shapefile_ex at Base 5.0.0
+ elementary_geometries at Base 3.0.2
+ elementary_geometries_ex2 at Base 4.3.0
+ elementary_geometries_ex3 at Base 5.0.0
+ elementary_geometries_ex at Base 4.2.1
+ enable_tiny_point at Base 5.0.0
+ ewktParse at Base 3.0.0
+ ewktParseAlloc at Base 3.0.0
+ ewktParseFree at Base 3.0.0
+ ewkt_point_xyzm at Base 3.0.0
+ ewky_yylex at Base 4.0.0
+ gaia3DDistance at Base 4.4.0
+ gaia3DMaxDistance at Base 4.4.0
+ gaia3dLength at Base 4.4.0
+ gaiaAddControlPoint2D at Base 4.3.0
+ gaiaAddControlPoint3D at Base 4.3.0
+ gaiaAddDbfField at Base 2.4.0
+ gaiaAddEdgeModFace at Base 4.4.0
+ gaiaAddEdgeNewFaces at Base 4.4.0
+ gaiaAddInteriorRing at Base 2.4.0
+ gaiaAddIsoEdge at Base 4.4.0
+ gaiaAddIsoNetNode at Base 4.4.0
+ gaiaAddIsoNode at Base 4.4.0
+ gaiaAddLinestringToGeomColl at Base 2.4.0
+ gaiaAddLink at Base 4.4.0
+ gaiaAddMeasure at Base 5.0.0
+ gaiaAddPointToGeomColl at Base 2.4.0
+ gaiaAddPointToGeomCollXYM at Base 2.4.0
+ gaiaAddPointToGeomCollXYZ at Base 2.4.0
+ gaiaAddPointToGeomCollXYZM at Base 2.4.0
+ gaiaAddPolygonToGeomColl at Base 2.4.0
+ gaiaAddRingToPolyg at Base 2.4.0
+ gaiaAllocDbf at Base 2.4.0
+ gaiaAllocDbfField at Base 2.4.0
+ gaiaAllocDbfList at Base 2.4.0
+ gaiaAllocDynamicLine at Base 2.4.0
+ gaiaAllocGeomColl at Base 2.4.0
+ gaiaAllocGeomCollXYM at Base 2.4.0
+ gaiaAllocGeomCollXYZ at Base 2.4.0
+ gaiaAllocGeomCollXYZM at Base 2.4.0
+ gaiaAllocLinestring at Base 2.4.0
+ gaiaAllocLinestringXYM at Base 2.4.0
+ gaiaAllocLinestringXYZ at Base 2.4.0
+ gaiaAllocLinestringXYZM at Base 2.4.0
+ gaiaAllocPoint at Base 2.4.0
+ gaiaAllocPointXYM at Base 2.4.0
+ gaiaAllocPointXYZ at Base 2.4.0
+ gaiaAllocPointXYZM at Base 2.4.0
+ gaiaAllocPolygon at Base 2.4.0
+ gaiaAllocPolygonXYM at Base 2.4.0
+ gaiaAllocPolygonXYZ at Base 2.4.0
+ gaiaAllocPolygonXYZM at Base 2.4.0
+ gaiaAllocRing at Base 2.4.0
+ gaiaAllocRingXYM at Base 2.4.0
+ gaiaAllocRingXYZ at Base 2.4.0
+ gaiaAllocRingXYZM at Base 2.4.0
+ gaiaAllocShapefile at Base 2.4.0
+ gaiaAppendPointMToDynamicLine at Base 3.0.0
+ gaiaAppendPointToDynamicLine at Base 2.4.0
+ gaiaAppendPointZMToDynamicLine at Base 3.0.0
+ gaiaAppendPointZToDynamicLine at Base 3.0.0
+ gaiaAppendToOutBuffer at Base 3.0.0
+ gaiaAsEncodedPolyLine at Base 5.0.0
+ gaiaAsX3D at Base 4.4.0
+ gaiaAzimuth at Base 4.4.0
+ gaiaBoundary at Base 2.4.0
+ gaiaBoundary_r at Base 4.2.0
+ gaiaBuildCircleMbr at Base 2.4.0
+ gaiaBuildFilterMbr at Base 2.4.0
+ gaiaBuildMbr at Base 2.4.0
+ gaiaCastGeomCollToXY at Base 2.4.0
+ gaiaCastGeomCollToXYM at Base 2.4.0
+ gaiaCastGeomCollToXYMnoData at Base 5.0.0
+ gaiaCastGeomCollToXYZ at Base 2.4.0
+ gaiaCastGeomCollToXYZM at Base 2.4.0
+ gaiaCastGeomCollToXYZMnoData at Base 5.0.0
+ gaiaCastGeomCollToXYZnoData at Base 5.0.0
+ gaiaChangeEdgeGeom at Base 4.4.0
+ gaiaChangeLinkGeom at Base 4.4.0
+ gaiaCheckClockwise at Base 5.0.0
+ gaiaCheckCounterClockwise at Base 5.0.0
+ gaiaCleanSqlString at Base 2.4.0
+ gaiaClockwise at Base 2.4.0
+ gaiaCloneDbfEntity at Base 2.4.0
+ gaiaCloneDbfField at Base 2.4.0
+ gaiaCloneDynamicLine at Base 2.4.0
+ gaiaCloneGeomColl at Base 2.4.0
+ gaiaCloneGeomCollLinestrings at Base 3.0.0
+ gaiaCloneGeomCollPoints at Base 3.0.0
+ gaiaCloneGeomCollPolygons at Base 3.0.0
+ gaiaCloneGeomCollSpecial at Base 4.0.0
+ gaiaCloneLinestring at Base 2.4.0
+ gaiaCloneLinestringSpecial at Base 4.0.0
+ gaiaClonePolygon at Base 2.4.0
+ gaiaClonePolygonSpecial at Base 4.0.0
+ gaiaCloneRing at Base 2.4.0
+ gaiaCloneRingSpecial at Base 4.0.0
+ gaiaCloneValue at Base 2.4.0
+ gaiaConcaveHull at Base 4.2.0
+ gaiaConcaveHull_r at Base 4.2.0
+ gaiaConstrainedDelaunayTriangulation at Base 5.1.0~rc0
+ gaiaConstrainedDelaunayTriangulation_r at Base 5.1.0~rc0
+ gaiaConvertCharset at Base 2.4.0
+ gaiaConvertLength at Base 2.4.0
+ gaiaConvertToDMS at Base 4.2.0
+ gaiaConvertToDMSex at Base 5.0.0
+ gaiaConvertToUTF8 at Base 2.4.0
+ gaiaConvexHull at Base 2.4.0
+ gaiaConvexHull_r at Base 4.2.0
+ gaiaCopyLinestringCoords at Base 2.4.0
+ gaiaCopyLinestringCoordsEx at Base 5.0.0
+ gaiaCopyLinestringCoordsReverse at Base 4.0.0
+ gaiaCopyRingCoords at Base 2.4.0
+ gaiaCopyRingCoordsEx at Base 5.0.0
+ gaiaCopyRingCoordsReverse at Base 4.0.0
+ gaiaCreateControlPoints at Base 4.3.0
+ gaiaCreateDxfParser at Base 4.1.0
+ gaiaCreateDynamicLine at Base 2.4.0
+ gaiaCreateMD5Checksum at Base 4.1.0
+ gaiaCreateMetaCatalogTables at Base 4.2.0
+ gaiaCreatePolygon at Base 2.4.0
+ gaiaCreatePolynomialCoeffs at Base 4.3.0
+ gaiaCreateSequence at Base 5.0.0
+ gaiaCreateUTF8Converter at Base 2.4.0
+ gaiaCriticalPointFromGEOSmsg at Base 4.2.0
+ gaiaCriticalPointFromGEOSmsg_r at Base 4.2.0
+ gaiaCurrentCachedProjMatches at Base 5.0.0
+ gaiaCurvosityIndex at Base 5.0.0
+ gaiaCutter at Base 4.4.0
+ gaiaDecodeURL at Base 4.3.0
+ gaiaDegsToRads at Base 2.4.0
+ gaiaDelaunayTriangulation at Base 4.2.0
+ gaiaDelaunayTriangulation_r at Base 4.2.0
+ gaiaDequotedSql at Base 4.0.0
+ gaiaDestroyDxfParser at Base 4.1.0
+ gaiaDimension at Base 2.4.0
+ gaiaDirNameFromPath at Base 4.3.0
+ gaiaDissolvePoints at Base 3.0.0
+ gaiaDissolveSegments at Base 3.0.0
+ gaiaDoubleQuotedSql at Base 3.0.2
+ gaiaDrapeLine at Base 5.0.0
+ gaiaDrapeLineExceptions at Base 5.0.0
+ gaiaDropTable5 at Base 5.0.0
+ gaiaDropTable at Base 4.0.0
+ gaiaDropTableEx2 at Base 4.3.0
+ gaiaDropTableEx3 at Base 4.4.0
+ gaiaDropTableEx at Base 4.2.0
+ gaiaDxfWriteEndSection at Base 4.1.0
+ gaiaDxfWriteEntities at Base 4.1.0
+ gaiaDxfWriteFooter at Base 4.1.0
+ gaiaDxfWriteGeometry at Base 4.1.0
+ gaiaDxfWriteHeader at Base 4.1.0
+ gaiaDxfWriteLayer at Base 4.1.0
+ gaiaDxfWriteLine at Base 4.1.0
+ gaiaDxfWritePoint at Base 4.1.0
+ gaiaDxfWriteRing at Base 4.1.0
+ gaiaDxfWriteTables at Base 4.1.0
+ gaiaDxfWriteText at Base 4.1.0
+ gaiaDxfWriterInit at Base 4.1.0
+ gaiaDynamicLineDeletePoint at Base 2.4.0
+ gaiaDynamicLineFindByCoords at Base 2.4.0
+ gaiaDynamicLineFindByPos at Base 2.4.0
+ gaiaDynamicLineInsertAfter at Base 2.4.0
+ gaiaDynamicLineInsertBefore at Base 2.4.0
+ gaiaDynamicLineJoinAfter at Base 2.4.0
+ gaiaDynamicLineJoinBefore at Base 2.4.0
+ gaiaDynamicLineSplitAfter at Base 2.4.0
+ gaiaDynamicLineSplitBefore at Base 2.4.0
+ gaiaEllipseParams at Base 2.4.0
+ gaiaEllipsoidAzimuth at Base 4.4.0
+ gaiaEncodeURL at Base 4.3.0
+ gaiaEndianArch at Base 2.4.0
+ gaiaEnsureClosedRings at Base 5.0.0
+ gaiaEwkbGetLinestring at Base 4.0.0
+ gaiaEwkbGetMultiGeometry at Base 4.0.0
+ gaiaEwkbGetPoint at Base 4.0.0
+ gaiaEwkbGetPolygon at Base 4.0.0
+ gaiaExifTagGetByteValue at Base 2.4.0
+ gaiaExifTagGetDoubleValue at Base 2.4.0
+ gaiaExifTagGetFloatValue at Base 2.4.0
+ gaiaExifTagGetHumanReadable at Base 2.4.0
+ gaiaExifTagGetId at Base 2.4.0
+ gaiaExifTagGetLongValue at Base 2.4.0
+ gaiaExifTagGetName at Base 2.4.0
+ gaiaExifTagGetNumValues at Base 2.4.0
+ gaiaExifTagGetRational1Value at Base 2.4.0
+ gaiaExifTagGetRational2Value at Base 2.4.0
+ gaiaExifTagGetRationalValue at Base 2.4.0
+ gaiaExifTagGetShortValue at Base 2.4.0
+ gaiaExifTagGetSignedLongValue at Base 2.4.0
+ gaiaExifTagGetSignedRational1Value at Base 2.4.0
+ gaiaExifTagGetSignedRational2Value at Base 2.4.0
+ gaiaExifTagGetSignedRationalValue at Base 2.4.0
+ gaiaExifTagGetSignedShortValue at Base 2.4.0
+ gaiaExifTagGetStringValue at Base 2.4.0
+ gaiaExifTagGetValueType at Base 2.4.0
+ gaiaExifTagsFree at Base 2.4.0
+ gaiaExport16 at Base 2.4.0
+ gaiaExport32 at Base 2.4.0
+ gaiaExport64 at Base 2.4.0
+ gaiaExportDxf at Base 4.1.0
+ gaiaExportF32 at Base 2.4.0
+ gaiaExportI64 at Base 2.4.0
+ gaiaExportU32 at Base 4.1.0
+ gaiaExtractLinestringsFromGeomColl at Base 3.0.0
+ gaiaExtractPointsFromGeomColl at Base 3.0.0
+ gaiaExtractPolygonsFromGeomColl at Base 3.0.0
+ gaiaFileExtFromPath at Base 4.3.0
+ gaiaFileNameFromPath at Base 4.3.0
+ gaiaFinalizeMD5Checksum at Base 4.1.0
+ gaiaFindSequence at Base 5.0.0
+ gaiaFlushDbfHeader at Base 3.0.0
+ gaiaFlushShpHeaders at Base 2.4.0
+ gaiaFrechetDistance at Base 5.0.0
+ gaiaFrechetDistanceDensify at Base 5.0.0
+ gaiaFrechetDistanceDensify_r at Base 5.0.0
+ gaiaFrechetDistance_r at Base 5.0.0
+ gaiaFree at Base 2.4.0
+ gaiaFreeControlPoints at Base 4.3.0
+ gaiaFreeDbf at Base 2.4.0
+ gaiaFreeDbfField at Base 2.4.0
+ gaiaFreeDbfList at Base 2.4.0
+ gaiaFreeDynamicLine at Base 2.4.0
+ gaiaFreeGeomColl at Base 2.4.0
+ gaiaFreeLinestring at Base 2.4.0
+ gaiaFreeMD5Checksum at Base 4.1.0
+ gaiaFreePoint at Base 2.4.0
+ gaiaFreePolygon at Base 2.4.0
+ gaiaFreeRing at Base 2.4.0
+ gaiaFreeShapefile at Base 2.4.0
+ gaiaFreeUTF8Converter at Base 2.4.0
+ gaiaFreeValue at Base 2.4.0
+ gaiaFreeVectorLayersList at Base 4.0.0
+ gaiaFromEWKB at Base 3.0.0
+ gaiaFromFgf at Base 2.4.0
+ gaiaFromGeoPackageGeometryBlob at Base 4.3.0
+ gaiaFromGeos_XY at Base 2.4.0
+ gaiaFromGeos_XYM at Base 2.4.0
+ gaiaFromGeos_XYM_r at Base 4.2.0
+ gaiaFromGeos_XYZ at Base 2.4.0
+ gaiaFromGeos_XYZM at Base 2.4.0
+ gaiaFromGeos_XYZM_r at Base 4.2.0
+ gaiaFromGeos_XYZ_r at Base 4.2.0
+ gaiaFromGeos_XY_r at Base 4.2.0
+ gaiaFromSpatiaLiteBlobMbr at Base 2.4.0
+ gaiaFromSpatiaLiteBlobWkb at Base 2.4.0
+ gaiaFromSpatiaLiteBlobWkbEx at Base 4.3.0
+ gaiaFromTWKB at Base 5.0.0
+ gaiaFromWkb at Base 2.4.0
+ gaiaFullFileNameFromPath at Base 4.3.0
+ gaiaGPKG2Spatialite at Base 4.2.0
+ gaiaGeoHash at Base 4.4.0
+ gaiaGeodesicArcLength at Base 5.0.0
+ gaiaGeodesicArea at Base 4.4.0
+ gaiaGeodesicDistance at Base 2.4.0
+ gaiaGeodesicTotalLength at Base 2.4.0
+ gaiaGeomCollArea at Base 2.4.0
+ gaiaGeomCollArea_r at Base 4.2.0
+ gaiaGeomCollBuffer at Base 2.4.0
+ gaiaGeomCollBuffer_r at Base 4.2.0
+ gaiaGeomCollCentroid at Base 2.4.0
+ gaiaGeomCollCentroid_r at Base 4.2.0
+ gaiaGeomCollContains at Base 2.4.0
+ gaiaGeomCollContains_r at Base 4.2.0
+ gaiaGeomCollCoveredBy at Base 3.0.2
+ gaiaGeomCollCoveredBy_r at Base 4.2.0
+ gaiaGeomCollCovers at Base 3.0.2
+ gaiaGeomCollCovers_r at Base 4.2.0
+ gaiaGeomCollCrosses at Base 2.4.0
+ gaiaGeomCollCrosses_r at Base 4.2.0
+ gaiaGeomCollDisjoint at Base 2.4.0
+ gaiaGeomCollDisjoint_r at Base 4.2.0
+ gaiaGeomCollDistance at Base 2.4.0
+ gaiaGeomCollDistance_r at Base 4.2.0
+ gaiaGeomCollEquals at Base 2.4.0
+ gaiaGeomCollEquals_r at Base 4.2.0
+ gaiaGeomCollIntersects at Base 2.4.0
+ gaiaGeomCollIntersects_r at Base 4.2.0
+ gaiaGeomCollLength at Base 2.4.0
+ gaiaGeomCollLengthOrPerimeter at Base 4.0.0
+ gaiaGeomCollLengthOrPerimeter_r at Base 4.2.0
+ gaiaGeomCollLength_r at Base 4.2.0
+ gaiaGeomCollOverlaps at Base 2.4.0
+ gaiaGeomCollOverlaps_r at Base 4.2.0
+ gaiaGeomCollPreparedContains at Base 4.1.0
+ gaiaGeomCollPreparedCoveredBy at Base 4.1.0
+ gaiaGeomCollPreparedCovers at Base 4.1.0
+ gaiaGeomCollPreparedCrosses at Base 4.1.0
+ gaiaGeomCollPreparedDisjoint at Base 4.1.0
+ gaiaGeomCollPreparedDistance at Base 5.1.0~rc0
+ gaiaGeomCollPreparedDistanceWithin at Base 5.1.0~rc0
+ gaiaGeomCollPreparedIntersects at Base 4.1.0
+ gaiaGeomCollPreparedOverlaps at Base 4.1.0
+ gaiaGeomCollPreparedTouches at Base 4.1.0
+ gaiaGeomCollPreparedWithin at Base 4.1.0
+ gaiaGeomCollRelate at Base 2.4.0
+ gaiaGeomCollRelateBoundaryNodeRule at Base 5.0.0
+ gaiaGeomCollRelateBoundaryNodeRule_r at Base 5.0.0
+ gaiaGeomCollRelate_r at Base 4.2.0
+ gaiaGeomCollSimplify at Base 2.4.0
+ gaiaGeomCollSimplifyPreserveTopology at Base 2.4.0
+ gaiaGeomCollSimplifyPreserveTopology_r at Base 4.2.0
+ gaiaGeomCollSimplify_r at Base 4.2.0
+ gaiaGeomCollTouches at Base 2.4.0
+ gaiaGeomCollTouches_r at Base 4.2.0
+ gaiaGeomCollWithin at Base 2.4.0
+ gaiaGeomCollWithin_r at Base 4.2.0
+ gaiaGeometryAliasType at Base 2.4.0
+ gaiaGeometryDifference at Base 2.4.0
+ gaiaGeometryDifference_r at Base 4.2.0
+ gaiaGeometryIntersection at Base 2.4.0
+ gaiaGeometryIntersection_r at Base 4.2.0
+ gaiaGeometrySymDifference at Base 2.4.0
+ gaiaGeometrySymDifference_r at Base 4.2.0
+ gaiaGeometryType at Base 2.4.0
+ gaiaGeometryUnion at Base 2.4.0
+ gaiaGeometryUnion_r at Base 4.2.0
+ gaiaGeosConcaveHull at Base 5.1.0~rc0
+ gaiaGeosConcaveHull_r at Base 5.1.0~rc0
+ gaiaGeosDensify at Base 5.1.0~rc0
+ gaiaGeosDensify_r at Base 5.1.0~rc0
+ gaiaGeosMakeValid at Base 5.1.0~rc0
+ gaiaGeosMakeValid_r at Base 5.1.0~rc0
+ gaiaGetCurrentCachedProj at Base 5.0.0
+ gaiaGetCurrentProjContext at Base 5.0.0
+ gaiaGetDbObjectScope at Base 5.0.0
+ gaiaGetEdgeByPoint at Base 4.4.0
+ gaiaGetEdgeSeed at Base 4.4.0
+ gaiaGetEnvelopeFromGPB at Base 4.3.0
+ gaiaGetExifGpsTagById at Base 2.4.0
+ gaiaGetExifTagById at Base 2.4.0
+ gaiaGetExifTagByName at Base 2.4.0
+ gaiaGetExifTagByPos at Base 2.4.0
+ gaiaGetExifTags at Base 2.4.0
+ gaiaGetExifTagsCount at Base 2.4.0
+ gaiaGetFaceByPoint at Base 4.4.0
+ gaiaGetFaceEdges at Base 4.4.0
+ gaiaGetFaceGeometry at Base 4.4.0
+ gaiaGetFaceSeed at Base 4.4.0
+ gaiaGetGeometryTypeFromGPB at Base 4.3.0
+ gaiaGetGeosAuxErrorMsg at Base 4.1.0
+ gaiaGetGeosAuxErrorMsg_r at Base 4.2.0
+ gaiaGetGeosErrorMsg at Base 2.4.0
+ gaiaGetGeosErrorMsg_r at Base 4.2.0
+ gaiaGetGeosWarningMsg at Base 2.4.0
+ gaiaGetGeosWarningMsg_r at Base 4.2.0
+ gaiaGetGpsCoords at Base 2.4.0
+ gaiaGetGpsLatLong at Base 2.4.0
+ gaiaGetLayerExtent at Base 4.1.0
+ gaiaGetLinkByPoint at Base 4.4.0
+ gaiaGetLinkSeed at Base 4.4.0
+ gaiaGetLocaleCharset at Base 2.4.0
+ gaiaGetMbrMaxX at Base 2.4.0
+ gaiaGetMbrMaxY at Base 2.4.0
+ gaiaGetMbrMinX at Base 2.4.0
+ gaiaGetMbrMinY at Base 2.4.0
+ gaiaGetNetNodeByPoint at Base 4.4.0
+ gaiaGetNetwork at Base 4.4.0
+ gaiaGetNodeByPoint at Base 4.4.0
+ gaiaGetPointOnSurface at Base 2.4.0
+ gaiaGetPointOnSurface_r at Base 4.2.0
+ gaiaGetProjDatabasePath at Base 5.0.0
+ gaiaGetProjErrorMsg_r at Base 5.0.0
+ gaiaGetProjString at Base 5.0.0
+ gaiaGetProjWKT at Base 5.0.0
+ gaiaGetRtTopoErrorMsg at Base 4.4.0
+ gaiaGetRtTopoWarningMsg at Base 4.4.0
+ gaiaGetSridFromGPB at Base 4.3.0
+ gaiaGetTopology at Base 4.4.0
+ gaiaGetVectorLayersList at Base 4.0.0
+ gaiaGreatCircleDistance at Base 2.4.0
+ gaiaGreatCircleTotalLength at Base 2.4.0
+ gaiaGuessBlobType at Base 2.4.0
+ gaiaGuessSridFromWKT at Base 5.0.0
+ gaiaHausdorffDistance at Base 3.0.2
+ gaiaHausdorffDistanceDensify at Base 5.0.0
+ gaiaHausdorffDistanceDensify_r at Base 5.0.0
+ gaiaHausdorffDistance_r at Base 4.2.0
+ gaiaHexagonalGrid at Base 4.0.0
+ gaiaHexagonalGrid_r at Base 4.2.0
+ gaiaHilbertCode at Base 5.1.0~rc0
+ gaiaHilbertCode_r at Base 5.1.0~rc0
+ gaiaIllegalSqlName at Base 2.4.0
+ gaiaImport16 at Base 2.4.0
+ gaiaImport32 at Base 2.4.0
+ gaiaImport64 at Base 2.4.0
+ gaiaImportF32 at Base 2.4.0
+ gaiaImportI64 at Base 2.4.0
+ gaiaImportU32 at Base 4.1.0
+ gaiaInsertInteriorRing at Base 2.4.0
+ gaiaInsertIntoSqlLog at Base 4.0.0
+ gaiaInsertLinestringInGeomColl at Base 2.4.0
+ gaiaInsertPolygonInGeomColl at Base 2.4.0
+ gaiaInterpolatePoint at Base 5.0.0
+ gaiaIntersect at Base 2.4.0
+ gaiaIntersectionMatrixPatternMatch at Base 5.0.0
+ gaiaIntersectionMatrixPatternMatch_r at Base 5.0.0
+ gaiaIsClosed at Base 2.4.0
+ gaiaIsClosedGeom at Base 4.0.0
+ gaiaIsClosedGeom_r at Base 4.2.0
+ gaiaIsCompressedXmlBlob at Base 4.1.1
+ gaiaIsEmpty at Base 2.4.0
+ gaiaIsEmptyGPB at Base 4.3.0
+ gaiaIsExifGpsTag at Base 2.4.0
+ gaiaIsGpxXmlBlob at Base 4.4.0
+ gaiaIsIsoMetadataXmlBlob at Base 4.1.1
+ gaiaIsMapConfigXmlBlob at Base 5.0.0
+ gaiaIsNotClosedGeomColl at Base 4.0.0
+ gaiaIsNotClosedGeomColl_r at Base 4.2.0
+ gaiaIsNotClosedRing at Base 4.0.0
+ gaiaIsNotClosedRing_r at Base 4.2.0
+ gaiaIsPointOnPolygonSurface at Base 2.4.0
+ gaiaIsPointOnRingSurface at Base 2.4.0
+ gaiaIsReservedSqlName at Base 2.4.0
+ gaiaIsReservedSqliteName at Base 2.4.0
+ gaiaIsRing at Base 2.4.0
+ gaiaIsRing_r at Base 4.2.0
+ gaiaIsSchemaValidatedXmlBlob at Base 4.1.1
+ gaiaIsSimple at Base 2.4.0
+ gaiaIsSimple_r at Base 4.2.0
+ gaiaIsSldSeRasterStyleXmlBlob at Base 4.1.1
+ gaiaIsSldSeVectorStyleXmlBlob at Base 4.1.1
+ gaiaIsSldStyleXmlBlob at Base 4.2.0
+ gaiaIsSvgXmlBlob at Base 4.1.1
+ gaiaIsToxic at Base 2.4.0
+ gaiaIsToxic_r at Base 4.2.0
+ gaiaIsValid at Base 2.4.0
+ gaiaIsValidDbfList at Base 2.4.0
+ gaiaIsValidDetail at Base 4.2.0
+ gaiaIsValidDetailEx at Base 4.4.0
+ gaiaIsValidDetailEx_r at Base 4.4.0
+ gaiaIsValidDetail_r at Base 4.2.0
+ gaiaIsValidGPB at Base 4.3.0
+ gaiaIsValidReason at Base 4.2.0
+ gaiaIsValidReason_r at Base 4.2.0
+ gaiaIsValidTrajectory at Base 5.0.0
+ gaiaIsValidXmlBlob at Base 4.1.1
+ gaiaIsValid_r at Base 4.2.0
+ gaiaLargestEmptyCircle at Base 5.1.0~rc0
+ gaiaLargestEmptyCircle_r at Base 5.1.0~rc0
+ gaiaLastUsedSequence at Base 5.0.0
+ gaiaLineFromEncodedPolyline at Base 5.0.0
+ gaiaLineGetPoint at Base 2.4.0
+ gaiaLineInterpolateEquidistantPoints at Base 4.0.0
+ gaiaLineInterpolateEquidistantPoints_r at Base 4.2.0
+ gaiaLineInterpolatePoint at Base 3.0.2
+ gaiaLineInterpolatePoint_r at Base 4.2.0
+ gaiaLineLocatePoint at Base 3.0.2
+ gaiaLineLocatePoint_r at Base 4.2.0
+ gaiaLineMerge at Base 3.0.2
+ gaiaLineMerge_r at Base 4.2.0
+ gaiaLineSetPoint at Base 2.4.0
+ gaiaLineSubstring at Base 3.0.2
+ gaiaLineSubstring_r at Base 4.2.0
+ gaiaLinearize at Base 3.0.0
+ gaiaLinesCutAtNodes at Base 3.0.2
+ gaiaLinestringEquals at Base 2.4.0
+ gaiaLoadFromDxfParser at Base 4.1.0
+ gaiaLocateBetweenMeasures at Base 4.0.0
+ gaiaMRangeGeometry at Base 2.4.0
+ gaiaMRangeGeometryEx at Base 5.0.0
+ gaiaMRangeLinestring at Base 2.4.0
+ gaiaMRangeLinestringEx at Base 5.0.0
+ gaiaMRangePolygon at Base 2.4.0
+ gaiaMRangePolygonEx at Base 5.0.0
+ gaiaMRangeRing at Base 2.4.0
+ gaiaMRangeRingEx at Base 5.0.0
+ gaiaMakeArc at Base 4.1.0
+ gaiaMakeCircle at Base 4.1.0
+ gaiaMakeEllipse at Base 4.1.0
+ gaiaMakeEllipticArc at Base 4.1.0
+ gaiaMakeLine at Base 3.0.0
+ gaiaMakePoint at Base 2.4.0
+ gaiaMakePointEx at Base 5.0.0
+ gaiaMakePointM at Base 3.0.2
+ gaiaMakePointMEx at Base 5.0.0
+ gaiaMakePointZ at Base 3.0.2
+ gaiaMakePointZEx at Base 5.0.0
+ gaiaMakePointZM at Base 3.0.2
+ gaiaMakePointZMEx at Base 5.0.0
+ gaiaMakePolygon at Base 4.2.0
+ gaiaMakeValid at Base 4.4.0
+ gaiaMakeValidDiscarded at Base 4.4.0
+ gaiaMaxDistance at Base 4.4.0
+ gaiaMaximumInscribedCircle at Base 5.1.0~rc0
+ gaiaMaximumInscribedCircle_r at Base 5.1.0~rc0
+ gaiaMbrGeometry at Base 2.4.0
+ gaiaMbrLinestring at Base 2.4.0
+ gaiaMbrPolygon at Base 2.4.0
+ gaiaMbrRing at Base 2.4.0
+ gaiaMbrsContains at Base 2.4.0
+ gaiaMbrsDisjoint at Base 2.4.0
+ gaiaMbrsEqual at Base 2.4.0
+ gaiaMbrsIntersects at Base 2.4.0
+ gaiaMbrsOverlaps at Base 2.4.0
+ gaiaMbrsTouches at Base 2.4.0
+ gaiaMbrsWithin at Base 2.4.0
+ gaiaMeasureArea at Base 2.4.0
+ gaiaMeasureLength at Base 2.4.0
+ gaiaMemFseek at Base 5.0.0
+ gaiaMemRead at Base 5.0.0
+ gaiaMergeGeometries at Base 3.0.0
+ gaiaMergeGeometries_r at Base 4.2.0
+ gaiaMinDistance at Base 2.4.0
+ gaiaMinimumBoundingCircle at Base 5.1.0~rc0
+ gaiaMinimumBoundingCircle_r at Base 5.1.0~rc0
+ gaiaMinimumClearance at Base 5.1.0~rc0
+ gaiaMinimumClearanceLine at Base 5.1.0~rc0
+ gaiaMinimumClearanceLine_r at Base 5.1.0~rc0
+ gaiaMinimumClearance_r at Base 5.1.0~rc0
+ gaiaMinimumRotatedRectangle at Base 5.1.0~rc0
+ gaiaMinimumRotatedRectangle_r at Base 5.1.0~rc0
+ gaiaMinimumWidth at Base 5.1.0~rc0
+ gaiaMinimumWidth_r at Base 5.1.0~rc0
+ gaiaModEdgeHeal at Base 4.4.0
+ gaiaModEdgeSplit at Base 4.4.0
+ gaiaModGeoLinkSplit at Base 4.4.0
+ gaiaModLinkHeal at Base 4.4.0
+ gaiaModLogLinkSplit at Base 4.4.0
+ gaiaMoveIsoNetNode at Base 4.4.0
+ gaiaMoveIsoNode at Base 4.4.0
+ gaiaNetworkCreate at Base 4.4.0
+ gaiaNetworkDestroy at Base 4.4.0
+ gaiaNetworkDrop at Base 4.4.0
+ gaiaNetworkFromCache at Base 4.4.0
+ gaiaNetworkFromDBMS at Base 4.4.0
+ gaiaNewEdgeHeal at Base 4.4.0
+ gaiaNewEdgesSplit at Base 4.4.0
+ gaiaNewGeoLinkSplit at Base 4.4.0
+ gaiaNewLinkHeal at Base 4.4.0
+ gaiaNewLogLinkSplit at Base 4.4.0
+ gaiaNodeLines at Base 4.4.0
+ gaiaNormalizeLonLat at Base 4.0.0
+ gaiaOffsetCurve at Base 3.0.2
+ gaiaOffsetCurve_r at Base 4.2.0
+ gaiaOpenDbfRead at Base 2.4.0
+ gaiaOpenDbfWrite at Base 3.0.0
+ gaiaOpenDbfWriteEx at Base 5.0.0
+ gaiaOpenShpRead at Base 2.4.0
+ gaiaOpenShpWrite at Base 2.4.0
+ gaiaOpenShpWriteEx at Base 5.0.0
+ gaiaOpenZipDbf at Base 5.0.0
+ gaiaOutBareKml at Base 3.0.0
+ gaiaOutBufferInitialize at Base 3.0.0
+ gaiaOutBufferReset at Base 3.0.0
+ gaiaOutEwktLinestringZ at Base 3.0.0
+ gaiaOutEwktPointZ at Base 3.0.0
+ gaiaOutEwktPolygonZ at Base 3.0.0
+ gaiaOutFullKml at Base 3.0.0
+ gaiaOutGeoJSON at Base 3.0.0
+ gaiaOutGml at Base 3.0.0
+ gaiaOutGml_ex at Base 5.1.0~rc0
+ gaiaOutLinestringZ at Base 3.0.0
+ gaiaOutLinestringZex at Base 4.3.0
+ gaiaOutPointZ at Base 3.0.0
+ gaiaOutPointZex at Base 4.3.0
+ gaiaOutPolygonZ at Base 3.0.0
+ gaiaOutPolygonZex at Base 4.3.0
+ gaiaOutSvg at Base 2.4.0
+ gaiaOutWkt at Base 2.4.0
+ gaiaOutWktEx at Base 4.3.0
+ gaiaOutWktStrict at Base 3.0.0
+ gaiaParseDMS at Base 4.2.0
+ gaiaParseDxfFile at Base 4.1.0
+ gaiaParseDxfFile_r at Base 4.2.0
+ gaiaParseEWKT at Base 3.0.0
+ gaiaParseFilterMbr at Base 2.4.0
+ gaiaParseGeoJSON at Base 3.0.0
+ gaiaParseGml at Base 3.0.0
+ gaiaParseGml_r at Base 4.2.0
+ gaiaParseHexEWKB at Base 4.0.0
+ gaiaParseKml at Base 3.0.0
+ gaiaParseWkt at Base 2.4.0
+ gaiaPolygonEquals at Base 2.4.0
+ gaiaPolygonize at Base 2.4.0
+ gaiaPolygonize_r at Base 4.2.0
+ gaiaPolynomialAsText at Base 4.3.0
+ gaiaPolynomialIsValid at Base 4.3.0
+ gaiaPolynomialToMatrix at Base 4.3.0
+ gaiaPolynomialTransformGeometry at Base 4.3.0
+ gaiaPrependPointMToDynamicLine at Base 3.0.0
+ gaiaPrependPointToDynamicLine at Base 2.4.0
+ gaiaPrependPointZMToDynamicLine at Base 3.0.0
+ gaiaPrependPointZToDynamicLine at Base 3.0.0
+ gaiaProjectedPoint at Base 4.4.0
+ gaiaQuotedSql at Base 3.0.2
+ gaiaRadsToDegs at Base 2.4.0
+ gaiaReadDbfEntity at Base 2.4.0
+ gaiaReadDbfEntity_ex at Base 4.2.1
+ gaiaReadNetworkFromDBMS at Base 4.4.0
+ gaiaReadShpEntity at Base 2.4.0
+ gaiaReadShpEntity_ex at Base 4.2.1
+ gaiaReadTopologyFromDBMS at Base 4.4.0
+ gaiaReadWktFromZipShp at Base 5.0.0
+ gaiaReducePrecision at Base 5.1.0~rc0
+ gaiaReducePrecision_r at Base 5.1.0~rc0
+ gaiaReflectCoords at Base 2.4.0
+ gaiaRemEdgeModFace at Base 4.4.0
+ gaiaRemEdgeNewFace at Base 4.4.0
+ gaiaRemIsoEdge at Base 4.4.0
+ gaiaRemIsoNetNode at Base 4.4.0
+ gaiaRemIsoNode at Base 4.4.0
+ gaiaRemoveExtraSpaces at Base 5.0.0
+ gaiaRemoveLink at Base 4.4.0
+ gaiaRemoveRepeatedPoints at Base 5.0.0
+ gaiaRenameColumn at Base 5.0.0
+ gaiaRenameTable at Base 5.0.0
+ gaiaResetDbfEntity at Base 2.4.0
+ gaiaResetGeosMsg at Base 2.4.0
+ gaiaResetGeosMsg_r at Base 4.2.0
+ gaiaResetProjErrorMsg_r at Base 5.0.0
+ gaiaResetRtTopoMsg at Base 4.4.0
+ gaiaResetSequence at Base 5.0.0
+ gaiaReverseDynamicLine at Base 2.4.0
+ gaiaRingCentroid at Base 2.4.0
+ gaiaRingGetPoint at Base 2.4.0
+ gaiaRingSetPoint at Base 2.4.0
+ gaiaRotateCoords at Base 2.4.0
+ gaiaSanitize at Base 2.4.0
+ gaiaScaleCoords at Base 2.4.0
+ gaiaSegmentize at Base 4.4.0
+ gaiaSequenceNext at Base 5.0.0
+ gaiaSetCurrentCachedProj at Base 5.0.0
+ gaiaSetDoubleValue at Base 2.4.0
+ gaiaSetGeosAuxErrorMsg at Base 4.1.0
+ gaiaSetGeosAuxErrorMsg_r at Base 4.2.0
+ gaiaSetGeosErrorMsg at Base 2.4.0
+ gaiaSetGeosErrorMsg_r at Base 4.2.0
+ gaiaSetGeosWarningMsg at Base 2.4.0
+ gaiaSetGeosWarningMsg_r at Base 4.2.0
+ gaiaSetIntValue at Base 2.4.0
+ gaiaSetNullValue at Base 2.4.0
+ gaiaSetProjDatabasePath at Base 5.0.0
+ gaiaSetProjErrorMsg_r at Base 5.0.0
+ gaiaSetRtTopoErrorMsg at Base 4.4.0
+ gaiaSetRtTopoWarningMsg at Base 4.4.0
+ gaiaSetStrValue at Base 2.4.0
+ gaiaSharedPaths at Base 3.0.2
+ gaiaSharedPaths_r at Base 4.2.0
+ gaiaShiftCoords3D at Base 4.0.0
+ gaiaShiftCoords at Base 2.4.0
+ gaiaShiftLongitude at Base 4.0.0
+ gaiaShortestLine at Base 3.0.2
+ gaiaShortestLine_r at Base 4.2.0
+ gaiaShpAnalyze at Base 2.4.0
+ gaiaSingleQuotedSql at Base 3.0.2
+ gaiaSingleSidedBuffer at Base 3.0.2
+ gaiaSingleSidedBuffer_r at Base 4.2.0
+ gaiaSnap at Base 3.0.2
+ gaiaSnapToGrid at Base 4.0.0
+ gaiaSnap_r at Base 4.2.0
+ gaiaSpatialite2GPKG at Base 4.2.0
+ gaiaSplit at Base 4.4.0
+ gaiaSplitLeft at Base 4.4.0
+ gaiaSplitRight at Base 4.4.0
+ gaiaSquareGrid at Base 4.0.0
+ gaiaSquareGrid_r at Base 4.2.0
+ gaiaStatisticsInvalidate at Base 4.2.0
+ gaiaSubdivide at Base 5.0.0
+ gaiaSwapCoords at Base 2.4.0
+ gaiaTextReaderAlloc at Base 3.0.0
+ gaiaTextReaderDestroy at Base 3.0.0
+ gaiaTextReaderFetchField at Base 3.0.0
+ gaiaTextReaderGetRow at Base 3.0.0
+ gaiaTextReaderParse at Base 3.0.0
+ gaiaToCompressedBlobWkb at Base 2.4.0
+ gaiaToEWKB at Base 3.0.0
+ gaiaToEWKT at Base 3.0.0
+ gaiaToFgf at Base 2.4.0
+ gaiaToGPB at Base 4.3.0
+ gaiaToGeos at Base 2.4.0
+ gaiaToGeosSelective at Base 4.0.0
+ gaiaToGeosSelective_r at Base 4.2.0
+ gaiaToGeos_r at Base 4.2.0
+ gaiaToHexWkb at Base 2.4.0
+ gaiaToSpatiaLiteBlobWkb at Base 2.4.0
+ gaiaToSpatiaLiteBlobWkbEx2 at Base 5.0.0
+ gaiaToSpatiaLiteBlobWkbEx at Base 4.3.0
+ gaiaToTWKB at Base 5.0.0
+ gaiaToWkb at Base 2.4.0
+ gaiaTopoGeoSnapLinestringToSeed at Base 4.4.0
+ gaiaTopoGeoSnapPointToSeed at Base 4.4.0
+ gaiaTopoGeoUpdateSeeds at Base 4.4.0
+ gaiaTopoGeo_AddLineString at Base 4.4.0
+ gaiaTopoGeo_AddLineStringNoFace at Base 5.0.0
+ gaiaTopoGeo_AddPoint at Base 4.4.0
+ gaiaTopoGeo_AddPolygon at Base 4.4.0
+ gaiaTopoGeo_CreateTopoLayer at Base 4.4.0
+ gaiaTopoGeo_DisambiguateSegmentEdges at Base 5.0.0
+ gaiaTopoGeo_ExportTopoLayer at Base 4.4.0
+ gaiaTopoGeo_FromGeoTable at Base 4.4.0
+ gaiaTopoGeo_FromGeoTableExtended at Base 4.4.0
+ gaiaTopoGeo_FromGeoTableNoFace at Base 5.0.0
+ gaiaTopoGeo_FromGeoTableNoFaceExtended at Base 5.0.0
+ gaiaTopoGeo_InitTopoLayer at Base 4.4.0
+ gaiaTopoGeo_InsertFeatureFromTopoLayer at Base 4.4.0
+ gaiaTopoGeo_LineEdgesList at Base 5.0.0
+ gaiaTopoGeo_ModEdgeHeal at Base 5.0.0
+ gaiaTopoGeo_ModEdgeSplit at Base 5.0.0
+ gaiaTopoGeo_NewEdgeHeal at Base 5.0.0
+ gaiaTopoGeo_NewEdgesSplit at Base 5.0.0
+ gaiaTopoGeo_PolyFacesList at Base 5.0.0
+ gaiaTopoGeo_Polygonize at Base 5.0.0
+ gaiaTopoGeo_RemoveDanglingEdges at Base 4.4.0
+ gaiaTopoGeo_RemoveDanglingNodes at Base 4.4.0
+ gaiaTopoGeo_RemoveSmallFaces at Base 4.4.0
+ gaiaTopoGeo_RemoveTopoLayer at Base 4.4.0
+ gaiaTopoGeo_SnappedGeoTable at Base 5.0.0
+ gaiaTopoGeo_SubdivideLines at Base 4.4.0
+ gaiaTopoGeo_ToGeoTable at Base 4.4.0
+ gaiaTopoGeo_ToGeoTableGeneralize at Base 4.4.0
+ gaiaTopoNetUpdateSeeds at Base 4.4.0
+ gaiaTopoNet_DisambiguateSegmentLinks at Base 5.0.0
+ gaiaTopoNet_FromGeoTable at Base 4.4.0
+ gaiaTopoNet_LineLinksList at Base 5.0.0
+ gaiaTopoNet_ToGeoTable at Base 4.4.0
+ gaiaTopoNet_ToGeoTableGeneralize at Base 4.4.0
+ gaiaTopoSnap at Base 5.0.0
+ gaiaTopologyCreate at Base 4.4.0
+ gaiaTopologyDestroy at Base 4.4.0
+ gaiaTopologyDrop at Base 4.4.0
+ gaiaTopologyFromCache at Base 4.4.0
+ gaiaTopologyFromDBMS at Base 4.4.0
+ gaiaTrajectoryInterpolatePoint at Base 5.0.0
+ gaiaTransform at Base 2.4.0
+ gaiaTransformEx at Base 5.0.0
+ gaiaTransformEx_r at Base 5.0.0
+ gaiaTransformXY at Base 5.0.0
+ gaiaTransformXYZ at Base 5.0.0
+ gaiaTransformXYZ_r at Base 5.0.0
+ gaiaTransformXY_r at Base 5.0.0
+ gaiaTransform_r at Base 4.2.0
+ gaiaTriangularGrid at Base 4.0.0
+ gaiaTriangularGrid_r at Base 4.2.0
+ gaiaUnaryUnion at Base 3.0.2
+ gaiaUnaryUnion_r at Base 4.2.0
+ gaiaUnionCascaded at Base 4.0.0
+ gaiaUnionCascaded_r at Base 4.2.0
+ gaiaUpDownHeight at Base 5.0.0
+ gaiaUpdateMD5Checksum at Base 4.1.0
+ gaiaUpdateMetaCatalogStatistics at Base 4.2.0
+ gaiaUpdateMetaCatalogStatisticsFromMaster at Base 4.2.0
+ gaiaUpdateSqlLog at Base 4.0.0
+ gaiaValidLogicalNet at Base 4.4.0
+ gaiaValidSpatialNet at Base 4.4.0
+ gaiaValidateTopoGeo at Base 4.4.0
+ gaiaVoronojDiagram at Base 4.2.0
+ gaiaVoronojDiagram_r at Base 4.2.0
+ gaiaWriteDbfEntity at Base 3.0.0
+ gaiaWriteShpEntity at Base 2.4.0
+ gaiaXmlBlobAddFileId at Base 4.1.1
+ gaiaXmlBlobAddParentId at Base 4.1.1
+ gaiaXmlBlobCompression at Base 4.1.1
+ gaiaXmlBlobGetAbstract at Base 4.1.1
+ gaiaXmlBlobGetDocumentSize at Base 4.1.1
+ gaiaXmlBlobGetEncoding at Base 4.1.1
+ gaiaXmlBlobGetFileId at Base 4.1.1
+ gaiaXmlBlobGetGeometry at Base 4.1.1
+ gaiaXmlBlobGetLastParseError at Base 4.1.1
+ gaiaXmlBlobGetLastValidateError at Base 4.1.1
+ gaiaXmlBlobGetLastXPathError at Base 4.1.1
+ gaiaXmlBlobGetName at Base 4.2.0
+ gaiaXmlBlobGetParentId at Base 4.1.1
+ gaiaXmlBlobGetSchemaURI at Base 4.1.1
+ gaiaXmlBlobGetTitle at Base 4.1.1
+ gaiaXmlBlobMLineFromGPX at Base 4.4.0
+ gaiaXmlBlobSetFileId at Base 4.1.1
+ gaiaXmlBlobSetParentId at Base 4.1.1
+ gaiaXmlFromBlob at Base 4.1.1
+ gaiaXmlGetInternalSchemaURI at Base 4.1.1
+ gaiaXmlLoad at Base 4.1.1
+ gaiaXmlStore at Base 4.1.1
+ gaiaXmlTextFromBlob at Base 4.1.1
+ gaiaXmlToBlob at Base 4.1.1
+ gaiaZRangeGeometry at Base 2.4.0
+ gaiaZRangeGeometryEx at Base 5.0.0
+ gaiaZRangeLinestring at Base 2.4.0
+ gaiaZRangeLinestringEx at Base 5.0.0
+ gaiaZRangePolygon at Base 2.4.0
+ gaiaZRangePolygonEx at Base 5.0.0
+ gaiaZRangeRing at Base 2.4.0
+ gaiaZRangeRingEx at Base 5.0.0
+ gaiaZipfileDbfN at Base 5.0.0
+ gaiaZipfileNumDBF at Base 5.0.0
+ gaiaZipfileNumSHP at Base 5.0.0
+ gaiaZipfileShpN at Base 5.0.0
+ gaia_already_initialized at Base 4.2.0
+ gaia_create_routing at Base 5.0.0
+ gaia_create_routing_get_last_error at Base 5.0.0
+ gaia_create_routing_nodes at Base 5.0.0
+ gaia_geos_error_msg at Base 2.4.0
+ gaia_geos_warning_msg at Base 2.4.0
+ gaia_geosaux_error_msg at Base 4.1.0
+ gaia_libxml2_version at Base 4.1.1
+ gaia_matrix_as_text at Base 4.3.0
+ gaia_matrix_create at Base 4.3.0
+ gaia_matrix_create_multiply at Base 4.3.0
+ gaia_matrix_determinant at Base 4.3.0
+ gaia_matrix_invert at Base 4.3.0
+ gaia_matrix_is_valid at Base 4.3.0
+ gaia_matrix_multiply at Base 4.3.0
+ gaia_matrix_transform_geometry at Base 4.3.0
+ gaia_sql_proc_add_variable at Base 5.0.0
+ gaia_sql_proc_all_variables at Base 5.0.0
+ gaia_sql_proc_cooked_sql at Base 5.0.0
+ gaia_sql_proc_create_variables at Base 5.0.0
+ gaia_sql_proc_destroy_variables at Base 5.0.0
+ gaia_sql_proc_execute at Base 5.0.0
+ gaia_sql_proc_get_last_error at Base 5.0.0
+ gaia_sql_proc_import at Base 5.0.0
+ gaia_sql_proc_is_valid at Base 5.0.0
+ gaia_sql_proc_is_valid_var_value at Base 5.0.0
+ gaia_sql_proc_logfile at Base 5.0.0
+ gaia_sql_proc_parse at Base 5.0.0
+ gaia_sql_proc_raw_sql at Base 5.0.0
+ gaia_sql_proc_var_count at Base 5.0.0
+ gaia_sql_proc_variable at Base 5.0.0
+ gaia_stored_proc_create_tables at Base 5.0.0
+ gaia_stored_proc_delete at Base 5.0.0
+ gaia_stored_proc_fetch at Base 5.0.0
+ gaia_stored_proc_store at Base 5.0.0
+ gaia_stored_proc_update_sql at Base 5.0.0
+ gaia_stored_proc_update_title at Base 5.0.0
+ gaia_stored_var_delete at Base 5.0.0
+ gaia_stored_var_fetch at Base 5.0.0
+ gaia_stored_var_store at Base 5.0.0
+ gaia_stored_var_update_title at Base 5.0.0
+ gaia_stored_var_update_value at Base 5.0.0
+ geoJSONParse at Base 3.0.0
+ geoJSONParseAlloc at Base 3.0.0
+ geoJSONParseFree at Base 3.0.0
+ geoJSON_yylex at Base 4.0.0
+ geojson_check_features at Base 5.0.0
+ geojson_create_features_index at Base 5.0.0
+ geojson_create_parser at Base 5.0.0
+ geojson_destroy_parser at Base 5.0.0
+ geojson_get_property_by_name at Base 5.0.0
+ geojson_init_feature at Base 5.0.0
+ geojson_parser_init at Base 5.0.0
+ geojson_reset_feature at Base 5.0.0
+ geojson_sql_add_geometry at Base 5.0.0
+ geojson_sql_create_rtree at Base 5.0.0
+ geojson_sql_create_table at Base 5.0.0
+ geojson_sql_insert_into at Base 5.0.0
+ get_wfs_base_describe_url at Base 4.1.0
+ get_wfs_base_request_url at Base 4.1.0
+ get_wfs_catalog_count at Base 4.1.0
+ get_wfs_catalog_item at Base 4.1.0
+ get_wfs_describe_url at Base 4.1.0
+ get_wfs_item_abstract at Base 4.1.0
+ get_wfs_item_name at Base 4.1.0
+ get_wfs_item_title at Base 4.1.0
+ get_wfs_keyword at Base 4.1.0
+ get_wfs_keyword_count at Base 4.1.0
+ get_wfs_layer_srid at Base 4.1.0
+ get_wfs_layer_srid_count at Base 4.1.0
+ get_wfs_request_url at Base 4.1.0
+ get_wfs_schema_column at Base 4.1.0
+ get_wfs_schema_column_count at Base 4.1.0
+ get_wfs_schema_column_info at Base 4.1.0
+ get_wfs_schema_geometry_info at Base 4.1.0
+ get_wfs_version at Base 4.3.0
+ gmlParse at Base 3.0.0
+ gmlParseAlloc at Base 3.0.0
+ gmlParseFree at Base 3.0.0
+ gml_yylex at Base 4.0.0
+ gpkgSetHeader2DLittleEndian at Base 4.3.0
+ gpkgSetHeader2DMbr at Base 4.3.0
+ insert_epsg_srid at Base 3.0.2
+ is_kml_constant at Base 3.0.2
+ is_tiny_point_enabled at Base 5.0.0
+ kmlParse at Base 3.0.0
+ kmlParseAlloc at Base 3.0.0
+ kmlParseFree at Base 3.0.0
+ kml_yylex at Base 4.0.0
+ load_XL at Base 3.0.2
+ load_dbf at Base 3.0.2
+ load_dbf_common at Base 5.0.0
+ load_dbf_ex2 at Base 4.2.1
+ load_dbf_ex3 at Base 5.0.0
+ load_dbf_ex at Base 4.0.0
+ load_from_wfs at Base 4.1.0
+ load_from_wfs_paged at Base 4.1.0
+ load_from_wfs_paged_ex at Base 5.0.0
+ load_geojson at Base 5.0.0
+ load_shapefile at Base 3.0.2
+ load_shapefile_ex2 at Base 4.2.1
+ load_shapefile_ex3 at Base 5.0.0
+ load_shapefile_ex at Base 4.0.0
+ load_zip_dbf at Base 5.0.0
+ load_zip_shapefile at Base 5.0.0
+ lwn_AddIsoNetNode at Base 4.4.0
+ lwn_AddLink at Base 4.4.0
+ lwn_BackendIfaceRegisterCallbacks at Base 4.4.0
+ lwn_ChangeLinkGeom at Base 4.4.0
+ lwn_CreateBackendIface at Base 4.4.0
+ lwn_FreeBackendIface at Base 4.4.0
+ lwn_FreeNetwork at Base 4.4.0
+ lwn_GetErrorMsg at Base 4.4.0
+ lwn_GetLinkByPoint at Base 4.4.0
+ lwn_GetNetNodeByPoint at Base 4.4.0
+ lwn_LoadNetwork at Base 4.4.0
+ lwn_ModGeoLinkSplit at Base 4.4.0
+ lwn_ModLinkHeal at Base 4.4.0
+ lwn_ModLogLinkSplit at Base 4.4.0
+ lwn_MoveIsoNetNode at Base 4.4.0
+ lwn_NewGeoLinkSplit at Base 4.4.0
+ lwn_NewLinkHeal at Base 4.4.0
+ lwn_NewLogLinkSplit at Base 4.4.0
+ lwn_RemIsoNetNode at Base 4.4.0
+ lwn_RemoveLink at Base 4.4.0
+ lwn_ResetErrorMsg at Base 4.4.0
+ lwn_SetErrorMsg at Base 4.4.0
+ lwn_alloc_line at Base 4.4.0
+ lwn_be_existsCoincidentNode at Base 4.4.0
+ lwn_be_existsLinkIntersectingPoint at Base 4.4.0
+ lwn_create_point2d at Base 4.4.0
+ lwn_create_point3d at Base 4.4.0
+ lwn_free_line at Base 4.4.0
+ lwn_free_point at Base 4.4.0
+ math_llabs at Base 2.4.0
+ math_round at Base 2.4.0
+ netcallback_deleteLinksById at Base 4.4.0
+ netcallback_deleteNetNodesById at Base 4.4.0
+ netcallback_freeNetwork at Base 4.4.0
+ netcallback_getLinkById at Base 4.4.0
+ netcallback_getLinkByNetNode at Base 4.4.0
+ netcallback_getLinkWithinDistance2D at Base 4.4.0
+ netcallback_getNetNodeById at Base 4.4.0
+ netcallback_getNetNodeWithinBox2D at Base 4.4.0
+ netcallback_getNetNodeWithinDistance2D at Base 4.4.0
+ netcallback_getNextLinkId at Base 4.4.0
+ netcallback_insertLinks at Base 4.4.0
+ netcallback_insertNetNodes at Base 4.4.0
+ netcallback_lastErrorMessage at Base 4.4.0
+ netcallback_loadNetworkByName at Base 4.4.0
+ netcallback_netAllowCoincident at Base 4.4.0
+ netcallback_netGetGEOS at Base 4.4.0
+ netcallback_netGetSRID at Base 4.4.0
+ netcallback_netHasZ at Base 4.4.0
+ netcallback_netIsSpatial at Base 4.4.0
+ netcallback_updateLinksById at Base 4.4.0
+ netcallback_updateNetNodesById at Base 4.4.0
+ remove_duplicated_rows at Base 3.0.2
+ remove_duplicated_rows_ex2 at Base 4.3.0
+ remove_duplicated_rows_ex at Base 4.2.0
+ reset_wfs_http_connection at Base 4.2.0
+ sanitize_all_geometry_columns at Base 4.1.0
+ sanitize_all_geometry_columns_r at Base 4.2.0
+ sanitize_geometry_column at Base 4.1.0
+ sanitize_geometry_column_r at Base 4.2.0
+ spatial_ref_sys_init2 at Base 3.0.2
+ spatial_ref_sys_init at Base 3.0.0
+ spatialite_alloc_connection at Base 4.1.0
+ spatialite_cleanup at Base 3.0.2
+ spatialite_cleanup_ex at Base 4.1.0
+ spatialite_finalize_topologies at Base 4.4.0
+ spatialite_init at Base 2.4.0
+ spatialite_init_ex at Base 4.1.0
+ spatialite_init_geos at Base 4.0.0
+ spatialite_initialize at Base 4.2.0
+ spatialite_set_silent_mode at Base 4.4.0
+ spatialite_set_verbose_mode at Base 4.4.0
+ spatialite_shutdown at Base 4.2.0
+ spatialite_target_cpu at Base 4.2.0
+ spatialite_version at Base 2.4.0
+ spatialitetargetcpu at Base 4.2.0
+ spatialiteversion at Base 2.4.0
+ srid_get_axis at Base 4.3.0
+ srid_get_datum at Base 4.3.0
+ srid_get_prime_meridian at Base 4.3.0
+ srid_get_projection at Base 4.3.0
+ srid_get_spheroid at Base 4.3.0
+ srid_get_unit at Base 4.3.0
+ srid_has_flipped_axes at Base 4.3.0
+ srid_is_geographic at Base 4.3.0
+ srid_is_projected at Base 4.3.0
+ update_layer_statistics at Base 3.0.2
+ vanuatuParse at Base 3.0.0
+ vanuatuParseAlloc at Base 3.0.0
+ vanuatuParseFree at Base 3.0.0
+ vanuatu_point_xyzm at Base 3.0.0
+ vanuatu_yylex at Base 4.0.0
+ virtualtext_module at Base 2.4.0


More information about the Pkg-grass-devel mailing list