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