Click or drag to resize

CMESHUTILReprojectGeosurfaceFile 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 ReprojectGeosurfaceFile(
	string input_surface_filename,
	string output_surface_filename,
	CIPJ ipj
)

public static void ReprojectGeosurfaceFile(
	string input_surface_filename,
	string output_surface_filename,
	CIPJ ipj
)

Parameters

input_surface_filename
Type: SystemString
Input Geosurface file name
output_surface_filename
Type: SystemString
Output Geosurface file name
ipj
Type: GeoEngine.Core.GXNetCIPJ
IPJ in which to place the new Geosurface coordinate system
See Also