User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_layerinfo

Table of Contents

TGIS_LayerInfo class

DK11 for Delphi | GisTypes.TGIS_LayerInfo | Classes | Constructors | Fields

Class storing a basic layer information.

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

Syntax

// Delphi
type
  TGIS_LayerInfo = class
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_LayerInfo

Constructors

Inherited Overrides Protected
Name Visibility Description
Create(String; String; TGIS_RegisteredLayerType; TGIS_ShapeType; TGIS_PixelSubFormat; TObject) public Constructor.
Create(String; String; TGIS_RegisteredLayerType; TGIS_ShapeType; TGIS_PixelSubFormat; TObject; TGIS_Uid) public Constructor.
Create(String; TGIS_RegisteredLayerType; TGIS_ShapeType) public Constructor.
Create(String; TGIS_RegisteredLayerType; TGIS_ShapeType; TGIS_Uid) public Constructor.

Fields

Inherited Protected
Name Visibility Description
Caption public Layer caption
ExtendedTag public Extended data object.
FeatureCount public Number of vector features.
LayerType public Layer type (vector or pixel).
Name public Layer name.
PixelType public Image type of a layer, if is pixel.
ShapeType public Shape type of a layer, if is vector.

2022/11/30 19:19

Page Tools