Search Results for

    Show / Hide Table of Contents

    Class BoundingBoxDescriptor

    Inheritance
    object
    DescriptorBase<BoundingBoxDescriptor, IBoundingBox>
    BoundingBoxDescriptor
    Implements
    IDescriptor
    IBoundingBox
    Inherited Members
    DescriptorBase<BoundingBoxDescriptor, IBoundingBox>.Self
    DescriptorBase<BoundingBoxDescriptor, IBoundingBox>.Assign<TValue>(TValue, Action<IBoundingBox, TValue>)
    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 BoundingBoxDescriptor : DescriptorBase<BoundingBoxDescriptor, IBoundingBox>, IDescriptor, IBoundingBox

    Methods

    | Edit this page View Source

    BottomRight(GeoLocation)

    Declaration
    public BoundingBoxDescriptor BottomRight(GeoLocation bottomRight)
    Parameters
    Type Name Description
    GeoLocation bottomRight
    Returns
    Type Description
    BoundingBoxDescriptor
    | Edit this page View Source

    BottomRight(double, double)

    Declaration
    public BoundingBoxDescriptor BottomRight(double lat, double lon)
    Parameters
    Type Name Description
    double lat
    double lon
    Returns
    Type Description
    BoundingBoxDescriptor
    | Edit this page View Source

    TopLeft(GeoLocation)

    Declaration
    public BoundingBoxDescriptor TopLeft(GeoLocation topLeft)
    Parameters
    Type Name Description
    GeoLocation topLeft
    Returns
    Type Description
    BoundingBoxDescriptor
    | Edit this page View Source

    TopLeft(double, double)

    Declaration
    public BoundingBoxDescriptor TopLeft(double lat, double lon)
    Parameters
    Type Name Description
    double lat
    double lon
    Returns
    Type Description
    BoundingBoxDescriptor
    | Edit this page View Source

    WellKnownText(string)

    Declaration
    public BoundingBoxDescriptor WellKnownText(string wkt)
    Parameters
    Type Name Description
    string wkt
    Returns
    Type Description
    BoundingBoxDescriptor

    Implements

    IDescriptor
    IBoundingBox

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • BottomRight(GeoLocation)
      • BottomRight(double, double)
      • TopLeft(GeoLocation)
      • TopLeft(double, double)
      • WellKnownText(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX