 | 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
Syntaxpublic 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
)
Public Shared Sub GridBool (
gxNetShared As CGXNETCore,
img1 As CIMG,
img2 As CIMG,
out As String,
boolean_op As Integer,
sizing As Integer,
olap As Integer
)
Public Shared Sub GridBool (
gxNetShared As CGXNETCore,
img1 As CIMG,
img2 As CIMG,
out As String,
boolean_op As Integer,
sizing As Integer,
olap As Integer
)
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
)
static member GridBool :
gxNetShared : CGXNETCore *
img1 : CIMG *
img2 : CIMG *
out : string *
boolean_op : int *
sizing : int *
olap : int -> unit
static member GridBool :
gxNetShared : CGXNETCore *
img1 : CIMG *
img2 : CIMG *
out : string *
boolean_op : int *
sizing : int *
olap : int -> unit
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