gdalextras.gxqlkui

GDAL extra tools.

Functions

on_trait_change(name, *names[, post_init]) Marks the following method definition as being a handler for the extended trait change specified by name(s).

Classes

Bool(**metadata[, default_value]) Defines a trait whose value must be a Python boolean using a C-level
Custom(**traits[, value]) An Item using a ‘custom’ style.
Enum(*args, **metadata) Defines a trait whose value must be one of a specified set of values
Float(**metadata[, default_value]) Defines a trait whose value must be a Python float using a C-level fast
GXQlkImgSubWin
GXQlkInputComponent Useful to customize parameter names and view
GXQlkOutputComponent
GXQlkSpecificComponent Useful to customize parameter names and view
GXQuicklook([cwd, env, isextraenv, ...]) descriptor for quicklook tool
GdalInputComponent Input section component in tool configuration
GdalOutputComponent Output section component in tool configuration
GdalSpecificComponent Specific section component in tool configuration
GdalToolDescriptor([executable, cwd, env, ...]) Base tool configuration and cmdline building for gdal tools.
Group(*values, **traits) Represents a grouping of items in a user interface view.
GxQlkMouseSubWin()
GxQlkPixelWin(*args, **kwargs)
HGroup(*values, **traits) A group whose items are laid out horizontally.
HasTraits Enables any Python class derived from it to have trait atttributes.
ImgSubwindow Trait component to select an area on image
Instance(**metadata[, klass, factory, args, ...]) Defines a trait whose value must be an instance of a specified class,
InstanceEditor Editor factory for instance editors.
Int(**metadata[, default_value]) Defines a trait whose value must be a Python int using a C-level fast
Item(**traits[, value]) An element in a Traits-based user interface.
MouseSubwindow() Trait component to select an area on image with mouse cursor
OddPositiveInt(**metadata[, default_value]) Integer validated only when >= 0 and odd
OptionalRange(object[, style])
OptionalTrait(object[, style]) Base Trait component to make an optional Trait Type GUI.
PixelWin(*args, **kwargs) Trait component to select an area on image.
Range(**metadata[, low, high, value, ...]) Defines a trait whose numeric value must be in a specified range using
RangeEditor Editor factory for range editors.
RectSize
Tabbed(*values, **traits) A group that is shown as a tabbed notebook.
VGroup(*values, **traits) A group whose items are laid out vertically.
View(*values, **traits) A Traits-based user interface for one or more objects.
class gdalextras.gxqlkui.GXQlkImgSubWin
class gdalextras.gxqlkui.GXQlkInputComponent
Useful to customize parameter names and view
class gdalextras.gxqlkui.GXQlkOutputComponent
extractargs()
Return output section args for cmdline, except src_dataset
class gdalextras.gxqlkui.GXQlkSpecificComponent

Useful to customize parameter names and view

extractargs()
class gdalextras.gxqlkui.GXQuicklook(cwd=None, env=None, isextraenv=True, stdout_handler=None, stderr_handler=None, mainwin=None)

descriptor for quicklook tool

quicklook.py [–version] [-h] [-t TYPE] [-f FORMAT] [–formats]
[-b BAND] [-w XOFF YOFF XSIZE YSIZE] [-o XSIZE YSIZE] [-k KERNELSIZE] [–nofilter] [-d NSTDDEV] [–noscale] [-v] [-q] src_dataset dst_dataset
edit_traits(*args, **kwargs)
filtermode_changed(newvalue)
setup_tool(datasetname, operation='', workdir='/home/valentino', findoverview_cb=None, area_selected=None)
class gdalextras.gxqlkui.GxQlkMouseSubWin
extractargs(xwinmax, ywinmax)
class gdalextras.gxqlkui.GxQlkPixelWin(*args, **kwargs)
extractargs(xwinmax, ywinmax)

Previous topic

gdalextras.gxmba

Next topic

gdalextras.info

This Page