 | CIMGCreateOutFile Method |
Creates an output image file using input image info.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CIMG CreateOutFile(
int type,
string grid,
CIMG img
)
public static CIMG CreateOutFile(
int type,
string grid,
CIMG img
)
Public Shared Function CreateOutFile (
type As Integer,
grid As String,
img As CIMG
) As CIMG
Public Shared Function CreateOutFile (
type As Integer,
grid As String,
img As CIMG
) As CIMG
public:
static CIMG^ CreateOutFile(
int type,
String^ grid,
CIMG^ img
)
public:
static CIMG^ CreateOutFile(
int type,
String^ grid,
CIMG^ img
)
static member CreateOutFile :
type : int *
grid : string *
img : CIMG -> CIMG
static member CreateOutFile :
type : int *
grid : string *
img : CIMG -> CIMG
Parameters
- type
- Type: SystemInt32
Data type, <define>GS_TYPES</define> or <define>GS_TYPE_DEFAULT</define> - grid
- Type: SystemString
Name of the Grid to link to - img
- Type: GeoEngine.Core.GXNetCIMG
Input Image for new image creation
Return Value
Type:
CIMGIMG object
Remarks
When the <define>GS_DOUBLE</define> data type is chosen the actual on-disk
type of the input image will be used instead of <define>GS_DOUBLE</define>
if the on-disk values represent color data as opposed
to real numbers.
See Also