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