List of all members.
Public Object Methods |
| | GetDriver () |
| | GetRasterBand (scalar nBand) |
| | GetProjection () |
| | GetProjectionRef () |
| | SetProjection (scalar proj) |
| | GetGeoTransform () |
| | SetGeoTransform (listref GeoTransform) |
| | BuildOverviews (scalar resampling="NEAREST", listref Overviews=undef) |
| | GetGCPCount () |
| | GetGCPProjection () |
| | GetGCPs () |
| | SetGCPs (listref GCPs, scalar GCPProjection) |
| | FlushCache () |
| | AddBand (scalar datatype=scalar Geo::GDAL::Const::GDT_Byte, listref options=0) |
| | WriteRaster (scalar xoff, scalar yoff, scalar xsize, scalar ysize, scalar buf, scalar buf_xsize=undef, scalar buf_ysize=undef, scalar buf_type=undef, listref band_list=undef) |
| | ReadRaster (scalar xoff, scalar yoff, scalar xsize, scalar ysize, scalar buf_xsize=undef, scalar buf_ysize=undef, scalar buf_type=undef, listref band_list=undef) |
Public Attributes |
| | RasterXSize |
| | RasterYSize |
| | Count |
Member Function Documentation
| Geo::GDAL::Dataset::AddBand |
( |
scalar |
datatype = scalar Geo::GDAL::Const::GDT_Byte, |
|
|
listref |
options = 0 |
|
) |
| |
| Geo::GDAL::Dataset::BuildOverviews |
( |
scalar |
resampling = "NEAREST", |
|
|
listref |
Overviews = undef |
|
) |
| |
| Geo::GDAL::Dataset::FlushCache |
( |
| ) |
|
| Geo::GDAL::Dataset::GetDriver |
( |
| ) |
|
| Geo::GDAL::Dataset::GetGCPCount |
( |
| ) |
|
| Geo::GDAL::Dataset::GetGCPProjection |
( |
| ) |
|
| Geo::GDAL::Dataset::GetGCPs |
( |
| ) |
|
| Geo::GDAL::Dataset::GetGeoTransform |
( |
| ) |
|
| Geo::GDAL::Dataset::GetProjection |
( |
| ) |
|
| Geo::GDAL::Dataset::GetProjectionRef |
( |
| ) |
|
| Geo::GDAL::Dataset::GetRasterBand |
( |
scalar |
nBand | ) |
|
- Parameters:
-
- Returns:
- Geo::GDAL::RasterBand object
| Geo::GDAL::Dataset::ReadRaster |
( |
scalar |
xoff, |
|
|
scalar |
yoff, |
|
|
scalar |
xsize, |
|
|
scalar |
ysize, |
|
|
scalar |
buf_xsize = undef, |
|
|
scalar |
buf_ysize = undef, |
|
|
scalar |
buf_type = undef, |
|
|
listref |
band_list = undef |
|
) |
| |
| Geo::GDAL::Dataset::SetGCPs |
( |
listref |
GCPs, |
|
|
scalar |
GCPProjection |
|
) |
| |
| Geo::GDAL::Dataset::SetGeoTransform |
( |
listref |
GeoTransform | ) |
|
| Geo::GDAL::Dataset::SetProjection |
( |
scalar |
proj | ) |
|
| Geo::GDAL::Dataset::WriteRaster |
( |
scalar |
xoff, |
|
|
scalar |
yoff, |
|
|
scalar |
xsize, |
|
|
scalar |
ysize, |
|
|
scalar |
buf, |
|
|
scalar |
buf_xsize = undef, |
|
|
scalar |
buf_ysize = undef, |
|
|
scalar |
buf_type = undef, |
|
|
listref |
band_list = undef |
|
) |
| |
Member Data Documentation
scalar (access as $dataset->{Count})
scalar (access as $dataset->{RasterXSize})
scalar (access as $dataset->{RasterYSize})
The documentation for this class was generated from the following file: