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