29 #ifndef OGRLAYER_PRIVATE_H_INCLUDED
30 #define OGRLAYER_PRIVATE_H_INCLUDED
35 struct OGRLayer::Private
37 bool m_bInFeatureIterator =
false;
46 std::map<std::string, std::string> m_oMapArrowFieldNameToOGRFieldName{};
49 bool m_bConvertGeomsIfNecessaryAlreadyCalled =
false;
52 bool m_bSupportsCurve =
false;
55 bool m_bSupportsM =
false;
58 bool m_bApplyGeomSetPrecision =
false;
Classes related to registration of format support, and opening datasets.