13#ifndef OGR_GEOMCOORDINATEPRECISION_H
14#define OGR_GEOMCOORDINATEPRECISION_H
16#if !defined(DOXYGEN_SKIP)
75 double dfXYMeterResolution,
double dfZMeterResolution,
76 double dfMResolution);
82 static int ResolutionToPrecision(
double dfResolution);
This class represents an OpenGIS Spatial Reference System, and contains methods for converting betwee...
Definition ogr_spatialref.h:152
Various convenience functions for working with strings and string lists.
Geometry coordinate precision.
Definition ogr_geomcoordinateprecision.h:40
std::map< std::string, CPLStringList > oFormatSpecificOptions
Map from a format name to a list of format specific options.
Definition ogr_geomcoordinateprecision.h:72
double dfZResolution
Resolution for the coordinate precision of the Z coordinate.
Definition ogr_geomcoordinateprecision.h:58
double dfMResolution
Resolution for the coordinate precision of the M coordinate.
Definition ogr_geomcoordinateprecision.h:63
static constexpr double UNKNOWN
Constant for a UNKNOWN resolution.
Definition ogr_geomcoordinateprecision.h:42
double dfXYResolution
Resolution for the coordinate precision of the X and Y coordinates.
Definition ogr_geomcoordinateprecision.h:52