 | CLL2SetRow Method |
Define a row of the LL2
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetRow(
int row,
CVV lon_vv,
CVV lat_vv
)
public void SetRow(
int row,
CVV lon_vv,
CVV lat_vv
)
Public Sub SetRow (
row As Integer,
lon_vv As CVV,
lat_vv As CVV
)
Public Sub SetRow (
row As Integer,
lon_vv As CVV,
lat_vv As CVV
)
public:
void SetRow(
int row,
CVV^ lon_vv,
CVV^ lat_vv
)
public:
void SetRow(
int row,
CVV^ lon_vv,
CVV^ lat_vv
)
member SetRow :
row : int *
lon_vv : CVV *
lat_vv : CVV -> unit
member SetRow :
row : int *
lon_vv : CVV *
lat_vv : CVV -> unit
Parameters
- row
- Type: SystemInt32
The row to set - lon_vv
- Type: GeoEngine.Core.GXNetXCVV
Longitude corrections - lat_vv
- Type: GeoEngine.Core.GXNetXCVV
Latitude corrections
Remarks
The correction data is in degrees, added to the input
datum to product output datum results.
The VV lengths must be equal to #longitudes defined
by Create_LL2.
See Also