 | 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
Syntaxpublic static CITR CreateIMG(
CIMG img,
string tbl,
int zone,
double contour
)
public static CITR CreateIMG(
CIMG img,
string tbl,
int zone,
double contour
)
Public Shared Function CreateIMG (
img As CIMG,
tbl As String,
zone As Integer,
contour As Double
) As CITR
Public Shared Function CreateIMG (
img As CIMG,
tbl As String,
zone As Integer,
contour As Double
) As CITR
public:
static CITR^ CreateIMG(
CIMG^ img,
String^ tbl,
int zone,
double contour
)
public:
static CITR^ CreateIMG(
CIMG^ img,
String^ tbl,
int zone,
double contour
)
static member CreateIMG :
img : CIMG *
tbl : string *
zone : int *
contour : float -> CITR
static member CreateIMG :
img : CIMG *
tbl : string *
zone : int *
contour : float -> CITR
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:
CITRITR 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