Class Geo
template <typename GridT>
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
function fill_from [1/2]
function fill_from [2/2]
function height_m
function slice
function width_m
Public Static Functions Documentation
function FromGeoImg
function FromPoints
The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/lib/grid/grid.hpp