Geopath 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Geopath(IIterable<BasicGeoposition>) |
使用指定的位置集合,初始化 Geopath 類別的新實例。 |
Geopath(IIterable<BasicGeoposition>, AltitudeReferenceSystem) |
使用指定的位置和指定的高度參考系統,初始化 Geopath 類別的新實例。 |
Geopath(IIterable<BasicGeoposition>, AltitudeReferenceSystem, UInt32) |
使用指定的位置集合,以及指定的高度參考系統和空間參考識別碼, (SRID) ,初始化 Geopath 類別的新實例。 |
Geopath(IIterable<BasicGeoposition>)
public:
Geopath(IIterable<BasicGeoposition> ^ positions);
Geopath(IIterable<BasicGeoposition> const& positions);
public Geopath(IEnumerable<BasicGeoposition> positions);
function Geopath(positions)
Public Sub New (positions As IEnumerable(Of BasicGeoposition))
參數
- positions
Windows 需求
應用程式功能 |
location
|
另請參閱
- Geopath(IIterable<BasicGeoposition>, AltitudeReferenceSystem)
- Geopath(IIterable<BasicGeoposition>, AltitudeReferenceSystem, UInt32)
適用於
Geopath(IIterable<BasicGeoposition>, AltitudeReferenceSystem)
public:
Geopath(IIterable<BasicGeoposition> ^ positions, AltitudeReferenceSystem altitudeReferenceSystem);
Geopath(IIterable<BasicGeoposition> const& positions, AltitudeReferenceSystem const& altitudeReferenceSystem);
public Geopath(IEnumerable<BasicGeoposition> positions, AltitudeReferenceSystem altitudeReferenceSystem);
function Geopath(positions, altitudeReferenceSystem)
Public Sub New (positions As IEnumerable(Of BasicGeoposition), altitudeReferenceSystem As AltitudeReferenceSystem)
參數
- positions
- altitudeReferenceSystem
- AltitudeReferenceSystem
用來建立新 Geopath的高度參考系統。 如需詳細資訊,請參閱 AltitudeReferenceSystem 屬性。
Windows 需求
應用程式功能 |
location
|
另請參閱
- Geopath(IIterable<BasicGeoposition>)
- Geopath(IIterable<BasicGeoposition>, AltitudeReferenceSystem, UInt32)
適用於
Geopath(IIterable<BasicGeoposition>, AltitudeReferenceSystem, UInt32)
public:
Geopath(IIterable<BasicGeoposition> ^ positions, AltitudeReferenceSystem altitudeReferenceSystem, unsigned int spatialReferenceId);
Geopath(IIterable<BasicGeoposition> const& positions, AltitudeReferenceSystem const& altitudeReferenceSystem, uint32_t const& spatialReferenceId);
public Geopath(IEnumerable<BasicGeoposition> positions, AltitudeReferenceSystem altitudeReferenceSystem, uint spatialReferenceId);
function Geopath(positions, altitudeReferenceSystem, spatialReferenceId)
Public Sub New (positions As IEnumerable(Of BasicGeoposition), altitudeReferenceSystem As AltitudeReferenceSystem, spatialReferenceId As UInteger)
參數
- positions
- altitudeReferenceSystem
- AltitudeReferenceSystem
用來建立新 Geopath的高度參考系統。 如需詳細資訊,請參閱 AltitudeReferenceSystem 屬性。
- spatialReferenceId
-
UInt32
unsigned int
uint32_t
要用來建立新 地理路徑的空間參考識別碼 (SRID) 。 如需詳細資訊,請參閱 SpatialReferenceId 屬性。
Windows 需求
應用程式功能 |
location
|