User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixelenumerator

TGIS_LayerPixelEnumerator class

DK11 for Delphi | GisLayerPixel.TGIS_LayerPixelEnumerator | Classes | Constructors | Methods | Properties

Layer enumerator.

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

Syntax

// Delphi
type
  TGIS_LayerPixelEnumerator = class( TObject )
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_LayerPixelEnumerator : public TObject
{
};

Inheritance

→ TObject

Constructors

Inherited Overrides Protected
Name Visibility Description
Create(TGIS_LayerPixel; TGIS_Extent; Double; Boolean; TGIS_Shape; String; Boolean) public Create an enumerator instance.
Create(TGIS_LayerPixelEnumeratorFactory; TGIS_LayerPixel; TGIS_Extent; Double; Boolean; TGIS_Shape; String; Boolean) public Create an enumerator instance.
Create(TGIS_LayerPixelEnumeratorFactory; TGIS_LayerPixel; TGIS_Extent; Double; Boolean; TGIS_Shape; String; Integer; Boolean) public Create an enumerator instance.
Destroy public Destroy an object.

Methods

Inherited Overrides Protected
Name Visibility Description
GetCurrent public Get current enumerator value.
MoveNext public Move to next record
Reset public Reset enumerator.

Properties

Inherited Protected
Name Visibility Description
Current public Current enumerator value.

2024/12/20 22:18

Page Tools