Freigeben über


SpatialImplementation.CreateGmlFormatter-Methode

Erstellt einen GmlFormatter für diese Implementierung.

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

Syntax

'Declaration
Public MustOverride Function CreateGmlFormatter As GmlFormatter
'Usage
Dim instance As SpatialImplementation
Dim returnValue As GmlFormatter

returnValue = instance.CreateGmlFormatter()
public abstract GmlFormatter CreateGmlFormatter()
public:
virtual GmlFormatter^ CreateGmlFormatter() abstract
abstract CreateGmlFormatter : unit -> GmlFormatter 
public abstract function CreateGmlFormatter() : GmlFormatter

Rückgabewert

Typ: System.Spatial.GmlFormatter
Der erstellte GmlFormatter.

Siehe auch

Verweis

SpatialImplementation Klasse

System.Spatial-Namespace