Skip to content

DiGi.GIS.IO.Constants

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

DiGi.GIS.IO.Constants Namespace

Classes

Column Class

Provides static references to standard table columns used throughout the GIS IO system.

public static class Column

Inheritance System.Object → Column

Fields

Column.Azimuth Field

Azimuth as an angle to north direction.

public static UnitColumn Azimuth;

Field Value

DiGi.Unit.IO.Classes.UnitColumn

Column.BoundingBoxHeight Field

BoundingBox height calculated based on geometry data from BDOO Geoportal *.gml file (ot:geometria node).

public static UnitColumn BoundingBoxHeight;

Field Value

DiGi.Unit.IO.Classes.UnitColumn

Column.BoundingBoxWidth Field

BoundingBox width calculated based on geometry data from BDOO Geoportal *.gml file (ot:geometria node).

public static UnitColumn BoundingBoxWidth;

Field Value

DiGi.Unit.IO.Classes.UnitColumn

Column.BoundingBoxX Field

BoundingBox center point X coordinate coming from BDOO Geoportal *.gml file (ot:geometria node).

public static ExtendedColumn BoundingBoxX;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.BoundingBoxY Field

BoundingBox center point Y coordinate coming from BDOO Geoportal *.gml file (ot:geometria node).

public static ExtendedColumn BoundingBoxY;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.BuildingGeneralFunction Field

Building general function from BDOO Geoportal *.gml file (ot:funkcjaOgolnaBudynku node).

public static ExtendedColumn BuildingGeneralFunction;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.BuildingPhase Field

Current building phase coming from BDOO Geoportal *.gml file (ot:kategoriaIstnienia node).

public static ExtendedColumn BuildingPhase;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.BuildingSpecificFunctions Field

Building specific functions from BDOO Geoportal *.gml file (ot:funkcjaSzczegolowaBudynku node).

public static ExtendedColumn BuildingSpecificFunctions;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.CalculatedBuildingShape Field

Building shape (e.g., Square, Rectangular, L, U, T, etc.) calculated using the BuildingShapeSolver engine via geometric ratios and bounding box analysis.

public static ExtendedColumn CalculatedBuildingShape;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.CalculatedOccupancy Field

Calculated occupancy.

public static ExtendedColumn CalculatedOccupancy;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.CardinalDirection Field

Cardinal direction calculated from azimuth.

public static ExtendedColumn CardinalDirection;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.ConvexHullThinnessRatio Field

Shape descriptor that measures how elongated or “thin” a shape is compared to a convex hull that perfectly fits around it (its envelope or convex enclosure).

public static ExtendedColumn ConvexHullThinnessRatio;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.CountyId Field

County id where the object belongs to.

public static ExtendedColumn CountyId;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.CountyName Field

County (powiat) name where the object belongs to.

public static ExtendedColumn CountyName;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.DatabaseId Field

Database Id for the building.

public static ExtendedColumn DatabaseId;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.FloorArea Field

Calculated floor area based on geometry data from BDOO Geoportal *.gml file (ot:geometria node).

public static UnitColumn FloorArea;

Field Value

DiGi.Unit.IO.Classes.UnitColumn

Column.InternalPointX Field

X coordinate of internal point calculated based on bounding box coming from BDOO Geoportal *.gml file (ot:geometria node).

public static ExtendedColumn InternalPointX;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.InternalPointY Field

Y coordinate of internal point calculated based on bounding box coming from BDOO Geoportal *.gml file (ot:geometria node).

public static ExtendedColumn InternalPointY;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.IsOccupied Field

Determines if building is occupied.

public static ExtendedColumn IsOccupied;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.IsoperimetricRatio Field

Ratio of the curve area to the area of a circle with same perimeter as the curve.

public static ExtendedColumn IsoperimetricRatio;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.IsResidential Field

Determines if building is residental.

public static ExtendedColumn IsResidential;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.MunicipalityName Field

Municipality (gmina) name where the object belongs to.

public static ExtendedColumn MunicipalityName;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.PredictedBuildingShape Field

Predicted Building Shape based on Machine Learning engine.

public static ExtendedColumn PredictedBuildingShape;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.PredictedYearBuilt Field

Predicted year built based on historical data analyzed by a Machine Learning engine.

public static ExtendedColumn PredictedYearBuilt;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.RectangularThinnessRatio Field

Ratio of the shape area to the area of its minimum bounding rectangle.

public static ExtendedColumn RectangularThinnessRatio;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.Reference Field

Main reference of the object coming from BDOO Geoportal *.gml file (ot:lokalnyId node).

public static ExtendedColumn Reference;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.SettlementType Field

Settlement type such as rural or urban.

public static ExtendedColumn SettlementType;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.SquareThinnessRatio Field

Ratio of the shape area to the area of its minimum bounding square.

public static ExtendedColumn SquareThinnessRatio;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.Storeys Field

Number of building storeys coming from BDOO Geoportal *.gml file (ot:liczbaKondygnacji node).

public static ExtendedColumn Storeys;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.SubdivisionId Field

Subdivision id where the object belongs to.

public static ExtendedColumn SubdivisionId;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.SubdivisionName Field

