Click or drag to resize

ReprojectorConversionType Enumeration

Type of conversion

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum ConversionType
Members
  Member nameValueDescription
Proj2Proj0 Convert from source projection coordinates to target projection coordinates
Proj2Geo1 Convert from source projection coordinates to target geographic coordinates
Geo2Proj2 Convert from source geographic coordinates to target projection coordinates
Geo2Geo3 Convert from source geographic coordinates to target geographic coordinates
See Also