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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET