Class GeoBoundingBoxQueryDescriptor<T>
Inheritance
GeoBoundingBoxQueryDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class GeoBoundingBoxQueryDescriptor<T> : FieldNameQueryDescriptorBase<GeoBoundingBoxQueryDescriptor<T>, IGeoBoundingBoxQuery, T>, IDescriptor, IGeoBoundingBoxQuery, IFieldNameQuery, IQuery where T : class
Type Parameters
Properties
|
Edit this page
View Source
Conditionless
Whether the query is conditionless. A conditionless query is not serialized as part of the request
sent to OpenSearch.
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
BoundingBox(GeoLocation, GeoLocation)
Declaration
public GeoBoundingBoxQueryDescriptor<T> BoundingBox(GeoLocation topLeft, GeoLocation bottomRight)
Parameters
Returns
|
Edit this page
View Source
BoundingBox(double, double, double, double)
Declaration
public GeoBoundingBoxQueryDescriptor<T> BoundingBox(double topLeftLat, double topLeftLon, double bottomRightLat, double bottomRightLon)
Parameters
Returns
|
Edit this page
View Source
BoundingBox(Func<BoundingBoxDescriptor, IBoundingBox>)
Declaration
public GeoBoundingBoxQueryDescriptor<T> BoundingBox(Func<BoundingBoxDescriptor, IBoundingBox> boundingBoxSelector)
Parameters
Returns
|
Edit this page
View Source
BoundingBox(string)
Declaration
public GeoBoundingBoxQueryDescriptor<T> BoundingBox(string wkt)
Parameters
Type |
Name |
Description |
string |
wkt |
|
Returns
|
Edit this page
View Source
Type(GeoExecution?)
Declaration
public GeoBoundingBoxQueryDescriptor<T> Type(GeoExecution? type)
Parameters
Returns
|
Edit this page
View Source
ValidationMethod(GeoValidationMethod?)
Declaration
public GeoBoundingBoxQueryDescriptor<T> ValidationMethod(GeoValidationMethod? validation)
Parameters
Returns
Implements
Extension Methods