Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class GeoBoundingBoxQuery

    This query finds all matches within a given box (identified by the upper left and lower right corner coordinates). Both coordinate points are required so the server can identify the right bounding box.

    Inheritance
    object
    SearchQueryBase
    GeoBoundingBoxQuery
    Implements
    ISearchQuery
    Inherited Members
    SearchQueryBase.IndexName
    SearchQueryBase.Query
    SearchQueryBase.Boost(double)
    SearchQueryBase.BoostValue
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Search.Queries.Geo
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class GeoBoundingBoxQuery : SearchQueryBase, ISearchQuery

    Methods

    | Edit this page View Source

    AsReadOnly()

    Declaration
    public GeoBoundingBoxQuery.ReadOnly AsReadOnly()
    Returns
    Type Description
    GeoBoundingBoxQuery.ReadOnly
    | Edit this page View Source

    BottomRight(double, double)

    Declaration
    public GeoBoundingBoxQuery BottomRight(double longitude, double latitude)
    Parameters
    Type Name Description
    double longitude
    double latitude
    Returns
    Type Description
    GeoBoundingBoxQuery
    | Edit this page View Source

    Deconstruct(out double?, out double?, out double?, out double?, out string)

    Declaration
    public void Deconstruct(out double? topLeftLongitude, out double? topLeftLatitude, out double? bottomRightLongitude, out double? bottomRightLatitude, out string field)
    Parameters
    Type Name Description
    double? topLeftLongitude
    double? topLeftLatitude
    double? bottomRightLongitude
    double? bottomRightLatitude
    string field
    | Edit this page View Source

    Export()

    Gets a JSON object representing this query instance />

    Declaration
    public override JObject Export()
    Returns
    Type Description
    JObject
    Overrides
    SearchQueryBase.Export()
    | Edit this page View Source

    Field(string)

    Declaration
    public GeoBoundingBoxQuery Field(string field)
    Parameters
    Type Name Description
    string field
    Returns
    Type Description
    GeoBoundingBoxQuery
    | Edit this page View Source

    TopLeft(double, double)

    Declaration
    public GeoBoundingBoxQuery TopLeft(double longitude, double latitude)
    Parameters
    Type Name Description
    double longitude
    double latitude
    Returns
    Type Description
    GeoBoundingBoxQuery

    Implements

    ISearchQuery
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.