Home
last modified time | relevance | path

Searched refs:m_oColl (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/mongodbv3/
H A Dogrmongodbv3driver.cpp116 mongocxx::collection m_oColl{}; member in OGRMongoDBv3Layer
202 m_oColl = m_oDb[osCollection]; in OGRMongoDBv3Layer()
246 b.append(kvp("layer", m_oColl.name())); in WriteOGRMetadata()
298 filter.append(kvp("layer", m_oColl.name())); in WriteOGRMetadata()
551 auto cursor = m_oColl.list_indexes(); in CollectGeomIndices()
595 filter.append(kvp("layer", m_oColl.name())); in ReadOGRMetadata()
763 auto cursor = m_oColl.find({}, options); in EstablishFeatureDefn()
1286 auto obj = m_oColl.find_one(b.extract()); in GetFeature()
1461 m_oColl.create_index(b.extract()); in CreateGeomField()
1810 m_oColl.insert_one( std::move(bsonObj) ); in ICreateFeature()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/mongodbv3/
H A Dogrmongodbv3driver.cpp116 mongocxx::collection m_oColl{}; member in OGRMongoDBv3Layer
202 m_oColl = m_oDb[osCollection]; in OGRMongoDBv3Layer()
246 b.append(kvp("layer", m_oColl.name())); in WriteOGRMetadata()
298 filter.append(kvp("layer", m_oColl.name())); in WriteOGRMetadata()
551 auto cursor = m_oColl.list_indexes(); in CollectGeomIndices()
595 filter.append(kvp("layer", m_oColl.name())); in ReadOGRMetadata()
763 auto cursor = m_oColl.find({}, options); in EstablishFeatureDefn()
1286 auto obj = m_oColl.find_one(b.extract()); in GetFeature()
1461 m_oColl.create_index(b.extract()); in CreateGeomField()
1810 m_oColl.insert_one( std::move(bsonObj) ); in ICreateFeature()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/mongodbv3/
H A Dogrmongodbv3driver.cpp116 mongocxx::collection m_oColl{}; member in OGRMongoDBv3Layer
202 m_oColl = m_oDb[osCollection]; in OGRMongoDBv3Layer()
246 b.append(kvp("layer", m_oColl.name())); in WriteOGRMetadata()
298 filter.append(kvp("layer", m_oColl.name())); in WriteOGRMetadata()
551 auto cursor = m_oColl.list_indexes(); in CollectGeomIndices()
595 filter.append(kvp("layer", m_oColl.name())); in ReadOGRMetadata()
763 auto cursor = m_oColl.find({}, options); in EstablishFeatureDefn()
1286 auto obj = m_oColl.find_one(b.extract()); in GetFeature()
1461 m_oColl.create_index(b.extract()); in CreateGeomField()
1810 m_oColl.insert_one( std::move(bsonObj) ); in ICreateFeature()
[all …]