Search Results for

    Show / Hide Table of Contents

    Class LineStringGeoShape

    Inheritance
    object
    GeoShapeBase
    LineStringGeoShape
    Implements
    ILineStringGeoShape
    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 LineStringGeoShape : GeoShapeBase, ILineStringGeoShape, IGeoShape

    Constructors

    | Edit this page View Source

    LineStringGeoShape(IEnumerable<GeoCoordinate>)

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

    Properties

    | Edit this page View Source

    Coordinates

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

    Implements

    ILineStringGeoShape
    IGeoShape

    Extension Methods

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