MapControl.GetLocationFromOffset メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetLocationFromOffset(Point, Geopoint) |
マップ上のポイントを地理的な場所に変換します。 Note このメソッドは非推奨とされます。 代わりに TryGetLocationFromOffset メソッドを使用してください。 |
GetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint) |
指定した高度参照システムを使用して、マップ上のポイントを地理的な場所に変換します。 Note このメソッドは非推奨とされます。 代わりに TryGetLocationFromOffset メソッドを使用してください。 |
GetLocationFromOffset(Point, Geopoint)
public:
virtual void GetLocationFromOffset(Point offset, [Out] Geopoint ^ & location) = GetLocationFromOffset;
void GetLocationFromOffset(Point const& offset, [Out] Geopoint const& & location);
/// [Windows.Foundation.Metadata.Overload("GetLocationFromOffset")]
void GetLocationFromOffset(Point const& offset, [Out] Geopoint const& & location);
public void GetLocationFromOffset(Point offset, out Geopoint location);
[Windows.Foundation.Metadata.Overload("GetLocationFromOffset")]
public void GetLocationFromOffset(Point offset, out Geopoint location);
Public Sub GetLocationFromOffset (offset As Point, ByRef location As Geopoint)
パラメーター
- offset
- Point
地理的な場所に変換するマップ上のポイント。
- location
- Geopoint
このメソッドが返されると、 には対応する地理的な場所が格納されます。
- 属性
注釈
ポイントが無効な場合、このメソッドは例外をスローします。
こちらもご覧ください
適用対象
GetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint)
指定した高度参照システムを使用して、マップ上のポイントを地理的な場所に変換します。
Note
このメソッドは非推奨とされます。 代わりに TryGetLocationFromOffset メソッドを使用してください。
public:
virtual void GetLocationFromOffset(Point offset, AltitudeReferenceSystem desiredReferenceSystem, [Out] Geopoint ^ & location) = GetLocationFromOffset;
/// [Windows.Foundation.Metadata.Overload("GetLocationFromOffsetWithReferenceSystem")]
void GetLocationFromOffset(Point const& offset, AltitudeReferenceSystem const& desiredReferenceSystem, [Out] Geopoint const& & location);
[Windows.Foundation.Metadata.Overload("GetLocationFromOffsetWithReferenceSystem")]
public void GetLocationFromOffset(Point offset, AltitudeReferenceSystem desiredReferenceSystem, out Geopoint location);
Public Sub GetLocationFromOffset (offset As Point, desiredReferenceSystem As AltitudeReferenceSystem, ByRef location As Geopoint)
パラメーター
- offset
- Point
地理的な場所に変換するマップ上のポイント。
- desiredReferenceSystem
- AltitudeReferenceSystem
地理的なポイントの高度参照システム。 高度参照システムの Unspecified の値は、既定の GetLocationFromOffset(Windows.Foundation.Point オフセット、Windows.Devices.Geolocation.Geopoint location) オーバーロードの使用と同じ効果を持ちます。
- location
- Geopoint
このメソッドが返されると、 には対応する地理的な場所が格納されます。
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Creators Update (10.0.15063.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0 で導入)
|
注釈
このメソッドは、 GeoPoint のインスタンスを提供します。 その Geopoint には BasicGeoPosition が含まれています。 オブジェクト。 desiredReferenceSystem パラメーターは、そのオブジェクトの Altitude フィールドを設定します。
ポイントが無効な場合、このメソッドは例外をスローします。
注意
Ellipsoid の AltitudeReferenceSystem はサポートされていない可能性があります。