Index

B | C | D | F | G | H | I | M | O | P | R | S | T | W

B

BaseFunction (class in geoalchemy.functions)
bind_wkb_value() (geoalchemy.dialect.SpatialDialect method)
(geoalchemy.oracle.OracleSpatialDialect method)
BooleanFunction() (in module geoalchemy.functions)

C

CastDBSpatialElementFunction() (in module geoalchemy.mssql)
check_comparison() (in module geoalchemy.functions)
compile_varbinary() (in module geoalchemy.mssql)

D

DBSpatialElement (class in geoalchemy.base)
DialectManager (class in geoalchemy.dialect)
DimInfoFunction() (in module geoalchemy.oracle)

F

from_wkt() (in module geoalchemy.utils)
functions (class in geoalchemy.functions)
functions.area (class in geoalchemy.functions)
functions.boundary (class in geoalchemy.functions)
functions.buffer (class in geoalchemy.functions)
functions.centroid (class in geoalchemy.functions)
functions.convex_hull (class in geoalchemy.functions)
functions.covered_by (class in geoalchemy.functions)
functions.covers (class in geoalchemy.functions)
functions.crosses (class in geoalchemy.functions)
functions.dimension (class in geoalchemy.functions)
functions.disjoint (class in geoalchemy.functions)
functions.distance (class in geoalchemy.functions)
functions.end_point (class in geoalchemy.functions)
functions.envelope (class in geoalchemy.functions)
functions.equals (class in geoalchemy.functions)
functions.gcontains (class in geoalchemy.functions)
functions.geometry_type (class in geoalchemy.functions)
functions.intersection (class in geoalchemy.functions)
functions.intersects (class in geoalchemy.functions)
functions.is_closed (class in geoalchemy.functions)
functions.is_empty (class in geoalchemy.functions)
functions.is_ring (class in geoalchemy.functions)
functions.is_simple (class in geoalchemy.functions)
functions.is_valid (class in geoalchemy.functions)
functions.length (class in geoalchemy.functions)
functions.num_points (class in geoalchemy.functions)
functions.overlaps (class in geoalchemy.functions)
functions.point_n (class in geoalchemy.functions)
functions.srid (class in geoalchemy.functions)
functions.start_point (class in geoalchemy.functions)
functions.touches (class in geoalchemy.functions)
functions.transform (class in geoalchemy.functions)
functions.within (class in geoalchemy.functions)
functions.within_distance (class in geoalchemy.functions)
functions.wkb (class in geoalchemy.functions)
functions.wkt (class in geoalchemy.functions)
functions.x (class in geoalchemy.functions)
functions.y (class in geoalchemy.functions)

G

geoalchemy.base (module)
geoalchemy.dialect (module)
geoalchemy.functions (module)
geoalchemy.geometry (module)
geoalchemy.mssql (module)
geoalchemy.mysql (module)
geoalchemy.oracle (module)
geoalchemy.postgis (module)
geoalchemy.spatialite (module)
geoalchemy.utils (module)
Geometry (class in geoalchemy.geometry)
GeometryBase (class in geoalchemy.base)
GeometryColumn() (in module geoalchemy.geometry)
GeometryDDL (class in geoalchemy.geometry)
get_diminfo_select() (geoalchemy.oracle.OracleSpatialDialect static method)
get_function() (geoalchemy.dialect.SpatialDialect method)
get_spatial_dialect() (geoalchemy.dialect.DialectManager static method)

H

handle_ddl_after_create() (geoalchemy.dialect.SpatialDialect method)
handle_ddl_before_drop() (geoalchemy.dialect.SpatialDialect method)

I

is_member_function() (geoalchemy.dialect.SpatialDialect method)
is_property() (geoalchemy.dialect.SpatialDialect method)

M

ms_functions (class in geoalchemy.mssql)
ms_functions.buffer_with_tolerance (class in geoalchemy.mssql)
ms_functions.filter (class in geoalchemy.mssql)
ms_functions.gml (class in geoalchemy.mssql)
ms_functions.instance_of (class in geoalchemy.mssql)
ms_functions.m (class in geoalchemy.mssql)
ms_functions.make_valid (class in geoalchemy.mssql)
ms_functions.reduce (class in geoalchemy.mssql)
ms_functions.text_zm (class in geoalchemy.mssql)
ms_functions.to_string (class in geoalchemy.mssql)
ms_functions.z (class in geoalchemy.mssql)
MS_SPATIAL_NULL (in module geoalchemy.mssql)
MSComparator (class in geoalchemy.mssql)
MSPersistentSpatialElement (class in geoalchemy.mssql)
MSSpatialDialect (class in geoalchemy.mssql)
mysql_functions (class in geoalchemy.mysql)
mysql_functions.mbr_contains (class in geoalchemy.mysql)
mysql_functions.mbr_disjoint (class in geoalchemy.mysql)
mysql_functions.mbr_equal (class in geoalchemy.mysql)
mysql_functions.mbr_intersects (class in geoalchemy.mysql)
mysql_functions.mbr_overlaps (class in geoalchemy.mysql)
mysql_functions.mbr_touches (class in geoalchemy.mysql)
mysql_functions.mbr_within (class in geoalchemy.mysql)
MySQLComparator (class in geoalchemy.mysql)
MySQLPersistentSpatialElement (class in geoalchemy.mysql)
MySQLSpatialDialect (class in geoalchemy.mysql)

