Table of Contents

Public classSealed GeoBoundingBoxQuery

Namespace
Rowles.LeanLucene.Search.Geo
Assembly
Rowles.LeanLucene.dll

Query matching documents within a geographic bounding box.

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

Constructors

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

Initialises a new GeoBoundingBoxQuery for the specified bounding box.

Properties

Public propertyRead-only Field

Gets the primary field this query targets.

Public propertyRead-only MaxLat

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

Public propertyRead-only MaxLon

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

Public propertyRead-only MinLat

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

Public propertyRead-only MinLon

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

Methods

Public method Equals(object?)

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

Public method GetHashCode()

Serves as the default hash function.