Reprojector(String, String) Constructor
Create a new reprojector object, converting from source to target as specified in the
arguments.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
public Reprojector(
string projectionStringSource,
string projectionStringTarget
)
new :
projectionStringSource : string *
projectionStringTarget : string -> Reprojector
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