Click or drag to resize

CIMUGridBool Method

Mask one grid against another using boolean logic operations.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void GridBool(
	CGXNETCore gxNetShared,
	CIMG img1,
	CIMG img2,
	string out,
	int boolean_op,
	int sizing,
	int olap
)

public static void GridBool(
	CGXNETCore gxNetShared,
	CIMG img1,
	CIMG img2,
	string out,
	int boolean_op,
	int sizing,
	int olap
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
img1
Type: GeoEngine.Core.GXNetXCIMG
Image of first input grid
img2
Type: GeoEngine.Core.GXNetXCIMG
Image of second input grid
out
Type: SystemString
File name of output grid
boolean_op
Type: SystemInt32
<define>IMU_BOOL_OPT</define>
sizing
Type: SystemInt32
<define>IMU_BOOL_SIZING</define>
olap
Type: SystemInt32
<define>IMU_BOOL_OLAP</define>
Remarks
The IMG parameters must be of type <define>GS_DOUBLE</define>! If not, the method will terminate.
See Also