User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_config.writeinterpretation_string_tgis_layerpixelinterpretation_tgis_layerpixelinterpretation

Table of Contents

TGIS_Config.WriteInterpretation method

DK11 for Java | tatukgis.jdk.TGIS_Config.WriteInterpretation | Constructors | Fields | Methods | Properties

Write parameters given by _name.

Available also on: Delphi | .NET | ActiveX | Python.

Syntax

// Java
public void WriteInterpretation(
  java.lang.String _name,
  TGIS_LayerPixelInterpretation _value,
  TGIS_LayerPixelInterpretation _default
);
// Oxygene
public
  procedure WriteInterpretation(
    _name : String;
    _value : TGIS_LayerPixelInterpretation;
    _default : TGIS_LayerPixelInterpretation
  );

Parameters

Name Type Description
_name java.lang.String
String
name of value
_value TGIS_LayerPixelInterpretation value of the parameter
_default TGIS_LayerPixelInterpretation default value of the parameter
2022/11/16 01:40

Page Tools