User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layer.issupported_tgis_operationtype

Table of Contents

TGIS_Layer.IsSupported method

DK11 for Java | tatukgis.jdk.TGIS_Layer.IsSupported | Constructors | Fields | Methods | Properties | Events

Checks if the operation is supported by the layer.

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

Syntax

// Java
public bool IsSupported(
  TGIS_OperationType _operation
);
// Oxygene
public
  function IsSupported(
    _operation : TGIS_OperationType
  ) : Boolean; virtual;

Parameters

Name Type Description
_operation TGIS_OperationType operation

Result

Type Description
bool
Boolean
True if the operation is supported by the layer
2022/11/16 01:43

Page Tools