Click or drag to resize

CMESHUTILProjectGeosurfaceOntoGrid Method

Repoject surface with the coordinate system of the IPJ.

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

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

Parameters

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