Share via


GeoBoundingBox Class

Definition

Represents information about the coordinate range of the GeoObject.

public sealed class GeoBoundingBox : IEquatable<Azure.Core.GeoJson.GeoBoundingBox>
type GeoBoundingBox = class
    interface IEquatable<GeoBoundingBox>
Public NotInheritable Class GeoBoundingBox
Implements IEquatable(Of GeoBoundingBox)
Inheritance
GeoBoundingBox
Implements

Constructors

GeoBoundingBox(Double, Double, Double, Double)

Initializes a new instance of GeoBoundingBox.

GeoBoundingBox(Double, Double, Double, Double, Nullable<Double>, Nullable<Double>)

Initializes a new instance of GeoBoundingBox.

Properties

East

The eastmost value of GeoObject coordinates.

Item[Int32]

Gets the component of the GeoBoundingBox based on its index.

MaxAltitude

The maximum altitude value of GeoObject coordinates.

MinAltitude

The minimum altitude value of GeoObject coordinates.

North

The northmost value of GeoObject coordinates.

South

The southmost value of GeoObject coordinates.

West

The westmost value of GeoObject coordinates.

Methods

Equals(GeoBoundingBox)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

ToString()

Returns a string that represents the current object.

Applies to