User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewerwnd.get_string

Table of Contents

TGIS_ViewerWnd.Get method

DK for Java | tatukgis.jdk.TGIS_ViewerWnd.Get | Constructors | Methods | Properties | Events

Retrieve the layer identified by a name. Sublayer or compund layers can be found by do notation like 'name.sublyer'

Available also on: Delphi FMX | .NET WinForms | ActiveX.

Syntax

// Java
public TGIS_LayerAbstract Get(
  java.lang.String _name
);
// Oxygene
public
  function Get(
    _name : String
  ) : TGIS_LayerAbstract;

Parameters

Name Type Description
_name java.lang.String
String
name of layer to be found

Result

Type Description
TGIS_LayerAbstract Found layer or nil if not found.
2025/01/31 01:18

Page Tools