GeographyType
Spatial geography type for Earth-surface GIS data.
public sealed record GeographyType : PortableType, IEquatable<PortableType>, IEquatable<GeographyType>
Constructors
GeographyType
public GeographyType(int Srid = 4326)
Spatial geography type for Earth-surface GIS data.
| Parameter | Type | Description |
|---|---|---|
Srid |
Int32 |
Spatial Reference ID (default 4326 for WGS84) |
Properties
Srid
public int Srid { get; init; }
Spatial Reference ID (default 4326 for WGS84)