 | CLL2 Class |
local datum lookup creator
ll2 methods are used to create LL2 objects. LL2 objects contain
latitude, longitude correction lookup tables to convert between datums.
Inheritance Hierarchy
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic class CLL2 : CHANDLE
public class CLL2 : CHANDLE
Public Class CLL2
Inherits CHANDLE
Public Class CLL2
Inherits CHANDLE
public ref class CLL2 : public CHANDLE
public ref class CLL2 : public CHANDLE
type CLL2 =
class
inherit CHANDLE
end
type CLL2 =
class
inherit CHANDLE
end
The CLL2 type exposes the following members.
Methods
| Name | Description |
---|
  | Create | Create an empty LL2 table to be filled |
 | Dispose | Releases the unmanaged resources used by the CLL2 and optionally releases the managed resources (Overrides CHANDLEDispose(Boolean).) |
 | Save | Save an LL2 to a named resource |
 | SetRow | Define a row of the LL2 |
Top
See Also