Click or drag to resize

CLL2SetRow Method

Define a row of the LL2

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.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.GXNetCVV
Longitude corrections
lat_vv
Type: GeoEngine.Core.GXNetCVV
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