User Tools

Site Tools


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

Table of Contents

TGIS_Layer.ReadEvent event

DK for Java | tatukgis.jdk.TGIS_Layer.ReadEvent | Constructors | Fields | Methods | Properties | Events

Fired on each file read request.

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

Syntax

// Java
public TGIS_ReadWriteEvent getReadEvent();
 
public void setReadEvent(
  TGIS_ReadWriteEvent _value
);
// Oxygene
public
  property ReadEvent : TGIS_ReadWriteEvent read write;

Value

Remarks

This event should be assigned before the layer is opened, for example in TGIS_Viewer.LayerAddEvent.
Currently supported only by TGIS_LayerSHP.

References

2026/07/11 01:27

Page Tools