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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Common.IO
Assembly: Mars.IO.dll
Syntax
public static class FileKeys
Fields
| Improve this Doc View SourceAscFileExtension
The file extension for asc raster files
Declaration
public const string AscFileExtension = ".asc"
Field Value
Type | Description |
---|---|
System.String |
BinaryFileExtension
The binary file extension
Declaration
public const string BinaryFileExtension = ".bin"
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 = ".csv"
Field Value
Type | Description |
---|---|
System.String |
GeoJsonFileExtension
The file extension for GeoJson vector files
Declaration
public const string GeoJsonFileExtension = ".geojson"
Field Value
Type | Description |
---|---|
System.String |
GeoPackageFileExtension
The file extension for the vector and raster geopackage container file.
Declaration
public const string GeoPackageFileExtension = ".gpkg"
Field Value
Type | Description |
---|---|
System.String |
GmlFileExtension
The file extension for the vector geographic markup language
Declaration
public const string GmlFileExtension = ".gml"
Field Value
Type | Description |
---|---|
System.String |
GraphMlExtension
The standardized Graph ML file extension
Declaration
public const string GraphMlExtension = ".graphml"
Field Value
Type | Description |
---|---|
System.String |
GzipFileExtension
The file extension for gzipped files
Declaration
public const string GzipFileExtension = ".gz"
Field Value
Type | Description |
---|---|
System.String |
JsonFileExtension
The json file extension
Declaration
public const string JsonFileExtension = ".json"
Field Value
Type | Description |
---|---|
System.String |
OsmFileExtension
The file extension for OSM (OpenStreetMap) xml data
Declaration
public const string OsmFileExtension = ".osm"
Field Value
Type | Description |
---|---|
System.String |
ShapeFileExtension
The file extension for ESRI vector shapefiles
Declaration
public const string ShapeFileExtension = ".shp"
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 |
---|---|
Mars.Common.Core.Collections.Tries.PatriciaSuffixTrie<System.Byte> |
XmlFileExtension
The xml file extension
Declaration
public const string XmlFileExtension = ".xml"
Field Value
Type | Description |
---|---|
System.String |
YamlExtension
The long form of the YAML file extension
Declaration
public const string YamlExtension = ".yaml"
Field Value
Type | Description |
---|---|
System.String |
YamlExtensionShort
The short form of the YAML file extension
Declaration
public const string YamlExtensionShort = ".yml"
Field Value
Type | Description |
---|---|
System.String |
ZipFileExtension
The default file extension for zipped files
Declaration
public const string ZipFileExtension = ".zip"
Field Value
Type | Description |
---|---|
System.String |