Click or drag to resize

CIMGInherit Method

Inherit a projection/new cell size on the IMG.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Inherit(
	CIPJ ipj,
	double cell
)

public void Inherit(
	CIPJ ipj,
	double cell
)

Parameters

ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection
cell
Type: SystemDouble
Optional cell size
Remarks
If cell size is <define>GS_R8DM</define>, then "nice" values for the cell size of the new projected grid will be determined so that the new grid has about the same number of cells as the old. If the cell size is specified, the inheritance will always work, even if the input IPJ is identical to the original IPJ, and the cell boundaries will be forced to be aligned with the new cell size.
See Also