GdalQuery.BoundsPolygons Property
Gets or sets a flag indicating if the dataset returns bounding polygons for each raster file.
Syntax
public System.Boolean BoundsPolygons { get; set; }
Property Value
Default: false
True if bounding polygons are created, False otherwise.
Remarks
If this value is True, a polygon feature is returned for each raster file, in addition to the raster itself. This can be used to study e.g. the bounds and extent for each file in a large dataset.
The attributes set on each polygon feature are:
fileName (string): The raster file name without search path.
fullPath (string): The raster file name including search path.
path (string): The search path (directory) of the raster file without file name.
cellWidth (double): The cell width of the raster, in the dataset coordinate reference system.
cellHeight (double): The cell height of the raster, in the dataset coordinate reference system.
Platforms
Windows, Linux, Android