-
Notifications
You must be signed in to change notification settings - Fork 0
DiGi.CityGML.Constants
Provides a centralized collection of constant strings used as XML attribute names within the CityGML context.
public static class XmlAttributeInheritance System.Object → XmlAttribute
Contains specific XML attribute name constants.
public static class XmlAttribute.NameInheritance System.Object → Name
The constant value for the "name" XML attribute.
public const string AttributeName = "name";The constant value for the "id" XML attribute.
public const string Id = "id";Provides a centralized collection of constants used for XML node identification within CityGML processing.
public static class XmlNodeInheritance System.Object → XmlNode
Contains the string representations of XML element and attribute names defined in the CityGML schema.
public static class XmlNode.NameInheritance System.Object → Name
The XML node name indicating that a surface is bounded by specific geometry.
public const string BoundedBy = "boundedBy";The XML node name for a Building object.
public const string Building = "Building";The XML node name for the root City Model element.
public const string CityModel = "CityModel";The XML node name for a member of a city object collection.
public const string CityObjectMember = "cityObjectMember";The XML node name for the exterior boundary of a polygon.
public const string Exterior = "exterior";The XML node name for a ground surface.
public const string GroundSurface = "GroundSurface";The XML node name for the interior boundaries (holes) of a polygon.
public const string Interior = "interior";The XML node name for a linear ring geometry.
public const string LinearRing = "LinearRing";The XML node name for Level of Detail 1 (LOD1) solid representation.
public const string LOD1Solid = "lod1Solid";The XML node name for a polygon geometry.
public const string Polygon = "Polygon";The XML node name for a single position coordinate.
public const string Pos = "pos";The XML node name for a list of position coordinates.
public const string PosList = "posList";The XML node name for a roof surface.
public const string RoofSurface = "RoofSurface";The XML node name for the roof type specification.
public const string RoofType = "roofType";The XML node name for a generic string attribute.
public const string StringAttribute = "stringAttribute";The XML node name for the value of an attribute.
public const string Value = "value";The XML node name for a wall surface.
public const string WallSurface = "WallSurface";