Home
last modified time | relevance | path

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

/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/labs/
H A Dqgeojson.cpp656 static QVariantList importGeometryCollection(const QVariantMap &inputMap) in importGeometryCollection() function
725 …turnedObject.insert(QStringLiteral("data"), QVariant::fromValue(importGeometryCollection(inputMap)… in importGeometry()
1045 QVariantList multiGeo = importGeometryCollection(rootGeoJsonObject); in importGeoJson()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gdal/
H A Dogr_file_format_p.h263 ObjectList importGeometryCollection(OGRFeatureH feature, OGRGeometryH geometry);
H A Dogr_file_format.cpp969 result = importGeometryCollection(feature, geometry); in importGeometry()
979 OgrFileImport::ObjectList OgrFileImport::importGeometryCollection(OGRFeatureH feature, OGRGeometryH… in importGeometryCollection() function in OpenOrienteering::OgrFileImport