DK11 for ActiveX | TatukGIS_XDK11.TGIS_LayerPixelInterpretation | Enums
Definition of layer interpretation.
// C# public enum TGIS_LayerPixelInterpretation { Default = 0, Pixel = 1, Grid = 2 }
' VisualBasic Public Enum TGIS_LayerPixelInterpretation Default = 0 Pixel = 1 Grid = 2 End Enum
// Oxygene type TGIS_LayerPixelInterpretation = public ( Default = 0, Pixel = 1, Grid = 2 );
Name | Value | Description | |
---|---|---|---|
Default | 0 | Image as recognized (pixel or grid) | |
Pixel | 1 | Forced to ARGB image | |
Grid | 2 | Forced to grid (DEM) image. | |