Click or drag to resize

CITREqualAreaOrLinear Method

Calculate an equal area transform.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void EqualAreaOrLinear(
	CST st,
	double contour
)

public void EqualAreaOrLinear(
	CST st,
	double contour
)

Parameters

st
Type: GeoEngine.Core.GXNetXCST
Stat object with a histogram
contour
Type: SystemDouble
Color contour interval or dummy for none
Remarks
If the number of individual populated zones calculated using an equal-area ITR is less than the number of colours in the ITR, then EqualArea_ITR displays an error message is displayed to that effect. If you want to avoid this error message in your work-flow, call this function, EqualAreaOrLinear_ITR, which will apply a linear transform with the input number of colours, covering the whole range, should the equal-area transform have a problem, and no error message will appear, even if there is no valid data at all.
See Also