4 #ifndef FIRE_GEAR_GEOM_PRECISIONMODEL_HPP_INCLUDED
5 #define FIRE_GEAR_GEOM_PRECISIONMODEL_HPP_INCLUDED
7 #include <boost/shared_ptr.hpp>
9 #include <geos/geom/PrecisionModel.h>
13 #include "fire/export.hpp"
160 double makePrecise(
double val)
const;
172 void makePrecise(
Coordinate& coordinate)
const;
184 bool isFloating()
const;
196 int getMaximumSignificantDigits()
const;
208 Type getType()
const;
220 double getScale()
const;
232 std::string toString()
const;
Definition: Coordinate.hpp:48
Definition: PrecisionModel.hpp:50
Definition: GeometryConverter.hpp:67
boost::shared_ptr< geos::geom::PrecisionModel > PrecisionModelShp
Definition: PrecisionModel.hpp:59