GeometryType

Classes > Migration > GeometryType

Spatial geometry type for GIS data.

public sealed record GeometryType : PortableType, IEquatable<PortableType>, IEquatable<GeometryType>

Constructors

GeometryType

public GeometryType(int? Srid)

Spatial geometry type for GIS data.

Parameter Type Description
Srid Int32> Spatial Reference ID (e.g., 4326 for WGS84)

Properties

Srid

public int? Srid { get; init; }

Spatial Reference ID (e.g., 4326 for WGS84)