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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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(
	string str1,
	string str2,
	CIPJ oIPJ3,
	double d4
)

Parameters

str1
Type: SystemString
Image names ('|' separated)
str2
Type: SystemString
Output image name ("" for a memory only image)
oIPJ3
Type: GeoEngine.Core.GXNetCIPJ
Projection to use (0 to use the first grid's projection)
d4
Type: SystemDouble
Cell size to use (rDummy to use first grid)

Return Value

Type: CIMG
IMG Object
See Also