Click or drag to resize

CIMUGridTiff Method

Generate a Tiff (Tagged-Image file format) file with up to 16 grids.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void GridTiff(
	CGXNETCore gxNetShared,
	string grds,
	string tiff,
	string bcol,
	int red,
	int green,
	int blue,
	double csize,
	int reg,
	double scale
)

public static void GridTiff(
	CGXNETCore gxNetShared,
	string grds,
	string tiff,
	string bcol,
	int red,
	int green,
	int blue,
	double csize,
	int reg,
	double scale
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grds
Type: SystemString
Comma-delimited string containing names of all grids to use in Tiff generation Up to 16 grids allowed.
tiff
Type: SystemString
Name of Tiff file to create
bcol
Type: SystemString
Background color option. One of W (White) K (Black) C (Cyan) M (Magenta) Y (Yellow) R (Red) G (Green) B (Blue)
red
Type: SystemInt32
Background Red value (0-255)
green
Type: SystemInt32
Background Green (0-255)
blue
Type: SystemInt32
Background Blue (0-255)
csize
Type: SystemDouble
New cell size
reg
Type: SystemInt32
Pixel size of registration marks
scale
Type: SystemDouble
Map scale
Remarks
The background color can be either selected from one of 8 settings, or can be specified as a combination of Reg,Green, and Blue values.
See Also