Click or drag to resize
Reprojector Constructor (String, String)
Create a new reprojector object, converting from source to target as specified in the arguments.

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public Reprojector(
	string projectionStringSource,
	string projectionStringTarget
)

Parameters

projectionStringSource
Type: SystemString
String for source map projection, in the WKT format for a spatial reference system, or one of the abbreviations
projectionStringTarget
Type: SystemString
String for target map projection, in the WKT format for a spatial reference system, or one of the abbreviations
See Also