52 #ifndef __PCL_MercatorProjection_h
53 #define __PCL_MercatorProjection_h
A generic point in the two-dimensional space.
Eight-bit string (ISO/IEC-8859-1 or UTF-8 string)
Mercator projection system.
IsoString Identifier() const override
MercatorProjection(const MercatorProjection &)=default
ProjectionBase * Clone() const override
IsoString Name() const override
bool Project(DPoint &pW, const DPoint &pN) const noexcept override
MercatorProjection()=default
bool Unproject(DPoint &pN, const DPoint &pW) const noexcept override
IsoString ProjCode() const override
Base class of all projection systems.