Class GeoPolygonQuery
Inheritance
GeoPolygonQuery
Assembly: OpenSearch.Client.dll
Syntax
public class GeoPolygonQuery : FieldNameQueryBase, IGeoPolygonQuery, IFieldNameQuery, IQuery
Properties
|
Edit this page
View Source
Conditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
|
Edit this page
View Source
Points
Declaration
public IEnumerable<GeoLocation> Points { get; set; }
Property Value
|
Edit this page
View Source
ValidationMethod
Declaration
public GeoValidationMethod? ValidationMethod { get; set; }
Property Value
Implements
Extension Methods