DK11 for Delphi | GisTypes.TGIS_LayerPixelInterpretation | Enums
Definition of layer interpretation.
// Delphi type TGIS_LayerPixelInterpretation = ( Default, Pixel, Grid );
// C++ Builder enum DECLSPEC_DENUM TGIS_LayerPixelInterpretation unsigned short { Default, Pixel, Grid };
Name | Value | Description | |
---|---|---|---|
Default | Image as recognized (pixel or grid) | ||
Pixel | Forced to ARGB image | ||
Grid | Forced to grid (DEM) image. | ||