Click or drag to resize

CLL2Create Method

Create an empty LL2 table to be filled

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CLL2 Create(
	CGXNETCore gxNetShared,
	double lon0,
	double lat0,
	double lon,
	double lat,
	int nlon,
	int nlat,
	CIPJ in_ipj,
	CIPJ out_ipj
)

public static CLL2 Create(
	CGXNETCore gxNetShared,
	double lon0,
	double lat0,
	double lon,
	double lat,
	int nlon,
	int nlat,
	CIPJ in_ipj,
	CIPJ out_ipj
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
lon0
Type: SystemDouble
Longitude origin
lat0
Type: SystemDouble
Latitude origin
lon
Type: SystemDouble
Longitude increment
lat
Type: SystemDouble
Latitude increment
nlon
Type: SystemInt32
# longitudes
nlat
Type: SystemInt32
# latitudes
in_ipj
Type: GeoEngine.Core.GXNetXCIPJ
Input projection
out_ipj
Type: GeoEngine.Core.GXNetXCIPJ
Output projection

Return Value

Type: CLL2
LL2 Object
See Also