User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.getfieldex_string_boolean

Table of Contents

TGIS_Shape.GetFieldEx(java.lang.String, bool) method

DK11 for Java | tatukgis.jdk.TGIS_Shape.GetFieldEx | Overloads | Constructors | Fields | Methods | Properties

Retrieving data from associated data table.

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

Syntax

// Java
public Variant GetFieldEx(
  java.lang.String _name,
  bool _rule
);
// Oxygene
public
  function GetFieldEx(
    _name : String;
    _rule : Boolean
  ) : Variant; virtual;

Parameters

Name Type Description
_name java.lang.String
String
field name
_rule bool
Boolean
True if filed rule should be expanded (like alias matching)

Result

Type Description
Variant Field value. If field value is Null then function will return Null default value. GetField will return a default value instead.

Remarks

by providing empty field the join (if any exists) will be resynchronize
See TGIS_LayerVector.DrawLabel for example.

2024/07/07 01:13

Page Tools