GeoboundingBox.TryCompute 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
TryCompute(IIterable<BasicGeoposition>) |
지정한 지리적 위치 집합을 포함하는 GeoboundingBox 를 계산합니다. |
TryCompute(IIterable<BasicGeoposition>, AltitudeReferenceSystem) |
지정한 지리적 위치 집합을 포함하고 지정된 고도 참조 시스템을 사용하는 GeoboundingBox 를 계산합니다. |
TryCompute(IIterable<BasicGeoposition>, AltitudeReferenceSystem, UInt32) |
지정한 지리적 위치 집합을 포함하고 지정된 고도 참조 시스템 및 SRID(공간 참조 ID)를 사용하는 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
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)
지정한 지리적 위치 집합을 포함하고 지정된 고도 참조 시스템 및 SRID(공간 참조 ID)를 사용하는 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
GeoboundingBox 내에 포함할 지리적 위치의 컬렉션입니다.
- altitudeRefSystem
- AltitudeReferenceSystem
GeoboundingBox에 사용할 고도 참조 시스템입니다. 자세한 내용은 AltitudeReferenceSystem 속성을 참조하세요.
- spatialReferenceId
-
UInt32
unsigned int
uint32_t
GeoboundingBox에 사용할 SRID(공간 참조 ID)입니다. 자세한 내용은 SpatialReferenceId 속성을 참조하세요.
반환
지정된 지리적 위치 집합을 포함하는 계산된 사각형입니다.
- 특성
Windows 요구 사항
앱 기능 |
location
|
추가 정보
- TryCompute(IIterable<BasicGeoposition>)
- TryCompute(IIterable<BasicGeoposition>, AltitudeReferenceSystem)