Click or drag to resize

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
Syntax
public void SetRow(
	int row,
	CVV lon_vv,
	CVV lat_vv
)

public void SetRow(
	int row,
	CVV lon_vv,
	CVV lat_vv
)

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