Search Results for

    Show / Hide Table of Contents

    Class CircleGeoShape

    Inheritance
    object
    GeoShapeBase
    CircleGeoShape
    Implements
    ICircleGeoShape
    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 CircleGeoShape : GeoShapeBase, ICircleGeoShape, IGeoShape

    Constructors

    | Edit this page View Source

    CircleGeoShape(GeoCoordinate, string)

    Declaration
    public CircleGeoShape(GeoCoordinate coordinates, string radius)
    Parameters
    Type Name Description
    GeoCoordinate coordinates
    string radius

    Properties

    | Edit this page View Source

    Coordinates

    Declaration
    public GeoCoordinate Coordinates { get; set; }
    Property Value
    Type Description
    GeoCoordinate
    | Edit this page View Source

    Radius

    Declaration
    public string Radius { get; set; }
    Property Value
    Type Description
    string

    Implements

    ICircleGeoShape
    IGeoShape

    Extension Methods

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