Skip to content

Class GeoGridData

ClassList > GeoGridData

Inherited by the following classes: Geo, GeoImgGrid

Public Functions

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

Protected Attributes

Type Name
GeoProjection m_projection
GeoTransform m_transform

Public Functions Documentation

function GeoGridData

inline GeoGridData::GeoGridData (
    GeoTransform && transform,
    GeoProjection && projection
) 

function dx

inline double GeoGridData::dx () const

function dy

inline double GeoGridData::dy () const

function projection

inline const  GeoProjection & GeoGridData::projection () const

function transform

inline const  GeoTransform & GeoGridData::transform () const

Protected Attributes Documentation

variable m_projection

GeoProjection GeoGridData::m_projection;

variable m_transform

GeoTransform GeoGridData::m_transform;


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