
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
GeoBoundingBoxQuery(string, double, double, double, double)
Initialises a new GeoBoundingBoxQuery for the specified bounding box.
Properties
Field
Gets the primary field this query targets.
MaxLat
Gets the maximum latitude of the bounding box in decimal degrees.
MaxLon
Gets the maximum longitude of the bounding box in decimal degrees.
MinLat
Gets the minimum latitude of the bounding box in decimal degrees.
MinLon
Gets the minimum longitude of the bounding box in decimal degrees.
Methods
Equals(object?)
Determines whether the specified object is equal to the current object.
GetHashCode()
Serves as the default hash function.