 | CMESHUTILProjectGeosurfaceOntoGrid 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 ProjectGeosurfaceOntoGrid(
CGXNETCore gxNetShared,
string surface_filename,
string surface_name,
string input_geometry_grid,
int projection_method,
string output_grid
)
public static void ProjectGeosurfaceOntoGrid(
CGXNETCore gxNetShared,
string surface_filename,
string surface_name,
string input_geometry_grid,
int projection_method,
string output_grid
)
Public Shared Sub ProjectGeosurfaceOntoGrid (
gxNetShared As CGXNETCore,
surface_filename As String,
surface_name As String,
input_geometry_grid As String,
projection_method As Integer,
output_grid As String
)
Public Shared Sub ProjectGeosurfaceOntoGrid (
gxNetShared As CGXNETCore,
surface_filename As String,
surface_name As String,
input_geometry_grid As String,
projection_method As Integer,
output_grid As String
)
public:
static void ProjectGeosurfaceOntoGrid(
CGXNETCore^ gxNetShared,
String^ surface_filename,
String^ surface_name,
String^ input_geometry_grid,
int projection_method,
String^ output_grid
)
public:
static void ProjectGeosurfaceOntoGrid(
CGXNETCore^ gxNetShared,
String^ surface_filename,
String^ surface_name,
String^ input_geometry_grid,
int projection_method,
String^ output_grid
)
static member ProjectGeosurfaceOntoGrid :
gxNetShared : CGXNETCore *
surface_filename : string *
surface_name : string *
input_geometry_grid : string *
projection_method : int *
output_grid : string -> unit
static member ProjectGeosurfaceOntoGrid :
gxNetShared : CGXNETCore *
surface_filename : string *
surface_name : string *
input_geometry_grid : string *
projection_method : int *
output_grid : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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