NDEVR
API Documentation

A specific unit that can convert between coordinate projections. More...

Static Public Member Functions

static DynamicPointer< CustomUnitCustomLatLonUnit ()
 Creates and returns a custom unit for latitude/longitude coordinates.
static constexpr StringView LatLonUnitName ()
 Returns the canonical name identifier for the lat/lon unit.

Detailed Description

A specific unit that can convert between coordinate projections.


Provides a custom unit representation for latitude/longitude coordinates, enabling conversion between geographic and projected coordinate systems.

Definition at line 60 of file CoordinateProjectionManager.h.

Member Function Documentation

◆ CustomLatLonUnit()

DynamicPointer< CustomUnit > LatLonUnit::CustomLatLonUnit ( )
static

Creates and returns a custom unit for latitude/longitude coordinates.

Returns
A DynamicPointer to the CustomUnit representing lat/lon.

◆ LatLonUnitName()

constexpr StringView LatLonUnit::LatLonUnitName ( )
inlinestaticconstexpr

Returns the canonical name identifier for the lat/lon unit.

Returns
A StringView containing "LatLonUnit".

Definition at line 73 of file CoordinateProjectionManager.h.


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