User Tools

Site Tools


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

Table of Contents

TGIS_LayerVector.Loop(TGIS_Extent, java.lang.String, TGIS_Shape, java.lang.String) method

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

Prepares enumerator (also known as iterator or cursor) to iterate the layer.

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

Syntax

// Java
public TGIS_LayerVectorEnumeratorFactory Loop(
  TGIS_Extent _extent,
  java.lang.String _query,
  TGIS_Shape _shape,
  java.lang.String _de9im
);
// Oxygene
public
  function Loop(
    _extent : TGIS_Extent;
    _query : String;
    _shape : TGIS_Shape;
    _de9im : String
  ) : TGIS_LayerVectorEnumeratorFactory; virtual;

Parameters

Name Type Description
_extent TGIS_Extent extent of items to be found; expected _extent units are in a Layer coordinate space
_query java.lang.String
String
query which must be matched by item; closely mimics SQL WHERE clause; for examples you can use 'AGE >= 18'; empty (default) means that no items will match.
_shape TGIS_Shape if not nil, then only shapes matched _de9im matrix with _shape will be found
_de9im java.lang.String
String
DE-9IM matrix of comparison

Result

Type Description
TGIS_LayerVectorEnumeratorFactory Shape itself or nil.

References

2023/02/24 20:56

Page Tools