geoalchemy.spatialite

class geoalchemy.spatialite.SQLiteComparator(prop, mapper, adapter=None)

Comparator class used for Spatialite

class geoalchemy.spatialite.SQLitePersistentSpatialElement(desc)

Represents a Geometry value as loaded from the database.

class geoalchemy.spatialite.SQLiteSpatialDialect

Implementation of SpatialDialect for SQLite.

class geoalchemy.spatialite.sqlite_functions

Functions only supported by SQLite

class fgf(*arguments, **kwargs)

AsFGF(g)

class sqlite_functions.svg(*arguments, **kwargs)

AsSVG(g)

Previous topic

geoalchemy.mysql

Next topic

geoalchemy.oracle

This Page