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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
public void CreateProjected2(
	CIPJ ipj,
	double cell_size
)

Parameters

ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection to apply
cell_size
Type: SystemDouble
Cell size
See Also