User Tools

Site Tools


api:dk11:delphi:gistypes.tgis_filetype

Table of Contents

TGIS_FileType enum

DK11 for Delphi | GisTypes.TGIS_FileType | Enums

Supported files types.

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

Syntax

// Delphi
type
  TGIS_FileType = (
    All, Project, Vector, Pixel, Grid
  );
// C++ Builder
enum DECLSPEC_DENUM TGIS_FileType unsigned short {
  All, Project, Vector, Pixel, Grid
};

Members

Name Value Description
All All supported files.
Project Project files (.ttkproject, .ttkgp, etc.)
Vector Vector files (.shp etc.)
Pixel Pixel files (.bmp etc.)
Grid Grid files (.grd etc.)

2022/11/30 19:19

Page Tools