Home
last modified time | relevance | path

Searched refs:importLineStringGeometry (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gdal/
H A Dogr_file_format_p.h267 PathObject* importLineStringGeometry(OGRFeatureH feature, OGRGeometryH geometry);
H A Dogr_file_format.cpp956 if (auto object = importLineStringGeometry(feature, geometry)) in importGeometry()
1051 PathObject* OgrFileImport::importLineStringGeometry(OGRFeatureH feature, OGRGeometryH geometry) in importLineStringGeometry() function in OpenOrienteering::OgrFileImport