13#ifndef OGRLAYER_PRIVATE_H_INCLUDED
14#define OGRLAYER_PRIVATE_H_INCLUDED
19struct OGRLayer::Private
21 bool m_bInFeatureIterator =
false;
30 std::map<std::string, std::string> m_oMapArrowFieldNameToOGRFieldName{};
33 bool m_bConvertGeomsIfNecessaryAlreadyCalled =
false;
36 bool m_bSupportsCurve =
false;
39 bool m_bSupportsM =
false;
42 bool m_bApplyGeomSetPrecision =
false;
Classes related to registration of format support, and opening datasets.