Create Method

Creates the implementation of the format.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Shared Function Create As GeoJsonFormat
'Usage
Dim returnValue As GeoJsonFormat

returnValue = GeoJsonFormat.Create()
public static GeoJsonFormat Create()
public:
static GeoJsonFormat^ Create()
static member Create : unit -> GeoJsonFormat 
public static function Create() : GeoJsonFormat

Return Value

Type: System.Spatial..::..GeoJsonFormat
Returns the created GeoJsonFormat implementation.

See Also

Reference

GeoJsonFormat Class

System.Spatial Namespace