Search Results for

    Show / Hide Table of Contents

    Class PolygonGeoShape

    Inheritance
    object
    GeoShapeBase
    PolygonGeoShape
    Implements
    IPolygonGeoShape
    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 PolygonGeoShape : GeoShapeBase, IPolygonGeoShape, IGeoShape

    Constructors

    | Edit this page View Source

    PolygonGeoShape(IEnumerable<IEnumerable<GeoCoordinate>>)

    Declaration
    public PolygonGeoShape(IEnumerable<IEnumerable<GeoCoordinate>> coordinates)
    Parameters
    Type Name Description
    IEnumerable<IEnumerable<GeoCoordinate>> coordinates

    Properties

    | Edit this page View Source

    Coordinates

    Declaration
    public IEnumerable<IEnumerable<GeoCoordinate>> Coordinates { get; set; }
    Property Value
    Type Description
    IEnumerable<IEnumerable<GeoCoordinate>>

    Implements

    IPolygonGeoShape
    IGeoShape

    Extension Methods

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