29 #ifndef OGR_GEOMCOORDINATEPRECISION_H 
   30 #define OGR_GEOMCOORDINATEPRECISION_H 
   32 #if !defined(DOXYGEN_SKIP) 
   52     static constexpr 
double UNKNOWN = 0;
 
   62     double dfXYResolution = UNKNOWN;
 
   68     double dfZResolution = UNKNOWN;
 
   73     double dfMResolution = UNKNOWN;
 
   82     std::map<std::string, CPLStringList> oFormatSpecificOptions{};
 
   85                       double dfXYMeterResolution, 
double dfZMeterResolution,
 
   86                       double dfMResolution);
 
   92     static int ResolutionToPrecision(
double dfResolution);
 
This class represents an OpenGIS Spatial Reference System, and contains methods for converting betwee...
Definition: ogr_spatialref.h:169
 
Various convenience functions for working with strings and string lists.
 
Geometry coordinate precision.
Definition: ogr_geomcoordinateprecision.h:50