Libosmium  2.11.4
Fast and flexible C++ library for working with OpenStreetMap data
Public Member Functions | List of all members
osmium::geom::IdentityProjection Class Reference

#include <factory.hpp>

Public Member Functions

Coordinates operator() (osmium::Location location) const
 
int epsg () const noexcept
 
std::string proj_string () const
 

Detailed Description

This pseudo projection just returns its WGS84 input unchanged. Used as a template parameter if a real projection is not needed.

Member Function Documentation

◆ epsg()

int osmium::geom::IdentityProjection::epsg ( ) const
inlinenoexcept

◆ operator()()

Coordinates osmium::geom::IdentityProjection::operator() ( osmium::Location  location) const
inline

◆ proj_string()

std::string osmium::geom::IdentityProjection::proj_string ( ) const
inline

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