Click or drag to resize

GridReprojector Constructor (GridReprojectorGridInfo, Boolean)

Create a new object

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public GridReprojector(
	GridReprojectorGridInfo sourceInfo,
	bool validateProjectionStrings
)

Parameters

sourceInfo
Type: DHI.ProjectionsGridReprojectorGridInfo
Information of source grid
validateProjectionStrings
Type: SystemBoolean
Bool specifying if projectionstrings should be validated or not. It is fairly expensive to validate the projection strings, and the validation can be skipped by setting this flag to false. Then the user must beforehand check that the projection is valid by calling IsValid(String).
See Also