TdxMapItemFileLayer.FileType Property
Specifies the format of the file that provides vector data to be loaded into the layer.
#Declaration
property FileType: TdxMapItemFileType read; write; default miftKml;
#Property Value
Type | Default |
---|---|
Tdx |
mift |
#Remarks
Options include:
Value | Description |
---|---|
mift | The KML data file. KML (Keyhole Markup Language) is an XML-based structure with nested elements and attributes. The map control converts this data to map items. Refer to the “Keyhole Markup Language” and “KML Documentation Introduction” online articles at https://en. |
mift | The Esri shapefile. An Esri shapefile is a vector format that represents geographic data using geometries or shapes (e.
Refer to the “Shapefile” online article at https://en. |