 | CGISInvertWarp Method |
Note: This API is now obsolete.
See deprecation note
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since 2024.2, Use ScanMIRaseterFile_GIS")]
public static void InvertWarp(
CGXNETCore gxNetShared,
CIPJ ipj,
int ny
)
[ObsoleteAttribute("Deprecated since 2024.2, Use ScanMIRaseterFile_GIS")]
public static void InvertWarp(
CGXNETCore gxNetShared,
CIPJ ipj,
int ny
)
<ObsoleteAttribute("Deprecated since 2024.2, Use ScanMIRaseterFile_GIS")>
Public Shared Sub InvertWarp (
gxNetShared As CGXNETCore,
ipj As CIPJ,
ny As Integer
)
<ObsoleteAttribute("Deprecated since 2024.2, Use ScanMIRaseterFile_GIS")>
Public Shared Sub InvertWarp (
gxNetShared As CGXNETCore,
ipj As CIPJ,
ny As Integer
)
public:
[ObsoleteAttribute(L"Deprecated since 2024.2, Use ScanMIRaseterFile_GIS")]
static void InvertWarp(
CGXNETCore^ gxNetShared,
CIPJ^ ipj,
int ny
)
public:
[ObsoleteAttribute(L"Deprecated since 2024.2, Use ScanMIRaseterFile_GIS")]
static void InvertWarp(
CGXNETCore^ gxNetShared,
CIPJ^ ipj,
int ny
)
[<ObsoleteAttribute("Deprecated since 2024.2, Use ScanMIRaseterFile_GIS")>]
static member InvertWarp :
gxNetShared : CGXNETCore *
ipj : CIPJ *
ny : int -> unit
[<ObsoleteAttribute("Deprecated since 2024.2, Use ScanMIRaseterFile_GIS")>]
static member InvertWarp :
gxNetShared : CGXNETCore *
ipj : CIPJ *
ny : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - ipj
- Type: GeoEngine.Core.GXNetXCIPJ
Not used - ny
- Type: SystemInt32
Not used
See Also