User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layerpixelenumeratorfactory

Table of Contents

TGIS_LayerPixelEnumeratorFactory class

DK11 for Java | tatukgis.jdk.TGIS_LayerPixelEnumeratorFactory | Classes | Methods

Factory class for TGIS_LayerPixelEnumerator.

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

Syntax

// Java
public class TGIS_LayerPixelEnumeratorFactory extends Iterable {
};
// Oxygene
type
  TGIS_LayerPixelEnumeratorFactory = public class( Iterable<TObject> )
  end;

Inheritance

→ Iterable

Methods

Inherited Overrides Protected
Name Visibility Description
GetEnumerator public Get constructed enumerator.
iterator public Java specific enumerator support method.
SetUp(TGIS_LayerPixel, TGIS_Extent, double, bool, TGIS_Shape, java.lang.String, bool) public Prepare enumerator.
SetUp(TGIS_LayerPixel, TGIS_Extent, double, bool, TGIS_Shape, java.lang.String, int, bool) public Prepare enumerator.

Remarks

To be used internally by TGIS_LayerPixel.Loop().

2024/12/20 22:25

Page Tools