MeshKernel
Public Types | Public Member Functions | List of all members
meshkernel::ConvertSphericalToCartesianEPSG< EpsgCode > Class Template Reference

Converts points from spherical to Cartesian coordinate system using an ESPG code. More...

#include <ProjectionConversions.hpp>

Inheritance diagram for meshkernel::ConvertSphericalToCartesianEPSG< EpsgCode >:
meshkernel::ConvertSphericalToCartesianBase< bg::srs::projection< bg::srs::static_epsg< EpsgCode > > >

Public Types

using EpsgProjection = bg::srs::projection< bg::srs::static_epsg< EpsgCode > >
 The EPSG projection.
 
- Public Types inherited from meshkernel::ConvertSphericalToCartesianBase< bg::srs::projection< bg::srs::static_epsg< EpsgCode > > >
using LongLat = bg::model::d2::point_xy< double, bg::cs::geographic< bg::degree > >
 point in longitude-latitude space
 
using UTM = bg::model::d2::point_xy< double, Projection >
 Point in x-y space.
 

Public Member Functions

 ConvertSphericalToCartesianEPSG ()
 Construct spherical to Cartesian with an EPSG code.
 
- Public Member Functions inherited from meshkernel::ConvertSphericalToCartesianBase< bg::srs::projection< bg::srs::static_epsg< EpsgCode > > >
 ConvertSphericalToCartesianBase (const bg::srs::projection< bg::srs::static_epsg< EpsgCode > > &proj)
 Constructor with projection.
 
virtual ~ConvertSphericalToCartesianBase ()=default
 Default destructor.
 
Projection SourceProjection () const
 The coordinate system of the point parameter to the conversion operation.
 
Projection TargetProjection () const
 The coordinate system of the point result of the conversion operation.
 
Point operator() (const Point &pnt) const
 Apply the conversion of a point in Spherical coordinate system to Cartesian.
 

Detailed Description

template<const int EpsgCode>
class meshkernel::ConvertSphericalToCartesianEPSG< EpsgCode >

Converts points from spherical to Cartesian coordinate system using an ESPG code.


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