SpatialFormatter<TReaderStream, TWriterStream> Constructor
Initializes a new instance of the <see cref="T:System.Spatial.SpatialFormatter`2" /> 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 SpatialFormatter(creator)
protected SpatialFormatter(
SpatialImplementation creator
)
protected:
SpatialFormatter(
SpatialImplementation^ creator
)
new :
creator:SpatialImplementation -> SpatialFormatter
protected function SpatialFormatter(
creator : SpatialImplementation
)
Parameters
- creator
Type: System.Spatial.SpatialImplementation
The implementation that created this instance.