Click or drag to resize

CMESHUTILProjectGeosurfaceOntoGrid Method

Repoject surface with the coordinate system of the IPJ.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void ProjectGeosurfaceOntoGrid(
	CGXNETCore gxNetShared,
	string surface_filename,
	string surface_name,
	string input_geometry_grid,
	int projection_method,
	string output_grid
)

public static void ProjectGeosurfaceOntoGrid(
	CGXNETCore gxNetShared,
	string surface_filename,
	string surface_name,
	string input_geometry_grid,
	int projection_method,
	string output_grid
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
surface_filename
Type: SystemString
Input Geosurface file name
surface_name
Type: SystemString
Geosurface surface name
input_geometry_grid
Type: SystemString
Input Geometry grid
projection_method
Type: SystemInt32
<define>SURFACE_PROJECTION_METHOD</define>
output_grid
Type: SystemString
Output grid
See Also