13#ifndef OGR_GEOMCOORDINATEPRECISION_H
14#define OGR_GEOMCOORDINATEPRECISION_H
16#if !defined(DOXYGEN_SKIP)
36 static constexpr double UNKNOWN = 0;
46 double dfXYResolution = UNKNOWN;
52 double dfZResolution = UNKNOWN;
57 double dfMResolution = UNKNOWN;
66 std::map<std::string, CPLStringList> oFormatSpecificOptions{};
69 double dfXYMeterResolution,
double dfZMeterResolution,
70 double dfMResolution);
76 static int ResolutionToPrecision(
double dfResolution);
This class represents an OpenGIS Spatial Reference System, and contains methods for converting betwee...
Definition: ogr_spatialref.h:153
Various convenience functions for working with strings and string lists.
Geometry coordinate precision.
Definition: ogr_geomcoordinateprecision.h:34