GeoboundingBox.TryCompute 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
要包含在 GeoboundingBox內的地理位置集合。
傳回
包含指定之地理位置集合的匯出矩形。
- 屬性
Windows 需求
應用程式功能 |
location
|
另請參閱
- TryCompute(IIterable<BasicGeoposition>, AltitudeReferenceSystem)
- TryCompute(IIterable<BasicGeoposition>, AltitudeReferenceSystem, UInt32)
適用於
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
要包含在 GeoboundingBox內的地理位置集合。
- altitudeRefSystem
- AltitudeReferenceSystem
要用於 GeoboundingBox的高度參考系統。 如需詳細資訊,請參閱 AltitudeReferenceSystem 屬性。
傳回
包含指定之地理位置集合的匯出矩形。
- 屬性
Windows 需求
應用程式功能 |
location
|
另請參閱
- TryCompute(IIterable<BasicGeoposition>)
- TryCompute(IIterable<BasicGeoposition>, AltitudeReferenceSystem, UInt32)
適用於
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
要包含在 GeoboundingBox內的地理位置集合。
- altitudeRefSystem
- AltitudeReferenceSystem
要用於 GeoboundingBox的高度參考系統。 如需詳細資訊,請參閱 AltitudeReferenceSystem 屬性。
- spatialReferenceId
-
UInt32
unsigned int
uint32_t
要用於 GeoboundingBox的空間參考識別碼 (SRID) 。 如需詳細資訊,請參閱 SpatialReferenceId 屬性。
傳回
包含指定之地理位置集合的匯出矩形。
- 屬性
Windows 需求
應用程式功能 |
location
|
另請參閱
- TryCompute(IIterable<BasicGeoposition>)
- TryCompute(IIterable<BasicGeoposition>, AltitudeReferenceSystem)