Search Results for

    Show / Hide Table of Contents

    Class PostgisGeometry

    Represents an Postgis feature.

    Inheritance
    Object
    PostgisGeometry
    PostgisGeometryCollection
    PostgisLineString
    PostgisMultiLineString
    PostgisMultiPoint
    PostgisMultiPolygon
    PostgisPoint
    PostgisPolygon
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Npgsql.LegacyPostgis
    Assembly: Npgsql.LegacyPostgis.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
    UInt32

    Methods

    GetLenHelper()

    returns the binary length of the data structure without header.

    Declaration
    protected abstract int GetLenHelper()
    Returns
    Type Description
    Int32
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team