ICustomRasterDataSet Interface
An interface that should be implemented by custom datasets that returns raster features.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECustomObjects assembly)
Syntax
public interface ICustomRasterDataSet
Remarks
This interface should be implemented by custom datasets that returns raster features.
Exceptions that are thrown by custom object implementations will be logged and then propagated by Carmenta Engine as an EngineException to the application. Also, the only way a C++ custom object implementation can include a relevant error message to an application is by throwing an EngineException.
Platforms
Windows, Linux, Android
ICustomRasterDataSet Members
The ICustomRasterDataSet type has the following members.
Properties
Name | Description |
---|---|
CellHeight | Gets the cell height of rasters generated by the custom dataset. |
CellWidth | Gets the cell width of rasters generated by the custom dataset. |