Class BoundingBoxDescriptor
Inheritance
BoundingBoxDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class BoundingBoxDescriptor : DescriptorBase<BoundingBoxDescriptor, IBoundingBox>, IDescriptor, IBoundingBox
Methods
|
Edit this page
View Source
BottomRight(GeoLocation)
Declaration
public BoundingBoxDescriptor BottomRight(GeoLocation bottomRight)
Parameters
Returns
|
Edit this page
View Source
BottomRight(double, double)
Declaration
public BoundingBoxDescriptor BottomRight(double lat, double lon)
Parameters
Returns
|
Edit this page
View Source
TopLeft(GeoLocation)
Declaration
public BoundingBoxDescriptor TopLeft(GeoLocation topLeft)
Parameters
Returns
|
Edit this page
View Source
TopLeft(double, double)
Declaration
public BoundingBoxDescriptor TopLeft(double lat, double lon)
Parameters
Returns
|
Edit this page
View Source
WellKnownText(string)
Declaration
public BoundingBoxDescriptor WellKnownText(string wkt)
Parameters
Type |
Name |
Description |
string |
wkt |
|
Returns
Implements
Extension Methods