Click or drag to resize

CIMGSetIPJ Method

Set the projection of a grid.

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

public void SetIPJ(
	CIPJ ipj
)

Parameters

ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection
Remarks
Calls to this function should be made AFTER calls to SetInfo_IMG, as SetIPJ_IMG sets up the bounding rectangle in the metadata.
See Also