Section navigation

Public classSealed GeoBoundingBoxQuery

Namespace
Rowles.LeanCorpus.Search.Geo
Assembly
Rowles.LeanCorpus.dll

Query matching documents within a geographic bounding box.

public sealed class GeoBoundingBoxQuery : Query, IEquatable<Query>
Inheritance
GeoBoundingBoxQuery
Implements
Inherited Members
Extension Methods

Public constructor GeoBoundingBoxQuery(string, double, double, double, double)

Initialises a new GeoBoundingBoxQuery for the specified bounding box.

Public property Field

Gets the single field this query targets, or an empty value for fieldless and multi-field queries.

Public property MaxLat

Gets the maximum latitude of the bounding box in decimal degrees.

Public property MaxLon

Gets the maximum longitude of the bounding box in decimal degrees.

Public property MinLat

Gets the minimum latitude of the bounding box in decimal degrees.

Public property MinLon

Gets the minimum longitude of the bounding box in decimal degrees.

Public method Equals(object?)

Determines whether the specified object is equal to the current object.

Public method GetHashCode()

Serves as the default hash function.