Click or drag to resize

CIMUMosaic Method

Create a mosaic image of an image list.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CIMG Mosaic(
	CGXNETCore gxNetShared,
	string grids,
	string name,
	CIPJ ipj,
	double cell
)

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
Remarks
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.
See Also