RasterTerrainGridCellDiagonal Enumeration |
Defines the direction of a diagonal across a raster terrain grid cell.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum RasterTerrainGridCellDiagonal
Public Enumeration RasterTerrainGridCellDiagonal
public enum class RasterTerrainGridCellDiagonal
type RasterTerrainGridCellDiagonal
Members
| Member name | Description |
---|
| NorthwestToSoutheastCorner |
The cell is bisected from the northwest to the southeast corner.
|
| SouthwestToNortheastCorner |
The cell is bisected from the southwest to the northeast corner.
|
See Also