GXEXT class

class GXEXT(handle=0)[source]

GXEXT class.

External (plug-in) image methods.

__init__(handle=0)[source]

Initialize self. See help(type(self)) for accurate signature.

classmethod get_info(img, xmin, ymin, xmax, ymax, ipj)[source]

Retrieves information about an external image format.

Parameters

New in version 5.0.

License: Geosoft End-User License

is_null()[source]

Check if this is a null (undefined) instance

Returns

True if this is a null (undefined) instance, False otherwise.

Return type

bool

classmethod null()[source]

A null (undefined) instance of GXEXT

Returns

A null GXEXT

Return type

GXEXT