LineString Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LineString(IList<Position>) |
Initializes a new instance of the LineString class. |
LineString(IList<Position>, GeometryParams) |
Initializes a new instance of the LineString class. |
LineString(IList<Position>)
Initializes a new instance of the LineString class.
public LineString (System.Collections.Generic.IList<Azure.Cosmos.Spatial.Position> coordinates);
new Azure.Cosmos.Spatial.LineString : System.Collections.Generic.IList<Azure.Cosmos.Spatial.Position> -> Azure.Cosmos.Spatial.LineString
Public Sub New (coordinates As IList(Of Position))
Parameters
Applies to
LineString(IList<Position>, GeometryParams)
Initializes a new instance of the LineString class.
public LineString (System.Collections.Generic.IList<Azure.Cosmos.Spatial.Position> coordinates, Azure.Cosmos.Spatial.GeometryParams geometryParams);
new Azure.Cosmos.Spatial.LineString : System.Collections.Generic.IList<Azure.Cosmos.Spatial.Position> * Azure.Cosmos.Spatial.GeometryParams -> Azure.Cosmos.Spatial.LineString
Public Sub New (coordinates As IList(Of Position), geometryParams As GeometryParams)
Parameters
- geometryParams
- GeometryParams
Additional geometry parameters.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET