Skip to content

Class Geo

template <typename GridT>

ClassList > Geo

Inherits the following classes: GridT, GeoGridData

Inherited by the following classes: TestGrid, TestGrid, TestGrid, TestGrid, TestGrid

Public Functions

Type Name
Geo (size_t width, size_t height, GeoTransform && transform, GeoProjection && projection)
Geo (GeoTransform && transform, GeoProjection && projection, Args... args)
std::unique_ptr< Extent2D > extent () const
void fill_from (const Geo< U > & other)
void fill_from (const U & other)
double height_m () const
Geo slice (const Extent2D & extent)
double width_m () const

Public Functions inherited from GeoGridData

See GeoGridData

Type Name
GeoGridData (GeoTransform && transform, GeoProjection && projection)
double dx () const
double dy () const
const GeoProjection & projection () const
const GeoTransform & transform () const

Public Static Functions

Type Name
Geo< Grid< RGBColor > > FromGeoImg (const GeoImgGrid & grid)
Geo FromPoints (const Geo & grid)

Protected Attributes inherited from GeoGridData

See GeoGridData

Type Name
GeoProjection m_projection
GeoTransform m_transform

Public Functions Documentation

function Geo [1/2]

inline Geo::Geo (
    size_t width,
    size_t height,
    GeoTransform && transform,
    GeoProjection && projection
) 

function Geo [2/2]

template<typename... Args>
inline Geo::Geo (
    GeoTransform && transform,
    GeoProjection && projection,
    Args... args
) 

function extent

std::unique_ptr< Extent2D > Geo::extent () const

function fill_from [1/2]

template<typename  U>
inline void Geo::fill_from (
    const  Geo < U > & other
) 

function fill_from [2/2]

template<typename  U>
inline void Geo::fill_from (
    const  U & other
) 

function height_m

inline double Geo::height_m () const

function slice

Geo Geo::slice (
    const  Extent2D & extent
) 

function width_m

inline double Geo::width_m () const

Public Static Functions Documentation

function FromGeoImg

static Geo < Grid < RGBColor > > Geo::FromGeoImg (
    const  GeoImgGrid & grid
) 

function FromPoints

template<typename  U>
static inline Geo Geo::FromPoints (
    const  Geo & grid
) 


The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/grid/grid.hpp