Click or drag to resize

CITRCreateIMG Method

Create an ITR for an image.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static CITR CreateIMG(
	CIMG img,
	string tbl,
	int zone,
	double contour
)

public static CITR CreateIMG(
	CIMG img,
	string tbl,
	int zone,
	double contour
)

Parameters

img
Type: GeoEngine.Core.GXNetCIMG
tbl
Type: SystemString
Color table name, NULL for default
zone
Type: SystemInt32
<define>ITR_ZONE</define>
contour
Type: SystemDouble
Color contour interval or <define>rDUMMY</define>

Return Value

Type: CITR
ITR object
Remarks
The <define>ITR_ZONE_DEFAULT</define> model will ask the IMG to provide a model if it can. If a shaded relief model is selected, a shaded image will be created and a shaded image file will be created with the same name as the original grid but with the suffux "_s" added to the name part of the grid.
See Also