Show / Hide Table of Contents

Class PostgisGeometry

Represents an Postgis feature.

Inheritance
System.Object
PostgisGeometry
PostgisGeometryCollection
PostgisLineString
PostgisMultiLineString
PostgisMultiPoint
PostgisMultiPolygon
PostgisPoint
PostgisPolygon
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: NpgsqlTypes
Assembly: Npgsql.dll
Syntax
public abstract class PostgisGeometry

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
Back to top Generated by DocFX