13#ifndef OGR_GEOCODING_H_INCLUDED
14#define OGR_GEOCODING_H_INCLUDED
35 const char *pszQuery,
char **papszStructuredQuery,
Core portability definitions for CPL.
#define CPL_C_END
Macro to end a block of C symbols.
Definition cpl_port.h:279
#define CPL_C_START
Macro to start a block of C symbols.
Definition cpl_port.h:275
char ** CSLConstList
Type of a constant null-terminated list of nul terminated strings.
Definition cpl_port.h:1252
void * OGRLayerH
Opaque type for a layer (OGRLayer)
Definition gdal_fwd.h:157
C API and defines for OGRFeature, OGRGeometry, and OGRDataSource related classes.
void OGRGeocodeFreeResult(OGRLayerH hLayer)
Destroys the result of a geocoding request.
Definition ogr_geocoding.cpp:1590
OGRLayerH OGRGeocode(OGRGeocodingSessionH hSession, const char *pszQuery, char **papszStructuredQuery, CSLConstList papszOptions)
Runs a geocoding request.
Definition ogr_geocoding.cpp:1404
OGRLayerH OGRGeocodeReverse(OGRGeocodingSessionH hSession, double dfLon, double dfLat, CSLConstList papszOptions)
Runs a reverse geocoding request.
Definition ogr_geocoding.cpp:1550
void OGRGeocodeDestroySession(OGRGeocodingSessionH hSession)
Destroys a session handle for geocoding requests.
Definition ogr_geocoding.cpp:369
OGRGeocodingSessionH OGRGeocodeCreateSession(CSLConstList papszOptions)
Creates a session handle for geocoding requests.
Definition ogr_geocoding.cpp:236
struct _OGRGeocodingSessionHS * OGRGeocodingSessionH
Opaque type for a geocoding session.
Definition ogr_geocoding.h:28