Skip to content

DiGi.Analytical.Urban.Constants

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

DiGi.Analytical.Urban.Constants Namespace

Classes

FileExtension Class

Provides constant definitions for file extensions used within the urban analytical domain.

public static class FileExtension

Inheritance System.Object → FileExtension

Fields

FileExtension.UrbanModelFile Field

Gets the file extension associated with urban model files.

public const string UrbanModelFile = "umf";

Field Value

System.String

FileFilter Class

Provides constant file filters used for urban analytical operations.

public static class FileFilter

Inheritance System.Object → FileFilter

Properties

FileFilter.UrbanModelFile Property

Gets the file filter used for selecting urban model files.

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

Property Value

DiGi.Core.IO.Classes.FileFilter

FileTypeName Class

Provides a collection of constant strings that define the names of supported file types within the urban analysis domain.

public static class FileTypeName

Inheritance System.Object → FileTypeName

Fields

FileTypeName.UrbanModelFile Field

Represents the display name or identifier for the urban model file type.

public const string UrbanModelFile = "Urban Model File";

Field Value

System.String

Clone this wiki locally