User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layervector.cursornext_integer

Table of Contents

TGIS_LayerVector.cursorNext method

DK11 for Java | tatukgis.jdk.TGIS_LayerVector.cursorNext | Constructors | Fields | Methods | Properties | Events

Move to the next shape in the cursor.

Available also on: Delphi | .NET.

Syntax

// Java
protected void cursorNext(
  int _cursor
);
// Oxygene
protected
  procedure cursorNext(
    _cursor : Integer
  ); virtual;

Parameters

Name Type Description
_cursor int
Integer
cursor allocated by cursorOpen()

Remarks

Override this method in inherited class to provide your own layer traversing method.

2020/05/07 01:13

Page Tools