DK11 for Java | tatukgis.jdk.TGIS_FileType | Enums
Supported files types.
// Java public enum TGIS_FileType { All, Project, Vector, Pixel, Grid }
// Oxygene type TGIS_FileType = public ( 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.) | ||