Struct RasterExpressionContext
RasterExpressionContext structure
This class describes the value context when it reads raster a band.
public struct RasterExpressionContext : IEquatable<RasterExpressionContext>
Constructors
Properties
Name | Description |
---|
CellX { get; } | Gets or sets column value (x-coordinate). Numbering starts at 0. |
CellY { get; } | Gets or sets row value (y-coordinate). Numbering starts at 0. |
Methods
Name | Description |
---|
override Equals(object) | Indicates whether this instance and a specified object are equal. |
Equals(RasterExpressionContext) | Indicates whether the current object is equal to another object of the same type. |
override GetHashCode() | Returns the hash code for this instance. |
override ToString() | Returns the fully qualified type name of this instance. |
See Also