Show / Hide Table of Contents

Class PostgisGeometry

Represents an Postgis feature.

Inheritance
System.Object
PostgisGeometry
PostgisGeometryCollection
PostgisLineString
PostgisMultiLineString
PostgisMultiPoint
PostgisMultiPolygon
PostgisPoint
PostgisPolygon
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
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX