GeoboundingBox Конструкторы

Определение

Перегрузки

GeoboundingBox(BasicGeoposition, BasicGeoposition)

Инициализирует новый экземпляр класса GeoboundingBox с указанными углами.

GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem)

Инициализирует новый экземпляр класса GeoboundingBox , который имеет указанные углы и использует указанную систему отсчета высоты.

GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem, UInt32)

Инициализирует новый экземпляр класса GeoboundingBox , который имеет указанные углы и использует указанную систему отсчета высоты и идентификатор пространственной ссылки (SRID).

GeoboundingBox(BasicGeoposition, BasicGeoposition)

Инициализирует новый экземпляр класса GeoboundingBox с указанными углами.

public:
 GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner);
 GeoboundingBox(BasicGeoposition const& northwestCorner, BasicGeoposition const& southeastCorner);
public GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner);
function GeoboundingBox(northwestCorner, southeastCorner)
Public Sub New (northwestCorner As BasicGeoposition, southeastCorner As BasicGeoposition)

Параметры

northwestCorner
BasicGeoposition

Северо-западный угол, используемый для нового GeoboundingBox. Дополнительные сведения см. в разделе Свойство NorthwestCorner .

southeastCorner
BasicGeoposition

Юго-восточный угол, используемый для нового GeoboundingBox. Дополнительные сведения см. в свойстве SoutheastCorner .

Требования к Windows

Возможности приложения
location

См. также раздел

Применяется к

GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem)

Инициализирует новый экземпляр класса GeoboundingBox , который имеет указанные углы и использует указанную систему отсчета высоты.

public:
 GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner, AltitudeReferenceSystem altitudeReferenceSystem);
 GeoboundingBox(BasicGeoposition const& northwestCorner, BasicGeoposition const& southeastCorner, AltitudeReferenceSystem const& altitudeReferenceSystem);
public GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner, AltitudeReferenceSystem altitudeReferenceSystem);
function GeoboundingBox(northwestCorner, southeastCorner, altitudeReferenceSystem)
Public Sub New (northwestCorner As BasicGeoposition, southeastCorner As BasicGeoposition, altitudeReferenceSystem As AltitudeReferenceSystem)

Параметры

northwestCorner
BasicGeoposition

Северо-западный угол, используемый для нового GeoboundingBox. Дополнительные сведения см. в разделе Свойство NorthwestCorner .

southeastCorner
BasicGeoposition

Юго-восточный угол, используемый для нового GeoboundingBox. Дополнительные сведения см. в свойстве SoutheastCorner .

altitudeReferenceSystem
AltitudeReferenceSystem

Система ссылок на высоту, используемая для нового GeoboundingBox. Дополнительные сведения см. в разделе Свойство AltitudeReferenceSystem .

Требования к Windows

Возможности приложения
location

См. также раздел

Применяется к

GeoboundingBox(BasicGeoposition, BasicGeoposition, AltitudeReferenceSystem, UInt32)

Инициализирует новый экземпляр класса GeoboundingBox , который имеет указанные углы и использует указанную систему отсчета высоты и идентификатор пространственной ссылки (SRID).

public:
 GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner, AltitudeReferenceSystem altitudeReferenceSystem, unsigned int spatialReferenceId);
 GeoboundingBox(BasicGeoposition const& northwestCorner, BasicGeoposition const& southeastCorner, AltitudeReferenceSystem const& altitudeReferenceSystem, uint32_t const& spatialReferenceId);
public GeoboundingBox(BasicGeoposition northwestCorner, BasicGeoposition southeastCorner, AltitudeReferenceSystem altitudeReferenceSystem, uint spatialReferenceId);
function GeoboundingBox(northwestCorner, southeastCorner, altitudeReferenceSystem, spatialReferenceId)
Public Sub New (northwestCorner As BasicGeoposition, southeastCorner As BasicGeoposition, altitudeReferenceSystem As AltitudeReferenceSystem, spatialReferenceId As UInteger)

Параметры

northwestCorner
BasicGeoposition

Северо-западный угол, используемый для нового GeoboundingBox. Дополнительные сведения см. в разделе Свойство NorthwestCorner .

southeastCorner
BasicGeoposition

Юго-восточный угол, используемый для нового GeoboundingBox. Дополнительные сведения см. в свойстве SoutheastCorner .

altitudeReferenceSystem
AltitudeReferenceSystem

Система ссылок на высоту, используемая для нового GeoboundingBox. Дополнительные сведения см. в разделе Свойство AltitudeReferenceSystem .

spatialReferenceId
UInt32

unsigned int

uint32_t

Идентификатор пространственной ссылки (SRID), используемый для нового geoboundingBox. Дополнительные сведения см. в разделе Свойство SpatialReferenceId .

Требования к Windows

Возможности приложения
location

См. также раздел

Применяется к