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: 19.0.0.0 (11.1.1.1111)
Syntax public Reprojector(
string projectionStringSource,
string projectionStringTarget
)
Public Sub New (
projectionStringSource As String,
projectionStringTarget As String
)
public:
Reprojector(
String^ projectionStringSource,
String^ projectionStringTarget
)
new :
projectionStringSource : string *
projectionStringTarget : string -> Reprojector
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