Click or drag to resize

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
input_surface_filename
Type: SystemString
Input Geosurface file name
output_surface_filename
Type: SystemString
Output Geosurface file name
ipj
Type: GeoEngine.Core.GXNetXCIPJ
IPJ in which to place the new Geosurface coordinate system
See Also