The methods of the Dataset class are listed below. For a complete list of Dataset class members, see the Dataset Members topic.
Close | Close the Dataset. This method is also called by Dispose(). Do not invoke any methods on a Dataset after closing it! |
Dispose | Overloaded. Close the Dataset. Do not invoke any methods on this Dataset after calling Dispose()! |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetDriver | Get the Driver object that handles files of the same format as this Dataset. |
GetGeoTransform | Fetch the affine transformation coefficients |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetMetadata | |
GetMetadataItem | |
GetProjection | Get the string describing the projection used by this dataset. |
GetRasterBand | Return a RasterBand object for the i'th band. The first band has index 1. |
GetType (inherited from Object) | Gets the Type of the current instance. |
SetGeoTransform | Set the affine transformation coefficients for this dataset. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Dispose | Overloaded. Close the Dataset. Do not invoke any methods on this Dataset after calling Dispose()! |
Finalize | |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
Dataset Class | Gdal Namespace