Click or drag to resize

CIMGCreateProjected Method

Applies a projection to an image.

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

public void CreateProjected(
	CIPJ ipj
)

Parameters

ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection to apply
Remarks
The IMG now appears to be in the projected coordinate system space.
See Also