Skip to content

DiGi.GIS.Constants

github-actions[bot] edited this page Jul 15, 2026 · 2 revisions

DiGi.GIS.Constants Namespace

Classes

DirectoryName Class

Provides constant values for directory names used within the GIS system.

public static class DirectoryName

Inheritance System.Object → DirectoryName

Fields

DirectoryName.AdministrativeAreals Field

The directory name for administrative areals.

public const string AdministrativeAreals = "administrativeAreals";

Field Value

System.String

DirectoryName.Building2D Field

The directory name for Building 2D data.

public const string Building2D = "Building2D";

Field Value

System.String

DirectoryName.Buildings Field

The directory name for buildings.

public const string Buildings = "buildings";

Field Value

System.String

DirectoryName.OrtoData Field

The directory name for Orto data.

public const string OrtoData = "OrtoData";

Field Value

System.String

DirectoryName.OrtoRange Field

The directory name for Orto range.

public const string OrtoRange = "OrtoRange";

Field Value

System.String

FileExtension Class

Provides constant values for file extensions used within the GIS system.

public static class FileExtension

Inheritance System.Object → FileExtension

Fields

FileExtension.Building2DYearBuiltPredictionsFile Field

The file extension for Building 2D Year Built Predictions files.

public const string Building2DYearBuiltPredictionsFile = "bypf";

Field Value

System.String

FileExtension.GISModelFile Field

The file extension for GIS Model files.

public const string GISModelFile = "gmf";

Field Value

System.String

FileExtension.OrtoDatasFile Field

The file extension for Orto Datas files.

public const string OrtoDatasFile = "odf";

Field Value

System.String

FileExtension.OrtoRangeFile Field

The file extension for Orto Range files.

public const string OrtoRangeFile = "orf";

Field Value

System.String

FileExtension.StatisticalDataCollectionFile Field

The file extension for Statistical Data Collection files.

public const string StatisticalDataCollectionFile = "sdcf";

Field Value

System.String

FileExtension.StatisticalUnitFile Field

The file extension for Statistical Unit files.

public const string StatisticalUnitFile = "suf";

Field Value

System.String

FileExtension.YearBuiltDataFile Field

The file extension for Year Built Data files.

public const string YearBuiltDataFile = "ybdf";

Field Value

System.String

FileFilter Class

Provides a set of predefined file filters used for filtering files in the GIS module.

public static class FileFilter

Inheritance System.Object → FileFilter

Properties

FileFilter.Building2DYearBuiltPredictionsFile Property

Gets the file filter for building 2D year built predictions files.

public static DiGi.Core.IO.Classes.FileFilter Building2DYearBuiltPredictionsFile { get; }

Property Value

DiGi.Core.IO.Classes.FileFilter

FileFilter.GISModelFile Property

Gets the file filter for GIS model files.

public static DiGi.Core.IO.Classes.FileFilter GISModelFile { get; }

Property Value

DiGi.Core.IO.Classes.FileFilter

FileFilter.OrtoDatasFile Property

Gets the file filter for ortho data files.

public static DiGi.Core.IO.Classes.FileFilter OrtoDatasFile { get; }

Property Value

DiGi.Core.IO.Classes.FileFilter

FileFilter.OrtoRangeFile Property

Gets the file filter for ortho range files.

public static DiGi.Core.IO.Classes.FileFilter OrtoRangeFile { get; }

Property Value

DiGi.Core.IO.Classes.FileFilter

FileFilter.StatisticalDataCollectionFile Property

Gets the file filter for statistical data collection files.

public static DiGi.Core.IO.Classes.FileFilter StatisticalDataCollectionFile { get; }

Property Value

DiGi.Core.IO.Classes.FileFilter

FileFilter.StatisticalUnitFile Property

Gets the file filter for statistical unit files.

public static DiGi.Core.IO.Classes.FileFilter StatisticalUnitFile { get; }

Property Value

DiGi.Core.IO.Classes.FileFilter

FileFilter.YearBuiltDataFile Property

Gets the file filter for year built data files.

public static DiGi.Core.IO.Classes.FileFilter YearBuiltDataFile { get; }

Property Value

DiGi.Core.IO.Classes.FileFilter

FileName Class

Provides constant values for file names used within the GIS system.

public static class FileName

Inheritance System.Object → FileName

Fields

FileName.AdministrativeAreal2D Field

The filename for Administrative Areal 2D data.

public const string AdministrativeAreal2D = "AdministrativeAreal2D.json";

Field Value

System.String

FileName.Building2D Field

The filename for Building 2D data.

public const string Building2D = "Building2D.json";

Field Value

System.String

FileNameSufix Class

Provides constant values for file name suffixes used in the GIS system.

public static class FileNameSufix

Inheritance System.Object → FileNameSufix

Fields

FileNameSufix.OT_ADJA_A Field

The suffix for OT ADJA A XML files.

public const string OT_ADJA_A = "__OT_ADJA_A.xml";

Field Value

System.String

FileNameSufix.OT_ADMS_A Field

The suffix for OT ADMS A XML files.

public const string OT_ADMS_A = "__OT_ADMS_A.xml";

Field Value

System.String

FileNameSufix.OT_BUBD_A Field

The suffix for OT BUBD A XML files.

public const string OT_BUBD_A = "__OT_BUBD_A.xml";

Field Value

System.String

FileTypeName Class

Provides a set of constant strings that define the names of various file types used within the GIS system.

public static class FileTypeName

Inheritance System.Object → FileTypeName

Fields

FileTypeName.Building2DYearBuiltPredictionsFile Field

The name of the Building2D Year Built Predictions File.

public const string Building2DYearBuiltPredictionsFile = "Building2D Year Built Predictions File";

Field Value

System.String

FileTypeName.GISModelFile Field

The name of the GIS Model File.

public const string GISModelFile = "GIS Model File";

Field Value

System.String

FileTypeName.OrtoDatasFile Field

The name of the Orto Datas File.

public const string OrtoDatasFile = "Orto Datas File";

Field Value

System.String

FileTypeName.StatisticalDataCollectionFile Field

The name of the Statistical Data Collection File.

public const string StatisticalDataCollectionFile = "Statistical Data Collection File";

Field Value

System.String

FileTypeName.StatisticalUnitFile Field

The name of the Statistical Unit File.

public const string StatisticalUnitFile = "Statistical Unit File";

Field Value

System.String

FileTypeName.YearBuiltDatasFile Field

The name of the Year Built Datas File.

public const string YearBuiltDatasFile = "Year Built Datas File";

Field Value

System.String

Clone this wiki locally