Search Results for

    Show / Hide Table of Contents

    Class PostgisGeometryCollection

    Represents a collection of Postgis feature.

    Inheritance
    Object
    PostgisGeometry
    PostgisGeometryCollection
    Implements
    IEquatable<PostgisGeometryCollection>
    IEnumerable<PostgisGeometry>
    IEnumerable
    Inherited Members
    PostgisGeometry.SRID
    Object.Equals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Npgsql.LegacyPostgis
    Assembly: Npgsql.LegacyPostgis.dll
    Syntax
    public class PostgisGeometryCollection : PostgisGeometry, IEquatable<PostgisGeometryCollection>, IEnumerable<PostgisGeometry>, IEnumerable

    Constructors

    | Improve this Doc

    PostgisGeometryCollection(PostgisGeometry[])

    Declaration
    public PostgisGeometryCollection(PostgisGeometry[] geometries)
    Parameters
    Type Name Description
    PostgisGeometry[] geometries
    | Improve this Doc

    PostgisGeometryCollection(IEnumerable<PostgisGeometry>)

    Declaration
    public PostgisGeometryCollection(IEnumerable<PostgisGeometry> geometries)
    Parameters
    Type Name Description
    IEnumerable<PostgisGeometry> geometries

    Properties

    | Improve this Doc

    GeometryCount

    Declaration
    public int GeometryCount { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc

    Item[Int32]

    Declaration
    public PostgisGeometry this[int index] { get; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    PostgisGeometry

    Methods

    | Improve this Doc

    Equals(PostgisGeometryCollection)

    Declaration
    public bool Equals(PostgisGeometryCollection other)
    Parameters
    Type Name Description
    PostgisGeometryCollection other
    Returns
    Type Description
    Boolean
    | Improve this Doc

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)
    | Improve this Doc

    GetEnumerator()

    Declaration
    public IEnumerator<PostgisGeometry> GetEnumerator()
    Returns
    Type Description
    IEnumerator<PostgisGeometry>
    | Improve this Doc

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()
    | Improve this Doc

    GetLenHelper()

    Declaration
    protected override int GetLenHelper()
    Returns
    Type Description
    Int32
    Overrides
    PostgisGeometry.GetLenHelper()

    Operators

    | Improve this Doc

    Equality(PostgisGeometryCollection, PostgisGeometryCollection)

    Declaration
    public static bool operator ==(PostgisGeometryCollection x, PostgisGeometryCollection y)
    Parameters
    Type Name Description
    PostgisGeometryCollection x
    PostgisGeometryCollection y
    Returns
    Type Description
    Boolean
    | Improve this Doc

    Inequality(PostgisGeometryCollection, PostgisGeometryCollection)

    Declaration
    public static bool operator !=(PostgisGeometryCollection x, PostgisGeometryCollection y)
    Parameters
    Type Name Description
    PostgisGeometryCollection x
    PostgisGeometryCollection y
    Returns
    Type Description
    Boolean

    Explicit Interface Implementations

    | Improve this Doc

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    IEnumerator

    Implements

    System.IEquatable<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    • Improve this Doc
    In This Article
    Back to top © Copyright 2021 The Npgsql Development Team