 | 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
Syntaxpublic 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
)
Public Shared Sub ReprojectGeosurfaceFile (
input_surface_filename As String,
output_surface_filename As String,
ipj As CIPJ
)
Public Shared Sub ReprojectGeosurfaceFile (
input_surface_filename As String,
output_surface_filename As String,
ipj As CIPJ
)
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
)
static member ReprojectGeosurfaceFile :
input_surface_filename : string *
output_surface_filename : string *
ipj : CIPJ -> unit
static member ReprojectGeosurfaceFile :
input_surface_filename : string *
output_surface_filename : string *
ipj : CIPJ -> unit
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