Поделиться через


GeoboundingBox.TryCompute Метод

Определение

Перегрузки

TryCompute(IIterable<BasicGeoposition>)

Вычисляет элемент GeoboundingBox , содержащий указанный набор географических положений.

TryCompute(IIterable<BasicGeoposition>, AltitudeReferenceSystem)

Вычисляет элемент GeoboundingBox , содержащий указанный набор географических положений и использующий указанную систему отсчета высоты.

TryCompute(IIterable<BasicGeoposition>, AltitudeReferenceSystem, UInt32)

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

TryCompute(IIterable<BasicGeoposition>)

Вычисляет элемент GeoboundingBox , содержащий указанный набор географических положений.

public:
 static GeoboundingBox ^ TryCompute(IIterable<BasicGeoposition> ^ positions);
/// [Windows.Foundation.Metadata.Overload("TryCompute")]
 static GeoboundingBox TryCompute(IIterable<BasicGeoposition> const& positions);
[Windows.Foundation.Metadata.Overload("TryCompute")]
public static GeoboundingBox TryCompute(IEnumerable<BasicGeoposition> positions);
function tryCompute(positions)
Public Shared Function TryCompute (positions As IEnumerable(Of BasicGeoposition)) As GeoboundingBox

Параметры

positions

IIterable<BasicGeoposition>

IEnumerable<BasicGeoposition>

Коллекция географических позиций для включения в GeoboundingBox.

Возвращаемое значение

Вычисляемый прямоугольник, содержащий указанный набор географических положений.

Атрибуты

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

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

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

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

TryCompute(IIterable<BasicGeoposition>, AltitudeReferenceSystem)

Вычисляет элемент GeoboundingBox , содержащий указанный набор географических положений и использующий указанную систему отсчета высоты.

public:
 static GeoboundingBox ^ TryCompute(IIterable<BasicGeoposition> ^ positions, AltitudeReferenceSystem altitudeRefSystem);
/// [Windows.Foundation.Metadata.Overload("TryComputeWithAltitudeReference")]
 static GeoboundingBox TryCompute(IIterable<BasicGeoposition> const& positions, AltitudeReferenceSystem const& altitudeRefSystem);
[Windows.Foundation.Metadata.Overload("TryComputeWithAltitudeReference")]
public static GeoboundingBox TryCompute(IEnumerable<BasicGeoposition> positions, AltitudeReferenceSystem altitudeRefSystem);
function tryCompute(positions, altitudeRefSystem)
Public Shared Function TryCompute (positions As IEnumerable(Of BasicGeoposition), altitudeRefSystem As AltitudeReferenceSystem) As GeoboundingBox

Параметры

positions

IIterable<BasicGeoposition>

IEnumerable<BasicGeoposition>

Коллекция географических позиций для включения в GeoboundingBox.

altitudeRefSystem
AltitudeReferenceSystem

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

Возвращаемое значение

Вычисляемый прямоугольник, содержащий указанный набор географических положений.

Атрибуты

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

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

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

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

TryCompute(IIterable<BasicGeoposition>, AltitudeReferenceSystem, UInt32)

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

public:
 static GeoboundingBox ^ TryCompute(IIterable<BasicGeoposition> ^ positions, AltitudeReferenceSystem altitudeRefSystem, unsigned int spatialReferenceId);
/// [Windows.Foundation.Metadata.Overload("TryComputeWithAltitudeReferenceAndSpatialReference")]
 static GeoboundingBox TryCompute(IIterable<BasicGeoposition> const& positions, AltitudeReferenceSystem const& altitudeRefSystem, uint32_t const& spatialReferenceId);
[Windows.Foundation.Metadata.Overload("TryComputeWithAltitudeReferenceAndSpatialReference")]
public static GeoboundingBox TryCompute(IEnumerable<BasicGeoposition> positions, AltitudeReferenceSystem altitudeRefSystem, uint spatialReferenceId);
function tryCompute(positions, altitudeRefSystem, spatialReferenceId)
Public Shared Function TryCompute (positions As IEnumerable(Of BasicGeoposition), altitudeRefSystem As AltitudeReferenceSystem, spatialReferenceId As UInteger) As GeoboundingBox

Параметры

positions

IIterable<BasicGeoposition>

IEnumerable<BasicGeoposition>

Коллекция географических позиций для включения в GeoboundingBox.

altitudeRefSystem
AltitudeReferenceSystem

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

spatialReferenceId
UInt32

unsigned int

uint32_t

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

Возвращаемое значение

Вычисляемый прямоугольник, содержащий указанный набор географических положений.

Атрибуты

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

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

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

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