gdalextras.gxfirui

GDAL Filtering tool.

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
Enum(*args, **metadata) Defines a trait whose value must be one of a specified set of values
FirComponent Specific Traits component for FIR filtering
FirOutputComponent
Float(**metadata[, default_value]) Defines a trait whose value must be a Python float using a C-level fast
GXFir([cwd, env, isextraenv, ...]) FIR filtering tool descriptor.
GaussianStdDev(**metadata[, default_value])
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.
HGroup(*values, **traits) A group whose items are laid out horizontally.
Instance(**metadata[, klass, factory, args, ...]) Defines a trait whose value must be an instance of a specified class,
Item(**traits[, value]) An element in a Traits-based user interface.
OddPositiveInt(**metadata[, default_value]) Integer validated only when >= 0 and odd
OrderedDict(*args, **kwds)
PositiveFloat(**metadata[, default_value]) Float validated only when >= 0
RangeEditor Editor factory for range editors.
Tabbed(*values, **traits) A group that is shown as a tabbed notebook.
TextEditor Editor factory for text editors.
View(*values, **traits) A Traits-based user interface for one or more objects.
class gdalextras.gxfirui.FirComponent

Specific Traits component for FIR filtering

extractargs()
class gdalextras.gxfirui.FirOutputComponent
extractargs()

Override standard method.

“of” and “ot” parameter form is different from gdal standard one

class gdalextras.gxfirui.GXFir(cwd=None, env=None, isextraenv=True, stdout_handler=None, stderr_handler=None, mainwin=None)

FIR filtering tool descriptor.

Note: some GUI parameters are mapped with a different named parameter in commandline tool (for example GUI ‘stddev’ parameter is mapped with ‘fir_wp1’ tool parameter for ‘gauss’ filter, while with ‘fir_wp2’ for ‘general_gaussian’ one).

extractargs()
Return args for GXFir tool: add some params to results of default method
fir_changed(newfir)
setup_tool(datasetname, operation='', workdir='/home/valentino', findoverview_cb=None, area_selected=None)
Initialize a GXFir window
trait_view(parent=None)
class gdalextras.gxfirui.GaussianStdDev(default_value=<enthought.traits.trait_handlers.NoDefaultSpecified object at 0x1c942d0>, **metadata)
validate(object, name, value)

Previous topic

gdalextras.gxfir

Next topic

gdalextras.gxmba

This Page