WellKnownTextSqlFormatter Constructor
Initializes a new instance of the WellKnownTextSqlFormatter 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 WellKnownTextSqlFormatter(creator)
protected WellKnownTextSqlFormatter(
SpatialImplementation creator
)
protected:
WellKnownTextSqlFormatter(
SpatialImplementation^ creator
)
new :
creator:SpatialImplementation -> WellKnownTextSqlFormatter
protected function WellKnownTextSqlFormatter(
creator : SpatialImplementation
)
Parameters
- creator
Type: System.Spatial.SpatialImplementation
The implementation that created this instance.