User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervector.loop_3_itgis_extent_widestring

Table of Contents

ITGIS_LayerVector.Loop_3 method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.Loop_3 | Methods | Properties

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

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

Syntax

// C#
public ITGIS_LayerVectorEnumeratorFactory Loop_3(
  ITGIS_Extent _extent,
  WideString _query
);
' VisualBasic
Public Function Loop_3(
  ByVal _extent As ITGIS_Extent,
  ByVal _query As WideString
) As ITGIS_LayerVectorEnumeratorFactory
// Oxygene
public
  function Loop_3(
    _extent : ITGIS_Extent;
    _query : WideString
  ) : ITGIS_LayerVectorEnumeratorFactory;

Parameters

Name Type Description
_extent ITGIS_Extent extent of items to be found; expected _extent units are in a Layer coordinate space
_query WideString 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.

Result

Type Description
ITGIS_LayerVectorEnumeratorFactory Shape itself or nil.
2022/11/16 01:10

Page Tools