DK11 for Java | tatukgis.jdk.TGIS_LayerPixelInterpretation | Enums
Definition of layer interpretation.
// Java public enum TGIS_LayerPixelInterpretation { Default, Pixel, Grid }
// 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. | ||