Functions

NameLocationDescription
filefield_geocode_handler_infogeocode/includes/modules/filefield.incImplementation of hook_geocode_handler_info() on behalf of filefield.
geogeo/geo.moduleCall an API function from the geo backend databases. This function will find and load the database backend files, and call the requested op from the backend or the default library, as needed.
geocodegeocode/geocode.moduleThe Geocode API call.
geocode_geocode_handler_infogeocode/geocode.moduleImplementation of our own hook_geocode_handler_info().
geocode_handler_infogeocode/geocode.moduleReturn a list of all handlers that might geocode something for you.
geocode_widget_admin_widget_settingsgeocode/modules/geocode_widget/includes/geocode_widget.admin.incImplementation of hook_widget_settings().
geocode_widget_available_fieldsgeocode/modules/geocode_widget/includes/geocode_widget.admin.inc
geocode_widget_form_validategeocode/modules/geocode_widget/geocode_widget.moduleA form validation callback for forms that include geocode widgets.
geocode_widget_themegeocode/modules/geocode_widget/geocode_widget.moduleImplementation of hook_theme().
geocode_widget_widgetgeocode/modules/geocode_widget/geocode_widget.moduleImplementation of hook_widget().
geocode_widget_widget_infogeocode/modules/geocode_widget/geocode_widget.moduleImplementation of hook_widget_info(). Supply a widget for fields from geo_field and other modules.
geocode_widget_widget_settingsgeocode/modules/geocode_widget/geocode_widget.moduleImplementation of hook_widget_settings().
geo_backend_typegeo/geo.incReturn the geo backend database type.
geo_content_is_emptygeo/modules/geo_field/geo_field.moduleImplementation of hook_content_is_empty(). It's named after the field type (geo), not the module (geo_data).
geo_data_admingeo/modules/geo_data/geo_data.admin.incPut together a form of all the spatial columns.
geo_data_admin_submitgeo/modules/geo_data/geo_data.admin.inc
geo_data_allowed_valuesgeo/modules/geo_data/geo_data.module
geo_data_content_is_emptygeo/modules/geo_data/geo_data.module
geo_data_elementsgeo/modules/geo_data/geo_data.moduleImplementation of FAPI hook_elements().
geo_data_fieldgeo/modules/geo_data/geo_data.moduleImplementation of hook_field().
geo_data_field_formatter_infogeo/modules/geo_data/geo_data.moduleImplementation of hook_field_formatter_info().
geo_data_field_infogeo/modules/geo_data/geo_data.moduleImplementation of hook_field_info().
geo_data_field_settingsgeo/modules/geo_data/geo_data.moduleImplementation of hook_field_settings().
geo_data_menugeo/modules/geo_data/geo_data.moduleImplementation of hook_menu().
geo_data_permgeo/modules/geo_data/geo_data.moduleImplementation of hook_perm()
geo_data_select_processgeo/modules/geo_data/geo_data.module
geo_data_themegeo/modules/geo_data/geo_data.moduleImplementation of hook_theme().
geo_data_views_apigeo/modules/geo_data/geo_data.moduleImplementation of hook_geo_views_api().
geo_data_views_datageo/modules/geo_data/includes/views/geo_data.views.inc
geo_data_views_handlersgeo/modules/geo_data/includes/views/geo_data.views.inc
geo_data_widgetgeo/modules/geo_data/geo_data.moduleImplementation of hook_widget().
geo_data_widget_infogeo/modules/geo_data/geo_data.moduleImplementation of hook_widget_info().
geo_fieldgeo/modules/geo_field/geo_field.moduleImplementation of hook_field().
geo_field_elementsgeo/modules/geo_field/geo_field.moduleImplementation of FAPI hook_elements().
geo_field_formatter_infogeo/geo.moduleImplementation of hook_field_formatter_info().
geo_field_infogeo/modules/geo_field/geo_field.moduleImplementation of hook_field_info().
geo_field_installgeo/modules/geo_field/geo_field.installImplementation of hook_install().
geo_field_latlon_processgeo/modules/geo_field/geo_field.module
geo_field_nodeapigeo/modules/geo_field/geo_field.moduleImplementation of hook_nodeapi(). Append microformats onto geo node feeds.
geo_field_selectgeo/geo.inc
geo_field_settingsgeo/modules/geo_field/geo_field.moduleImplementation of hook_field_settings().
geo_field_themegeo/modules/geo_field/geo_field.moduleImplementation of hook_theme().
geo_field_typesgeo/geo.moduleAPI Function: Return any field types that may contain geospatial data.
geo_field_uninstallgeo/modules/geo_field/geo_field.installImplementation of hook_uninstall().
geo_field_views_apigeo/modules/geo_field/geo_field.moduleImplementation of hook_geo_views_api().
geo_field_views_handlersgeo/modules/geo_field/includes/views/geo_field.views.incMost of the views stuff is handled by CCK, but extend its field handler with our own.
geo_field_wkt_processgeo/modules/geo_field/geo_field.module
geo_geo_from_wktgeo/geo.incInsert a geometry object into the database on the specified row
geo_make_bboxgeo/geo.inc
geo_mysql_spatial_add_fieldgeo/db/mysql_spatial.incAdds a geometry column to the specified table.