LineString Method (CoordinateSystem)
Creates an empty geographic line string.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Shared Function LineString ( _
coordinateSystem As CoordinateSystem _
) As GeographyFactory(Of GeographicLineString)
'Usage
Dim coordinateSystem As CoordinateSystem
Dim returnValue As GeographyFactory(Of GeographicLineString)
returnValue = GeographyFactory.LineString(coordinateSystem)
public static GeographyFactory<GeographicLineString> LineString(
CoordinateSystem coordinateSystem
)
public:
static GeographyFactory<GeographicLineString^>^ LineString(
CoordinateSystem^ coordinateSystem
)
static member LineString :
coordinateSystem:CoordinateSystem -> GeographyFactory<GeographicLineString>
public static function LineString(
coordinateSystem : CoordinateSystem
) : GeographyFactory<GeographicLineString>
Parameters
- coordinateSystem
Type: System.Spatial..::..CoordinateSystem
The coordinate system.
Return Value
Type: System.Spatial..::..GeographyFactory< (Of < ( <'GeographicLineString> ) > ) >
A geographic line string factory.