Subdivision (city, village, colony etc.) name where the object belongs to.

public static ExtendedColumn SubdivisionName;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.SubdivisionOccupancy Field

Subdivision occupancy coming from BDOO Geoportal *.gml file (ot:liczbaMieszkancow node).

public static ExtendedColumn SubdivisionOccupancy;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.ThinnessRatio Field

A geometric measure that describes how close a shape is to a perfect circle, calculated as (4 * Pi * Area) / Perimeter^2.

public static ExtendedColumn ThinnessRatio;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.TotalArea Field

Calculated total area (floor area * storeys) based on geometry data from BDOO Geoportal *.gml file (ot:geometria node).

public static UnitColumn TotalArea;

Field Value

DiGi.Unit.IO.Classes.UnitColumn

Column.UserBuildingShape Field

Building Shape determined by user.

public static ExtendedColumn UserBuildingShape;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

Column.VoivodeshipName Field

Voivodeship (province) name where the object belongs to.

public static ExtendedColumn VoivodeshipName;

Field Value

DiGi.Core.IO.Table.Classes.ExtendedColumn

ColumnNamePrefix Class

Provides standard prefix names for prediction-related columns in the GIS system.

public static class ColumnNamePrefix

Inheritance System.Object → ColumnNamePrefix

Fields

ColumnNamePrefix.PredictionBoundingBoxHeight Field

Prefix for predicted bounding box height columns.

public const string PredictionBoundingBoxHeight = "Prediction BoundingBox Height";

Field Value

System.String

ColumnNamePrefix.PredictionBoundingBoxWidth Field

Prefix for predicted bounding box width columns.

public const string PredictionBoundingBoxWidth = "Prediction BoundingBox Width";

Field Value

System.String

ColumnNamePrefix.PredictionBoundingBoxX Field

Prefix for predicted bounding box center point X coordinate columns.

public const string PredictionBoundingBoxX = "Prediction BoundingBox X";

Field Value

System.String

ColumnNamePrefix.PredictionBoundingBoxY Field

Prefix for predicted bounding box center point Y coordinate columns.

public const string PredictionBoundingBoxY = "Prediction BoundingBox Y";

Field Value

System.String

ColumnNamePrefix.PredictionConfidence Field

Prefix for confidence score columns.

public const string PredictionConfidence = "Prediction Confidence";

Field Value

System.String

ColumnNameSuffix Class

Provides standard suffix names for columns relating to image and data comparison.

public static class ColumnNameSuffix

Inheritance System.Object → ColumnNameSuffix

Fields

ColumnNameSuffix.AverageColorSimilarity Field

Suffix for the average color similarity comparison column.

public const string AverageColorSimilarity = "Average Color Similarity";

Field Value

System.String

ColumnNameSuffix.ColorDistributionShift Field

Suffix for the color distribution shift comparison column.

public const string ColorDistributionShift = "Color Distribution Shift";

Field Value

System.String

ColumnNameSuffix.GrayHistogramFactor Field

Suffix for the gray histogram factor comparison column.

public const string GrayHistogramFactor = "Gray Histogram Factor";

Field Value

System.String

ColumnNameSuffix.HammingDistance Field

Suffix for the Hamming distance comparison column.

public const string HammingDistance = "Hamming Distance";

Field Value

System.String

ColumnNameSuffix.HistogramCorrelation Field

Suffix for the histogram correlation comparison column.

public const string HistogramCorrelation = "Histogram Correlation";

Field Value

System.String

ColumnNameSuffix.MeanLaplacianFactor Field

Suffix for the mean Laplacian factor comparison column.

public const string MeanLaplacianFactor = "Mean Laplacian Factor";

Field Value

System.String

ColumnNameSuffix.OpticalFlowAverageMagnitude Field

Suffix for the optical flow average magnitude comparison column.

public const string OpticalFlowAverageMagnitude = "Optical Flow Average Magnitude";

Field Value

System.String

ColumnNameSuffix.ORBFeatureMatchingFactor Field

Suffix for the ORB feature matching factor comparison column.

public const string ORBFeatureMatchingFactor = "ORB Feature Matching Factor";

Field Value

System.String

ColumnNameSuffix.ShapeComparisonFactor Field

Suffix for the shape comparison factor column.

public const string ShapeComparisonFactor = "Shape Comparison Factor";

Field Value

System.String

ColumnNameSuffix.StandardDeviationLaplacianFactor Field

Suffix for the standard deviation Laplacian factor comparison column.

public const string StandardDeviationLaplacianFactor = "Standard Deviation Laplacian Factor";

Field Value

System.String

ColumnNameSuffix.StructuralSimilarityIndex_AbsoluteDifference Field

Suffix for the Structural Similarity Index calculated using the absolute difference method.

public const string StructuralSimilarityIndex_AbsoluteDifference = "Structural Similarity Index (Absolute Difference)";

Field Value

System.String

ColumnNameSuffix.StructuralSimilarityIndex_MatchTemplate Field

Suffix for the Structural Similarity Index calculated using the match template method.

public const string StructuralSimilarityIndex_MatchTemplate = "Structural Similarity Index (Match Template)";

Field Value

System.String

Clone this wiki locally