Click or drag to resize

CEXTGetInfo Method

Retrieves information about an external image format.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GetInfo(
	string img,
	ref double xmin,
	ref double ymin,
	ref double xmax,
	ref double ymax,
	CIPJ ipj
)

public static void GetInfo(
	string img,
	ref double xmin,
	ref double ymin,
	ref double xmax,
	ref double ymax,
	CIPJ ipj
)

Parameters

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.GXNetCIPJ
Projection Information
See Also