PCL
pcl::PlateCarreeProjection Class Reference

Plate-Carree projection system. More...

#include <PlateCarreeProjection.h>

+ Inheritance diagram for pcl::PlateCarreeProjection:

Public Member Functions

 PlateCarreeProjection ()=default
 
 PlateCarreeProjection (const PlateCarreeProjection &)=default
 
ProjectionBaseClone () const override
 
IsoString Identifier () const override
 
IsoString Name () const override
 
IsoString ProjCode () const override
 
- Public Member Functions inherited from pcl::ProjectionBase
virtual ~ProjectionBase ()
 
Vector CelestialPoleNativeCoordinates () const
 
virtual bool Direct (DPoint &pW, const DPoint &pRD) const noexcept
 
virtual void GetWCS (WCSKeywords &wcs) const
 
virtual bool Inverse (DPoint &pRD, const DPoint &pW) const noexcept
 
virtual DPoint ProjectionOrigin () const
 
Vector ReferenceCelestialCoordinates () const
 
Vector ReferenceNativeCoordinates () const
 

Protected Member Functions

bool Project (DPoint &pW, const DPoint &pN) const noexcept override
 
bool Unproject (DPoint &pN, const DPoint &pW) const noexcept override
 
- Protected Member Functions inherited from pcl::ProjectionBase
 ProjectionBase ()=default
 
 ProjectionBase (const ProjectionBase &)=default
 
void InitFromRefPoint (double lng0, double lat0, const Optional< double > &lonpole=Optional< double >())
 
void InitFromWCS (const WCSKeywords &)
 

Additional Inherited Members

- Static Public Member Functions inherited from pcl::ProjectionBase
static double Distance (const DPoint &p1, const DPoint &p2)
 
static double DistanceFast (const DPoint &p1, const DPoint &p2)
 
static IsoString ProjectionIdentifierToWCSCode (const IsoString &identifier)
 
static IsoString WCSCodeToProjectionIdentifier (const IsoString &wcsCode)
 

Detailed Description

Definition at line 76 of file PlateCarreeProjection.h.

Constructor & Destructor Documentation

◆ PlateCarreeProjection() [1/2]

pcl::PlateCarreeProjection::PlateCarreeProjection ( )
default

Default constructor.

◆ PlateCarreeProjection() [2/2]

pcl::PlateCarreeProjection::PlateCarreeProjection ( const PlateCarreeProjection )
default

Copy constructor.

Member Function Documentation

◆ Clone()

ProjectionBase* pcl::PlateCarreeProjection::Clone ( ) const
inlineoverridevirtual

Returns a dynamically allocated duplicate of this object.

Implements pcl::ProjectionBase.

Definition at line 93 of file PlateCarreeProjection.h.

◆ Identifier()

IsoString pcl::PlateCarreeProjection::Identifier ( ) const
inlineoverridevirtual

Returns the XISF serializable projection identifier.

Implements pcl::ProjectionBase.

Definition at line 109 of file PlateCarreeProjection.h.

◆ Name()

IsoString pcl::PlateCarreeProjection::Name ( ) const
inlineoverridevirtual

Returns the readable name of this projection system.

Implements pcl::ProjectionBase.

Definition at line 117 of file PlateCarreeProjection.h.

◆ ProjCode()

IsoString pcl::PlateCarreeProjection::ProjCode ( ) const
inlineoverridevirtual

Returns the WCS projection identifier for this projection system.

Implements pcl::ProjectionBase.

Definition at line 101 of file PlateCarreeProjection.h.

◆ Project()

bool pcl::PlateCarreeProjection::Project ( DPoint pW,
const DPoint pN 
) const
inlineoverrideprotectedvirtualnoexcept

Transforms from world coordinates to native spherical coordinates.

Implements pcl::ProjectionBase.

Definition at line 124 of file PlateCarreeProjection.h.

◆ Unproject()

bool pcl::PlateCarreeProjection::Unproject ( DPoint pN,
const DPoint pW 
) const
inlineoverrideprotectedvirtualnoexcept

Transforms from native spherical coordinates to world coordinates.

Implements pcl::ProjectionBase.

Definition at line 130 of file PlateCarreeProjection.h.


The documentation for this class was generated from the following file: