Click or drag to resize
CIMUMosaic Method
Create a mosaic image of an image list.

Available since Oasis montaj version: 5.1.8
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The images are simply placed on the output image, starting with the first image. Note that this function may require very large amounts of virtual memory.
Syntax
public static CIMG Mosaic(
	CGXNETCore gxNetShared,
	string grids,
	string name,
	CIPJ ipj,
	double cell
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grids
Type: SystemString
Image names ('|' separated)
name
Type: SystemString
Output image name ("" for a memory only image)
ipj
Type: GeoEngine.Core.GXNetXCIPJ
Projection to use (0 to use the first grid's projection)
cell
Type: SystemDouble
Cell size to use (rDummy to use first grid)

Return Value

Type: CIMG
IMG Object
See Also