 | 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
Syntaxpublic 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
)
Public Shared Function Create (
gxNetShared As CGXNETCore,
lon0 As Double,
lat0 As Double,
lon As Double,
lat As Double,
nlon As Integer,
nlat As Integer,
in_ipj As CIPJ,
out_ipj As CIPJ
) As CLL2
Public Shared Function Create (
gxNetShared As CGXNETCore,
lon0 As Double,
lat0 As Double,
lon As Double,
lat As Double,
nlon As Integer,
nlat As Integer,
in_ipj As CIPJ,
out_ipj As CIPJ
) As CLL2
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
)
static member Create :
gxNetShared : CGXNETCore *
lon0 : float *
lat0 : float *
lon : float *
lat : float *
nlon : int *
nlat : int *
in_ipj : CIPJ *
out_ipj : CIPJ -> CLL2
static member Create :
gxNetShared : CGXNETCore *
lon0 : float *
lat0 : float *
lon : float *
lat : float *
nlon : int *
nlat : int *
in_ipj : CIPJ *
out_ipj : CIPJ -> CLL2
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:
CLL2LL2 Object
See Also