Click or drag to resize
CIPJReprojectSectionGrid Method
Reproject a section grid

Available since Oasis montaj version: 9.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Reproject a section grid to a new IPJ, adjusting its orientation and registration so that it remains in the same location.
Syntax
public void ReprojectSectionGrid(
	CIPJ output_ipj,
	ref double x0,
	ref double y0,
	ref double dx,
	ref double dy,
	ref double rot
)

Parameters

output_ipj
Type: GeoEngine.Core.GXNetXCIPJ
Reprojected IPJ on input (need not include an orientation). On output contains the same type of orientation as the initial IPJ, adjusted to be in the same location.
x0
Type: SystemDouble
X origin of grid (input initial value, output new value)
y0
Type: SystemDouble
Y origin of grid (input initial value, output new value)
dx
Type: SystemDouble
X cell size of grid (input initial value, output new value)
dy
Type: SystemDouble
Y cell size of grid (input initial value, output new value)
rot
Type: SystemDouble
Grid rotation (degrees CCW) (input initial value, output new value)
See Also