Click or drag to resize

CMULTIGRID3DUTILCreateSubsetFromRealExtents Method

Create a new MULTIGRID3D that is a subset of the non-dummy extents.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CMULTIGRID3D CreateSubsetFromRealExtents(
	CGXNETCore gxNetShared,
	string input_name,
	string output_name
)

public static CMULTIGRID3D CreateSubsetFromRealExtents(
	CGXNETCore gxNetShared,
	string input_name,
	string output_name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
input_name
Type: SystemString
File Name of the MULTIGRID3D that will be subset
output_name
Type: SystemString
File Name of the MULTIGRID3D that will be created

Return Value

Type: CMULTIGRID3D
Remarks
Creates a MULTIGRID3D object that is a subset with all dummy data regions removed.
See Also