monoGIS Class Reference

Dataset Members

Dataset overview

Public Instance Constructors

Dataset Overloaded. Initializes a new instance of the Dataset class.

Public Instance Properties

Access The access with which this Dataset was opened.
Filename The filename associated with this Dataset.
ImageSize The width and height as a System.Drawing.Size object.
IsValid True if the Dataset was successfully opened / created and has not been closed.
RasterCount The number of bands in the image.
XSize The width of the image.
YSize The height of the image.

Public Instance Methods

Close Close the Dataset. This method is also called by Dispose(). Do not invoke any methods on a Dataset after closing it!
DisposeOverloaded. 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.

Protected Instance Methods

DisposeOverloaded. 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.

See Also

Dataset Class | Gdal Namespace