Click or drag to resize

CMVUCDIPixelPlot Method

Create a color pixel-style plot of CDI data.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void CDIPixelPlot(
	CMVIEW mview,
	string group,
	CVA data_va,
	CVA elev_va,
	CVV xvv,
	CITR itr
)

public static void CDIPixelPlot(
	CMVIEW mview,
	string group,
	CVA data_va,
	CVA elev_va,
	CVV xvv,
	CITR itr
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
group
Type: SystemString
Name of the group to create
data_va
Type: GeoEngine.Core.GXNetCVA
Data [lNR x lNC]
elev_va
Type: GeoEngine.Core.GXNetCVA
Elevations (Y) [lNR x lNC]
xvv
Type: GeoEngine.Core.GXNetCVV
Position (X) [lNC]
itr
Type: GeoEngine.Core.GXNetCITR
Data color transform
Remarks
Draws a single colored rectangle for each data point in Conductivity-Depth data (for example). It is similar to the result you get if you plot a grid with Pixel=1, but in this data the row and column widths are not necessarily constant, and the data can move up and down with topography. The pixels are sized so that the boundaries are half-way between adjacent data, both vertically and horizontally.
See Also