BoundingBox
Class
Definition
Represents a coordinate range for geometries in the Azure DocumentDB database service.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Documents.Spatial.Converters.BoundingBoxJsonConverter))]
public sealed class BoundingBox : IEquatable<Microsoft.Azure.Documents.Spatial.BoundingBox>
- Inheritance
-
BoundingBox
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Constructors
| BoundingBox(Position, Position) |
Initializes a new instance of the BoundingBox class in the Azure DocumentDB database service. |
Properties
| Max |
Gets highest values for all axes of the bounding box in the Azure DocumentDB database service. |
| Min |
Gets lowest values for all axes of the bounding box in the Azure DocumentDB database service. |
Methods
| Equals(BoundingBox) |
Determines if this BoundingBox is equal to the |
| Equals(Object) |
Determines whether the specified BoundingBox is equal to the current BoundingBox in the Azure DocumentDB database service. |
| GetHashCode() |
Serves as a hash function for BoundingBox type in the Azure DocumentDB database service. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |