 | CITREqualArea Method |
Calculate an equal area transform.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void EqualArea(
CST st,
double contour
)
public void EqualArea(
CST st,
double contour
)
Public Sub EqualArea (
st As CST,
contour As Double
)
Public Sub EqualArea (
st As CST,
contour As Double
)
public:
void EqualArea(
CST^ st,
double contour
)
public:
void EqualArea(
CST^ st,
double contour
)
member EqualArea :
st : CST *
contour : float -> unit
member EqualArea :
st : CST *
contour : float -> unit
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 an error message is displayed to that effect. If you want
to avoid this error message in your work-flow, call 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