 | CEXTGetInfo Method |
Retrieves information about an external image format.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GetInfo(
CGXNETCore gxNetShared,
string img,
ref double xmin,
ref double ymin,
ref double xmax,
ref double ymax,
CIPJ ipj
)
public static void GetInfo(
CGXNETCore gxNetShared,
string img,
ref double xmin,
ref double ymin,
ref double xmax,
ref double ymax,
CIPJ ipj
)
Public Shared Sub GetInfo (
gxNetShared As CGXNETCore,
img As String,
ByRef xmin As Double,
ByRef ymin As Double,
ByRef xmax As Double,
ByRef ymax As Double,
ipj As CIPJ
)
Public Shared Sub GetInfo (
gxNetShared As CGXNETCore,
img As String,
ByRef xmin As Double,
ByRef ymin As Double,
ByRef xmax As Double,
ByRef ymax As Double,
ipj As CIPJ
)
public:
static void GetInfo(
CGXNETCore^ gxNetShared,
String^ img,
double% xmin,
double% ymin,
double% xmax,
double% ymax,
CIPJ^ ipj
)
public:
static void GetInfo(
CGXNETCore^ gxNetShared,
String^ img,
double% xmin,
double% ymin,
double% xmax,
double% ymax,
CIPJ^ ipj
)
static member GetInfo :
gxNetShared : CGXNETCore *
img : string *
xmin : float byref *
ymin : float byref *
xmax : float byref *
ymax : float byref *
ipj : CIPJ -> unit
static member GetInfo :
gxNetShared : CGXNETCore *
img : string *
xmin : float byref *
ymin : float byref *
xmax : float byref *
ymax : float byref *
ipj : CIPJ -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - img
- Type: SystemString
Image Name - xmin
- Type: SystemDouble
X Min - ymin
- Type: SystemDouble
Y Min - xmax
- Type: SystemDouble
X Max - ymax
- Type: SystemDouble
Y Max - ipj
- Type: GeoEngine.Core.GXNetXCIPJ
Projection Information
See Also