GeoboundingBox.TryCompute 方法

定义

重载

TryCompute(IIterable<BasicGeoposition>)

计算包含指定地理位置集的 GeoboundingBox

TryCompute(IIterable<BasicGeoposition>, AltitudeReferenceSystem)

计算一个 GeoboundingBox ,其中包含一组指定的地理位置并使用指定的海拔参考系统。

TryCompute(IIterable<BasicGeoposition>, AltitudeReferenceSystem, UInt32)

计算包含指定一组地理位置的 GeoboundingBox ,并使用指定的海拔参考系统和空间参考 ID (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 ,并使用指定的海拔参考系统和空间参考 ID (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

空间引用 ID (SRID) 用于 GeoboundingBox。 有关详细信息,请参阅 SpatialReferenceId 属性。

返回

包含指定地理位置集的计算矩形。

属性

Windows 要求

应用功能
location

另请参阅

适用于