SpatialImplementation.CreateGmlFormatter Method
Creates a GmlFormatter for this implementation.
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
Return Value
Type: System.Spatial.GmlFormatter
The GmlFormatter created.