-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.Analytical.Urban.Constants
github-actions[bot] edited this page Jul 15, 2026
·
2 revisions
Provides constant definitions for file extensions used within the urban analytical domain.
public static class FileExtensionInheritance System.Object → FileExtension
Gets the file extension associated with urban model files.
public const string UrbanModelFile = "umf";Provides constant file filters used for urban analytical operations.
public static class FileFilterInheritance System.Object → FileFilter
Gets the file filter used for selecting urban model files.
public static DiGi.Core.IO.Classes.FileFilter UrbanModelFile { get; }DiGi.Core.IO.Classes.FileFilter
Provides a collection of constant strings that define the names of supported file types within the urban analysis domain.
public static class FileTypeNameInheritance System.Object → FileTypeName
Represents the display name or identifier for the urban model file type.
public const string UrbanModelFile = "Urban Model File";