DK11 for Delphi | GisTypes.TGIS_FileType | Enums
Supported files types.
// Delphi type TGIS_FileType = ( All, Project, Vector, Pixel, Grid );
// C++ Builder enum DECLSPEC_DENUM TGIS_FileType unsigned short { All, Project, Vector, Pixel, Grid };
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.) | ||