Click or drag to resize

CITR.CreateIMG Method

Create an ITR for an image.

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore
img
Type: GeoEngine.Core.GXNetX.CIMG
tbl
Type: System.String
Color table name, NULL for default
zone
Type: System.Int32
<define>ITR_ZONE</define>
contour
Type: System.Double
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