Class PostgisGeometry
Represents an Postgis feature.
Inheritance
System.Object
PostgisGeometry
Namespace: NpgsqlTypes
Assembly: Npgsql.dll
Syntax
public abstract class PostgisGeometry : object
Properties
SRID
The Spatial Reference System Identifier of the geometry (0 if unspecified).
Declaration
public uint SRID { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Methods
GetLenHelper()
returns the binary length of the data structure without header.
Declaration
protected abstract int GetLenHelper()
Returns
Type | Description |
---|---|
System.Int32 |