 | CIMUMosaic Method |
Create a mosaic image of an image list.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CIMG Mosaic(
CGXNETCore gxNetShared,
string grids,
string name,
CIPJ ipj,
double cell
)
public static CIMG Mosaic(
CGXNETCore gxNetShared,
string grids,
string name,
CIPJ ipj,
double cell
)
Public Shared Function Mosaic (
gxNetShared As CGXNETCore,
grids As String,
name As String,
ipj As CIPJ,
cell As Double
) As CIMG
Public Shared Function Mosaic (
gxNetShared As CGXNETCore,
grids As String,
name As String,
ipj As CIPJ,
cell As Double
) As CIMG
public:
static CIMG^ Mosaic(
CGXNETCore^ gxNetShared,
String^ grids,
String^ name,
CIPJ^ ipj,
double cell
)
public:
static CIMG^ Mosaic(
CGXNETCore^ gxNetShared,
String^ grids,
String^ name,
CIPJ^ ipj,
double cell
)
static member Mosaic :
gxNetShared : CGXNETCore *
grids : string *
name : string *
ipj : CIPJ *
cell : float -> CIMG
static member Mosaic :
gxNetShared : CGXNETCore *
grids : string *
name : string *
ipj : CIPJ *
cell : float -> CIMG
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - grids
- Type: SystemString
Image names ('|' separated) - name
- Type: SystemString
Output image name ("" for a memory only image) - ipj
- Type: GeoEngine.Core.GXNetXCIPJ
Projection to use (0 to use the first grid's projection) - cell
- Type: SystemDouble
Cell size to use (rDummy to use first grid)
Return Value
Type:
CIMGIMG Object
Remarks
The images are simply placed on the output image, starting with
the first image. Note that this function may require very large
amounts of virtual memory.
See Also