Home
last modified time | relevance | path

Searched refs:OGRCARTODBGetSingleRow (Results 1 – 4 of 4) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/cartodb/
H A Dogrcartodbtablelayer.cpp498 json_object* poRowObj = OGRCARTODBGetSingleRow(poObj); in ICreateFeature()
706 json_object* poRowObj = OGRCARTODBGetSingleRow(poObj); in ICreateFeature()
1013 json_object* poRowObj = OGRCARTODBGetSingleRow(poObj); in GetFeature()
1049 json_object* poRowObj = OGRCARTODBGetSingleRow(poObj); in GetFeatureCount()
1106 json_object* poRowObj = OGRCARTODBGetSingleRow(poObj); in GetExtent()
H A Dogr_cartodb.h39 json_object* OGRCARTODBGetSingleRow(json_object* poObj);
H A Dogrcartodblayer.cpp435 json_object* poRowObj = OGRCARTODBGetSingleRow(poObj); in GetSRS()
H A Dogrcartodbdatasource.cpp608 json_object* OGRCARTODBGetSingleRow(json_object* poObj) in OGRCARTODBGetSingleRow() function