RasterAttributeTable Class
A class representing a raster attribute table, which associates raster cell values with sets of attributes.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public class RasterAttributeTable : EngineObject
Remarks
The RasterAttributeTable class wraps a collection of RasterValueAttributeSet instances. It can be returned as part of a DataSetInfo object, when a data set or data file has an associated raster attribute table.
Inheritance Hierarchy
System.Object
EngineObject
RasterAttributeTable
Platforms
Windows, Linux, Android
RasterAttributeTable Members
The RasterAttributeTable type has the following members.
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current RasterAttributeTable has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current RasterAttributeTable represents. Inherited from EngineObject |
Table | Gives direct access to the table of RasterValueAttributeSet instances. |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
LookupRasterValue | Looks up a specific raster value in the table. |
LookupRasterValueExact | Looks up a specific raster value in the table. |