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