Search Results for

    Show / Hide Table of Contents

    Class GeometryCollection

    A geo shape representing a collection of IGeoShape geometries

    Inheritance
    object
    GeoShapeBase
    GeometryCollection
    Implements
    IGeometryCollection
    IGeoShape
    Inherited Members
    GeoShapeBase.Type
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class GeometryCollection : GeoShapeBase, IGeometryCollection, IGeoShape

    Constructors

    | Edit this page View Source

    GeometryCollection(IEnumerable<IGeoShape>)

    Declaration
    public GeometryCollection(IEnumerable<IGeoShape> geometries)
    Parameters
    Type Name Description
    IEnumerable<IGeoShape> geometries

    Properties

    | Edit this page View Source

    Geometries

    A collection of IGeoShape geometries

    Declaration
    public IEnumerable<IGeoShape> Geometries { get; set; }
    Property Value
    Type Description
    IEnumerable<IGeoShape>

    Implements

    IGeometryCollection
    IGeoShape

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • GeometryCollection(IEnumerable<IGeoShape>)
    • Properties
      • Geometries
    • Implements
    • Extension Methods
    Back to top Generated by DocFX