DataSetInfo.RasterFormat Property
Gets or sets the raster format of raster data.
Syntax
public RasterFormat RasterFormat { get; set; }
Property Value
Remarks
If there is only vector data (see DataRepresentation), the value of this property is irrelevant.
If there is raster data, but heterogeneous, then the root node will merge the raster formats of its child nodes by letting the largest bit depth win. More precisely, the order is
Int1Bit < Int8Bit < Int16Bit < Int32Bit < Float < Rgb < Rgba
So, of the raster formats in the child nodes, the one that is largest in this order will be assigned to the root node.
The value of this property reflects how Carmenta Engine would use the raster data, which can differ from how it is stored on disk. For example, Carmenta Engine does not handle 64-bit Double rasters internally, but can read such rasters by rounding the cell values to 32-bit Float values. So, the RasterFormat reported for such raster data would be Float.
Platforms
Windows, Linux, Android