Click or drag to resize

CIMGSetIPJ Method

Set the projection of a grid.

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

public void SetIPJ(
	CIPJ ipj
)

Parameters

ipj
Type: GeoEngine.Core.GXNetCIPJ
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