GeographyLineString クラスの新しいインスタンスを初期化します。
名前空間: System.Spatial
アセンブリ: System.Spatial (System.Spatial.dll)
構文
'宣言
Protected Sub New ( _
coordinateSystem As CoordinateSystem, _
creator As SpatialImplementation _
)
'使用
Dim coordinateSystem As CoordinateSystem
Dim creator As SpatialImplementation
Dim instance As New GeographyLineString(coordinateSystem, _
creator)
protected GeographyLineString(
CoordinateSystem coordinateSystem,
SpatialImplementation creator
)
protected:
GeographyLineString(
CoordinateSystem^ coordinateSystem,
SpatialImplementation^ creator
)
new :
coordinateSystem:CoordinateSystem *
creator:SpatialImplementation -> GeographyLineString
protected function GeographyLineString(
coordinateSystem : CoordinateSystem,
creator : SpatialImplementation
)
パラメーター
- coordinateSystem
型: System.Spatial.CoordinateSystem
このインスタンスの座標系。
- creator
型: System.Spatial.SpatialImplementation
このインスタンスを作成した実装。