Click or drag to resize

CIMGCreateProjected2 Method

Applies a projection to an image, specify cell size.

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

public void CreateProjected2(
	CIPJ ipj,
	double cell_size
)

Parameters

ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection to apply
cell_size
Type: SystemDouble
Cell size
Remarks
The IMG now appears to be in the projected coordinate system space, with the specified cell size. If the cell size is <define>rDUMMY</define> (<define>GS_R8DM</define>), one is automatically calculated, as with CreateProjected_IMG.
See Also