Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the implementation of the formatter.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Shared Function Create As GeoJsonObjectFormatter
'Usage
Dim returnValue As GeoJsonObjectFormatter
returnValue = GeoJsonObjectFormatter.Create()
public static GeoJsonObjectFormatter Create()
public:
static GeoJsonObjectFormatter^ Create()
static member Create : unit -> GeoJsonObjectFormatter
public static function Create() : GeoJsonObjectFormatter
Return Value
Type: System.Spatial.GeoJsonObjectFormatter
The created GeoJsonObjectFormatter implementation.