Class FileKeys
Provides a set of useful file extensions of the system already
correctly spelled, in case of the GmlFileExtension comparison.
Inheritance
System.Object
FileKeys
Namespace: Mars.Common.IO
Assembly: Mars.IO.dll
Syntax
public static class FileKeys : object
Fields
AscFileExtension
The file extension for asc raster files
Declaration
public const string AscFileExtension = null
Field Value
Type | Description |
---|---|
System.String |
BinaryFileExtension
The binary file extension
Declaration
public const string BinaryFileExtension = null
Field Value
Type | Description |
---|---|
System.String |
CacheDirectoryName
The name of the directory where to store preprocessed data.
Declaration
public static readonly string CacheDirectoryName
Field Value
Type | Description |
---|---|
System.String |
CsvFileExtension
The csv file extension
Declaration
public const string CsvFileExtension = null
Field Value
Type | Description |
---|---|
System.String |
GeoJsonFileExtension
The file extension for GeoJson vector files
Declaration
public const string GeoJsonFileExtension = null
Field Value
Type | Description |
---|---|
System.String |
GeoPackageFileExtension
The file extension for the vector and raster geopackage container file.
Declaration
public const string GeoPackageFileExtension = null
Field Value
Type | Description |
---|---|
System.String |
GmlFileExtension
The file extension for the vector geographic markup language
Declaration
public const string GmlFileExtension = null
Field Value
Type | Description |
---|---|
System.String |
GraphMlExtension
The standardized Graph ML file extension
Declaration
public const string GraphMlExtension = null
Field Value
Type | Description |
---|---|
System.String |
GzipFileExtension
The file extension for gzipped files
Declaration
public const string GzipFileExtension = null
Field Value
Type | Description |
---|---|
System.String |
JsonFileExtension
The json file extension
Declaration
public const string JsonFileExtension = null
Field Value
Type | Description |
---|---|
System.String |
OsmFileExtension
The file extension for OSM (OpenStreetMap) xml data
Declaration
public const string OsmFileExtension = null
Field Value
Type | Description |
---|---|
System.String |
ShapeFileExtension
The file extension for ESRI vector shapefiles
Declaration
public const string ShapeFileExtension = null
Field Value
Type | Description |
---|---|
System.String |
SupportedFileFormats
Provides a static suffix set all supported file formats in this system.
Declaration
public static readonly PatriciaSuffixTrie<byte> SupportedFileFormats
Field Value
Type | Description |
---|---|
PatriciaSuffixTrie<System.Byte> |
XmlFileExtension
The xml file extension
Declaration
public const string XmlFileExtension = null
Field Value
Type | Description |
---|---|
System.String |
YamlExtension
The long form of the YAML file extension
Declaration
public const string YamlExtension = null
Field Value
Type | Description |
---|---|
System.String |
YamlExtensionShort
The short form of the YAML file extension
Declaration
public const string YamlExtensionShort = null
Field Value
Type | Description |
---|---|
System.String |
ZipFileExtension
The default file extension for zipped files
Declaration
public const string ZipFileExtension = null
Field Value
Type | Description |
---|---|
System.String |