spatialiteを好きなところで

the xxx GUI tool way / the xxx language binding way:

* there are lots of GUI tools supporting SQLite
* and there are lots of language bindings supporting SQLite as well:
o Python
o PHP
o Java
o Visual Basic ADO .NET and so on
* more or less you simply need to perform the same steps as for using sqlite3
* simply performing SELECT load_extension('libspatialite.so'); will then start SpatiaLite

http://www.gaia-gis.it/spatialite/install-linux.html

SQL文の中で"load_extension('libspatialite.so')"」ってやればSpatiaLite使えるで!」って意味…だと思う。んで、各言語にラッパーがあるからそこからロードしてやっても良い、と。Androidも普通にLinuxのSOファイルで良いのか、そもそもこの方法が可能なのかは後で実験してみましょう。