GmlFormatter Constructor
Initializes a new instance of the GmlFormatter class.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Protected Sub New ( _
creator As SpatialImplementation _
)
'Usage
Dim creator As SpatialImplementation
Dim instance As New GmlFormatter(creator)
protected GmlFormatter(
SpatialImplementation creator
)
protected:
GmlFormatter(
SpatialImplementation^ creator
)
new :
creator:SpatialImplementation -> GmlFormatter
protected function GmlFormatter(
creator : SpatialImplementation
)
Parameters
- creator
Type: System.Spatial.SpatialImplementation
The implementation that created this instance.