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