 | CIPJReprojectSectionGrid Method |
Reproject a section grid
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ReprojectSectionGrid(
CIPJ output_ipj,
ref double x0,
ref double y0,
ref double dx,
ref double dy,
ref double rot
)
public void ReprojectSectionGrid(
CIPJ output_ipj,
ref double x0,
ref double y0,
ref double dx,
ref double dy,
ref double rot
)
Public Sub ReprojectSectionGrid (
output_ipj As CIPJ,
ByRef x0 As Double,
ByRef y0 As Double,
ByRef dx As Double,
ByRef dy As Double,
ByRef rot As Double
)
Public Sub ReprojectSectionGrid (
output_ipj As CIPJ,
ByRef x0 As Double,
ByRef y0 As Double,
ByRef dx As Double,
ByRef dy As Double,
ByRef rot As Double
)
public:
void ReprojectSectionGrid(
CIPJ^ output_ipj,
double% x0,
double% y0,
double% dx,
double% dy,
double% rot
)
public:
void ReprojectSectionGrid(
CIPJ^ output_ipj,
double% x0,
double% y0,
double% dx,
double% dy,
double% rot
)
member ReprojectSectionGrid :
output_ipj : CIPJ *
x0 : float byref *
y0 : float byref *
dx : float byref *
dy : float byref *
rot : float byref -> unit
member ReprojectSectionGrid :
output_ipj : CIPJ *
x0 : float byref *
y0 : float byref *
dx : float byref *
dy : float byref *
rot : float byref -> unit
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)
Remarks
Reproject a section grid to a new IPJ, adjusting its orientation and registration so that
it remains in the same location.
See Also