GdalDriver Class Reference

Represents a single GDAL driver. Please refer to GDAL documentation for more details information. More...

Collaboration diagram for GdalDriver:
Collaboration graph

Public Member Functions

string get_Metadata (tkGdalDriverMetadata Metadata)
 Gets particular metadata associated with the driver. More...
 
string get_MetadataItem (int metadataIndex)
 Gets specified metadata item. More...
 
string get_MetadataItemKey (int metadataIndex)
 Gets the key of the specified metadata item. More...
 
tkGdalDriverMetadata get_MetadataItemType (int metadataIndex)
 Gets the type of the specified metadata item. More...
 
string get_MetadataItemValue (int metadataIndex)
 Gets the value of the specified metadata item. More...
 

Properties

bool IsRaster [get]
 Gets a value indicating whether the driver works raster data. More...
 
bool IsVector [get]
 Gets a value indicating whether the driver works vector data. More...
 
int MetadataCount [get]
 Gets the the number of metadata items associated with the driver. More...
 
string Name [get]
 Gets the name of the driver. More...
 

Detailed Description

Represents a single GDAL driver. Please refer to GDAL documentation for more details information.

New API 4.9.4:
Added in version 4.9.4

Member Function Documentation

◆ get_Metadata()

string GdalDriver.get_Metadata ( tkGdalDriverMetadata  Metadata)

Gets particular metadata associated with the driver.

Parameters
MetadataThe metadata.
Returns
String with metadata.

◆ get_MetadataItem()

string GdalDriver.get_MetadataItem ( int  metadataIndex)

Gets specified metadata item.

Parameters
metadataIndexIndex of the metadata item.
Returns
String with metadata.

◆ get_MetadataItemKey()

string GdalDriver.get_MetadataItemKey ( int  metadataIndex)

Gets the key of the specified metadata item.

Parameters
metadataIndexIndex of the metadata item.
Returns
Metadata item key.

◆ get_MetadataItemType()

tkGdalDriverMetadata GdalDriver.get_MetadataItemType ( int  metadataIndex)

Gets the type of the specified metadata item.

Parameters
metadataIndexIndex of the metadata item.
Returns
Type of the metadata item.

◆ get_MetadataItemValue()

string GdalDriver.get_MetadataItemValue ( int  metadataIndex)

Gets the value of the specified metadata item.

Parameters
metadataIndexIndex of the metadata.
Returns
String with metadata.

Property Documentation

◆ IsRaster

bool GdalDriver.IsRaster
get

Gets a value indicating whether the driver works raster data.

◆ IsVector

bool GdalDriver.IsVector
get

Gets a value indicating whether the driver works vector data.

◆ MetadataCount

int GdalDriver.MetadataCount
get

Gets the the number of metadata items associated with the driver.

◆ Name

string GdalDriver.Name
get

Gets the name of the driver.