-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.GIS.IO.Constants
Provides static references to standard table columns used throughout the GIS IO system.
public static class ColumnInheritance System.Object → Column
Azimuth as an angle to north direction.
public static UnitColumn Azimuth;DiGi.Unit.IO.Classes.UnitColumn
BoundingBox height calculated based on geometry data from BDOO Geoportal *.gml file (ot:geometria node).
public static UnitColumn BoundingBoxHeight;DiGi.Unit.IO.Classes.UnitColumn
BoundingBox width calculated based on geometry data from BDOO Geoportal *.gml file (ot:geometria node).
public static UnitColumn BoundingBoxWidth;DiGi.Unit.IO.Classes.UnitColumn
BoundingBox center point X coordinate coming from BDOO Geoportal *.gml file (ot:geometria node).
public static ExtendedColumn BoundingBoxX;DiGi.Core.IO.Table.Classes.ExtendedColumn
BoundingBox center point Y coordinate coming from BDOO Geoportal *.gml file (ot:geometria node).
public static ExtendedColumn BoundingBoxY;DiGi.Core.IO.Table.Classes.ExtendedColumn
Building general function from BDOO Geoportal *.gml file (ot:funkcjaOgolnaBudynku node).
public static ExtendedColumn BuildingGeneralFunction;DiGi.Core.IO.Table.Classes.ExtendedColumn
Current building phase coming from BDOO Geoportal *.gml file (ot:kategoriaIstnienia node).
public static ExtendedColumn BuildingPhase;DiGi.Core.IO.Table.Classes.ExtendedColumn
Building specific functions from BDOO Geoportal *.gml file (ot:funkcjaSzczegolowaBudynku node).
public static ExtendedColumn BuildingSpecificFunctions;DiGi.Core.IO.Table.Classes.ExtendedColumn
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;DiGi.Core.IO.Table.Classes.ExtendedColumn
Calculated occupancy.
public static ExtendedColumn CalculatedOccupancy;DiGi.Core.IO.Table.Classes.ExtendedColumn
Cardinal direction calculated from azimuth.
public static ExtendedColumn CardinalDirection;DiGi.Core.IO.Table.Classes.ExtendedColumn
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;DiGi.Core.IO.Table.Classes.ExtendedColumn
County id where the object belongs to.
public static ExtendedColumn CountyId;DiGi.Core.IO.Table.Classes.ExtendedColumn
County (powiat) name where the object belongs to.
public static ExtendedColumn CountyName;DiGi.Core.IO.Table.Classes.ExtendedColumn
Database Id for the building.
public static ExtendedColumn DatabaseId;DiGi.Core.IO.Table.Classes.ExtendedColumn
Calculated floor area based on geometry data from BDOO Geoportal *.gml file (ot:geometria node).
public static UnitColumn FloorArea;DiGi.Unit.IO.Classes.UnitColumn
X coordinate of internal point calculated based on bounding box coming from BDOO Geoportal *.gml file (ot:geometria node).
public static ExtendedColumn InternalPointX;DiGi.Core.IO.Table.Classes.ExtendedColumn
Y coordinate of internal point calculated based on bounding box coming from BDOO Geoportal *.gml file (ot:geometria node).
public static ExtendedColumn InternalPointY;DiGi.Core.IO.Table.Classes.ExtendedColumn
Determines if building is occupied.
public static ExtendedColumn IsOccupied;DiGi.Core.IO.Table.Classes.ExtendedColumn
Ratio of the curve area to the area of a circle with same perimeter as the curve.
public static ExtendedColumn IsoperimetricRatio;DiGi.Core.IO.Table.Classes.ExtendedColumn
Determines if building is residental.
public static ExtendedColumn IsResidential;DiGi.Core.IO.Table.Classes.ExtendedColumn
Municipality (gmina) name where the object belongs to.
public static ExtendedColumn MunicipalityName;DiGi.Core.IO.Table.Classes.ExtendedColumn
Predicted Building Shape based on Machine Learning engine.
public static ExtendedColumn PredictedBuildingShape;DiGi.Core.IO.Table.Classes.ExtendedColumn
Predicted year built based on historical data analyzed by a Machine Learning engine.
public static ExtendedColumn PredictedYearBuilt;DiGi.Core.IO.Table.Classes.ExtendedColumn
Ratio of the shape area to the area of its minimum bounding rectangle.
public static ExtendedColumn RectangularThinnessRatio;DiGi.Core.IO.Table.Classes.ExtendedColumn
Main reference of the object coming from BDOO Geoportal *.gml file (ot:lokalnyId node).
public static ExtendedColumn Reference;DiGi.Core.IO.Table.Classes.ExtendedColumn
Settlement type such as rural or urban.
public static ExtendedColumn SettlementType;DiGi.Core.IO.Table.Classes.ExtendedColumn
Ratio of the shape area to the area of its minimum bounding square.
public static ExtendedColumn SquareThinnessRatio;DiGi.Core.IO.Table.Classes.ExtendedColumn
Number of building storeys coming from BDOO Geoportal *.gml file (ot:liczbaKondygnacji node).
public static ExtendedColumn Storeys;DiGi.Core.IO.Table.Classes.ExtendedColumn
Subdivision id where the object belongs to.
public static ExtendedColumn SubdivisionId;DiGi.Core.IO.Table.Classes.ExtendedColumn
Subdivision (city, village, colony etc.) name where the object belongs to.
public static ExtendedColumn SubdivisionName;DiGi.Core.IO.Table.Classes.ExtendedColumn
Subdivision occupancy coming from BDOO Geoportal *.gml file (ot:liczbaMieszkancow node).
public static ExtendedColumn SubdivisionOccupancy;DiGi.Core.IO.Table.Classes.ExtendedColumn
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;DiGi.Core.IO.Table.Classes.ExtendedColumn
Calculated total area (floor area * storeys) based on geometry data from BDOO Geoportal *.gml file (ot:geometria node).
public static UnitColumn TotalArea;DiGi.Unit.IO.Classes.UnitColumn
Building Shape determined by user.
public static ExtendedColumn UserBuildingShape;DiGi.Core.IO.Table.Classes.ExtendedColumn
Voivodeship (province) name where the object belongs to.
public static ExtendedColumn VoivodeshipName;DiGi.Core.IO.Table.Classes.ExtendedColumn
Provides standard prefix names for prediction-related columns in the GIS system.
public static class ColumnNamePrefixInheritance System.Object → ColumnNamePrefix
Prefix for predicted bounding box height columns.
public const string PredictionBoundingBoxHeight = "Prediction BoundingBox Height";Prefix for predicted bounding box width columns.
public const string PredictionBoundingBoxWidth = "Prediction BoundingBox Width";Prefix for predicted bounding box center point X coordinate columns.
public const string PredictionBoundingBoxX = "Prediction BoundingBox X";Prefix for predicted bounding box center point Y coordinate columns.
public const string PredictionBoundingBoxY = "Prediction BoundingBox Y";Prefix for confidence score columns.
public const string PredictionConfidence = "Prediction Confidence";Provides standard suffix names for columns relating to image and data comparison.
public static class ColumnNameSuffixInheritance System.Object → ColumnNameSuffix
Suffix for the average color similarity comparison column.
public const string AverageColorSimilarity = "Average Color Similarity";Suffix for the color distribution shift comparison column.
public const string ColorDistributionShift = "Color Distribution Shift";Suffix for the gray histogram factor comparison column.
public const string GrayHistogramFactor = "Gray Histogram Factor";Suffix for the Hamming distance comparison column.
public const string HammingDistance = "Hamming Distance";Suffix for the histogram correlation comparison column.
public const string HistogramCorrelation = "Histogram Correlation";Suffix for the mean Laplacian factor comparison column.
public const string MeanLaplacianFactor = "Mean Laplacian Factor";Suffix for the optical flow average magnitude comparison column.
public const string OpticalFlowAverageMagnitude = "Optical Flow Average Magnitude";Suffix for the ORB feature matching factor comparison column.
public const string ORBFeatureMatchingFactor = "ORB Feature Matching Factor";Suffix for the shape comparison factor column.
public const string ShapeComparisonFactor = "Shape Comparison Factor";Suffix for the standard deviation Laplacian factor comparison column.
public const string StandardDeviationLaplacianFactor = "Standard Deviation Laplacian Factor";Suffix for the Structural Similarity Index calculated using the absolute difference method.
public const string StructuralSimilarityIndex_AbsoluteDifference = "Structural Similarity Index (Absolute Difference)";Suffix for the Structural Similarity Index calculated using the match template method.
public const string StructuralSimilarityIndex_MatchTemplate = "Structural Similarity Index (Match Template)";