Click or drag to resize
CIMGCreateProjected2 Method
Applies a projection to an image, specify cell size.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The IMG now appears to be in the projected coordinate system space, with the specified cell size. If the cell size is rDUMMY (GS_R8DM), one is automatically calculated, as with CreateProjected_IMG.
Syntax
public void CreateProjected2(
	CIPJ oIPJ1,
	double d2
)

Parameters

oIPJ1
Type: GeoEngine.Core.GXNetCIPJ
Projection to apply
d2
Type: SystemDouble
Cell size
See Also