Reprojector(String, String) Constructor

Create a new reprojector object, converting from source to target as specified in the arguments.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public Reprojector(
	string projectionStringSource,
	string projectionStringTarget
)

Parameters

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

See Also