次の方法で共有


GeoboundingBox.TryCompute メソッド

定義

オーバーロード

TryCompute(IIterable<BasicGeoposition>)

指定した地理的位置のセットを含む GeoboundingBox を計算します。

TryCompute(IIterable<BasicGeoposition>, AltitudeReferenceSystem)

指定した地理的位置のセットを含み、指定された高度参照システムを使用する GeoboundingBox を計算します。

TryCompute(IIterable<BasicGeoposition>, AltitudeReferenceSystem, UInt32)

指定した地理的位置のセットを含み、指定された高度参照システムと空間参照 ID (SRID) を使用する GeoboundingBox を計算します。

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)

指定した地理的位置のセットを含み、指定された高度参照システムと空間参照 ID (SRID) を使用する GeoboundingBox を計算します。

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

GeoboundingBox に使用する空間参照 ID (SRID)。 詳細については、「 SpatialReferenceId プロパティ」を 参照してください。

戻り値

指定した地理的位置のセットを含む計算された四角形。

属性

Windows の要件

アプリの機能
location

こちらもご覧ください

適用対象