O

oracle_functions (class in geoalchemy.oracle)
oracle_functions.dims (class in geoalchemy.oracle)
oracle_functions.gml (class in geoalchemy.oracle)
oracle_functions.gml311 (class in geoalchemy.oracle)
oracle_functions.gtype (class in geoalchemy.oracle)
oracle_functions.kml (class in geoalchemy.oracle)
oracle_functions.sdo_anyinteract (class in geoalchemy.oracle)
oracle_functions.sdo_contains (class in geoalchemy.oracle)
oracle_functions.sdo_coveredby (class in geoalchemy.oracle)
oracle_functions.sdo_covers (class in geoalchemy.oracle)
oracle_functions.sdo_equal (class in geoalchemy.oracle)
oracle_functions.sdo_filter (class in geoalchemy.oracle)
oracle_functions.sdo_geom_sdo_area (class in geoalchemy.oracle)
oracle_functions.sdo_geom_sdo_buffer (class in geoalchemy.oracle)
oracle_functions.sdo_geom_sdo_centroid (class in geoalchemy.oracle)
oracle_functions.sdo_geom_sdo_concavehull (class in geoalchemy.oracle)
oracle_functions.sdo_geom_sdo_concavehull_boundary (class in geoalchemy.oracle)
oracle_functions.sdo_geom_sdo_convexhull (class in geoalchemy.oracle)
oracle_functions.sdo_geom_sdo_difference (class in geoalchemy.oracle)
oracle_functions.sdo_geom_sdo_distance (class in geoalchemy.oracle)
oracle_functions.sdo_geom_sdo_intersection (class in geoalchemy.oracle)
oracle_functions.sdo_geom_sdo_length (class in geoalchemy.oracle)
oracle_functions.sdo_geom_sdo_mbr (class in geoalchemy.oracle)
oracle_functions.sdo_geom_sdo_pointonsurface (class in geoalchemy.oracle)
oracle_functions.sdo_geom_sdo_union (class in geoalchemy.oracle)
oracle_functions.sdo_geom_sdo_within_distance (class in geoalchemy.oracle)
oracle_functions.sdo_geom_sdo_xor (class in geoalchemy.oracle)
oracle_functions.sdo_inside (class in geoalchemy.oracle)
oracle_functions.sdo_nn (class in geoalchemy.oracle)
oracle_functions.sdo_nn_distance (class in geoalchemy.oracle)
oracle_functions.sdo_on (class in geoalchemy.oracle)
oracle_functions.sdo_overlapbdydisjoint (class in geoalchemy.oracle)
oracle_functions.sdo_overlapbdyintersect (class in geoalchemy.oracle)
oracle_functions.sdo_overlaps (class in geoalchemy.oracle)
oracle_functions.sdo_relate (class in geoalchemy.oracle)
oracle_functions.sdo_touch (class in geoalchemy.oracle)
oracle_functions.sdo_within_distance (class in geoalchemy.oracle)
OracleComparator (class in geoalchemy.oracle)
OraclePersistentSpatialElement (class in geoalchemy.oracle)
OracleSpatialDialect (class in geoalchemy.oracle)

P

parse_clause() (in module geoalchemy.functions)
PersistentSpatialElement (class in geoalchemy.base)
pg_functions (class in geoalchemy.postgis)
pg_functions.expand (class in geoalchemy.postgis)
pg_functions.geojson (class in geoalchemy.postgis)
pg_functions.gml (class in geoalchemy.postgis)
pg_functions.kml (class in geoalchemy.postgis)
pg_functions.svg (class in geoalchemy.postgis)
PGComparator (class in geoalchemy.postgis)
PGPersistentSpatialElement (class in geoalchemy.postgis)
PGSpatialDialect (class in geoalchemy.postgis)
process_result() (geoalchemy.dialect.SpatialDialect method)
process_wkb() (geoalchemy.dialect.SpatialDialect method)
(geoalchemy.oracle.OracleSpatialDialect method)

R

RAW (geoalchemy.base.SpatialComparator attribute)
RawColumn (class in geoalchemy.base)
ReturnsGeometryFunction (class in geoalchemy.functions)

S

SpatialAttribute (class in geoalchemy.geometry)
SpatialComparator (class in geoalchemy.base)
SpatialDialect (class in geoalchemy.dialect)
SpatialElement (class in geoalchemy.base)
sqlite_functions (class in geoalchemy.spatialite)
sqlite_functions.fgf (class in geoalchemy.spatialite)
sqlite_functions.svg (class in geoalchemy.spatialite)
SQLiteComparator (class in geoalchemy.spatialite)
SQLitePersistentSpatialElement (class in geoalchemy.spatialite)
SQLiteSpatialDialect (class in geoalchemy.spatialite)
ST_GeometryFunction() (in module geoalchemy.oracle)

T

to_wkt() (in module geoalchemy.utils)

W

WKBSpatialElement (class in geoalchemy.base)
WKTSpatialElement (class in geoalchemy.base)