Struct gdal::raster::dataset::Dataset [] [src]

pub struct Dataset { /* fields omitted */ }

Methods

impl Dataset
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Read a 'Buffer' from a 'Dataset'.

Arguments

  • band_index - the band_index
  • window - the window position from top left
  • window_size - the window size (GDAL will interpolate data if window_size != buffer_size)
  • buffer_size - the desired size of the 'Buffer'

[src]

Read a full 'Dataset' as 'Buffer'.

Arguments

  • band_index - the band_index

[src]

Read a 'Buffer' from a 'Dataset'. T implements 'GdalType'

Arguments

  • band_index - the band_index
  • window - the window position from top left
  • window_size - the window size (GDAL will interpolate data if window_size != buffer_size)
  • buffer_size - the desired size of the 'Buffer'

[src]

Write a 'Buffer' into a 'Dataset'.

Arguments

  • band_index - the band_index
  • window - the window position from top left
  • window_size - the window size (GDAL will interpolate data if window_size != Buffer.size)

Trait Implementations

impl Metadata for Dataset
[src]

[src]

[src]

[src]

impl Drop for Dataset
[src]

[src]

Executes the destructor for this type. Read more