DK11 for Java | tatukgis.jdk.TGIS_3DLayerType | Enums
3D interpretation mode for layer (for 3D mode only).
// Java public enum TGIS_3DLayerType { Off, Dem, Shapes }
// Oxygene type TGIS_3DLayerType = public ( Off, Dem, Shapes };
Name | Value | Description | |
---|---|---|---|
Off | Layer does not represent 3D content. | ||
Dem | Layer should be interpreted as terrain model. | ||
Shapes | Layer should be interpreted as 3D objects. | ||