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. |
Useful to customize parameter names and view
descriptor for quicklook tool