geoalchemy.mysql

class geoalchemy.mysql.MySQLComparator(prop, mapper, adapter=None)

Comparator class used for MySQL

class geoalchemy.mysql.MySQLPersistentSpatialElement(desc)

Represents a Geometry value as loaded from the database.

class geoalchemy.mysql.MySQLSpatialDialect

Implementation of SpatialDialect for MySQL.

class geoalchemy.mysql.mysql_functions

Functions only supported by MySQL

class mbr_contains(*arguments, **kwargs)

MBRContains(g1, g2)

class mysql_functions.mbr_disjoint(*arguments, **kwargs)

MBRDisjoint(g1, g2)

class mysql_functions.mbr_equal(*arguments, **kwargs)

MBREqual(g1, g2)

class mysql_functions.mbr_intersects(*arguments, **kwargs)

MBRIntersects(g1, g2)

class mysql_functions.mbr_overlaps(*arguments, **kwargs)

MBROverlaps(g1, g2)

class mysql_functions.mbr_touches(*arguments, **kwargs)

MBRTouches(g1, g2)

class mysql_functions.mbr_within(*arguments, **kwargs)

MBRWithin(g1, g2)

Previous topic

geoalchemy.postgis

Next topic

geoalchemy.spatialite

This Page