DK11 for Delphi | GisFileGDAL.TGIS_FileGDAL.GetDatasetProperties | Constructors | Fields | Methods | Properties
Read dataset basic properties.
// Delphi public procedure GetDatasetProperties( var _xSize : Integer; var _ySize : Integer; var _csWkt : String; var _extent : TGIS_Extent; var _scaleX : Double; var _scaleY : Double; var _rotateX : Double; var _rotateY : Double; var _bands : Integer; var _channels : TGIS_IntegerArray );
// C++ Builder public: void GetDatasetProperties( int &_xSize, int &_ySize, UnicodeString &_csWkt, TGIS_Extent* &_extent, double &_scaleX, double &_scaleY, double &_rotateX, double &_rotateY, int &_bands, TGIS_IntegerArray* &_channels );
Name | Type | Description |
---|---|---|
_xSize | Integer | x size |
_ySize | Integer | y size |
_csWkt | String | projection wkt |
_extent | TGIS_Extent | extent |
_scaleX | Double | scale x |
_scaleY | Double | scale y |
_rotateX | Double | rotation x |
_rotateY | Double | rotation y |
_bands | Integer | number of bands |
_channels | TGIS_IntegerArray | array of channels |