GRASS Programmer's Manual
6.4.2(2012)
|
Data Structures | |
class | BaseClass |
Base class providing basic methods. More... | |
class | TitledPage |
Class to make wizard pages. More... | |
class | DatabasePage |
Wizard page for setting GIS data directory and location name. More... | |
class | CoordinateSystemPage |
Wizard page for choosing method for location creation. More... | |
class | ProjectionsPage |
Wizard page for selecting projection (select coordinate system option) More... | |
class | ItemList |
Generic list (for projections, ellipsoids, etc.) More... | |
class | ProjParamsPage |
Wizard page for selecting method of setting coordinate system parameters (select coordinate system option) More... | |
class | DatumPage |
Wizard page for selecting datum (with associated ellipsoid) and datum transformation parameters (select coordinate system option) More... | |
class | EllipsePage |
Wizard page for selecting ellipsoid (select coordinate system option) More... | |
class | GeoreferencedFilePage |
Wizard page for selecting georeferenced file to use for setting coordinate system parameters. More... | |
class | WKTPage |
Wizard page for selecting WKT file to use for setting coordinate system parameters. More... | |
class | EPSGPage |
Wizard page for selecting EPSG code for setting coordinate system parameters. More... | |
class | CustomPage |
Wizard page for entering custom PROJ.4 string for setting coordinate system parameters. More... | |
class | SummaryPage |
Shows summary result of choosing coordinate system parameters prior to creating location. More... | |
class | LocationWizard |
Start wizard here and finish wizard here. More... | |
class | RegionDef |
Page for setting default region extents and resolution. More... | |
class | TransList |
Creates a multiline listbox for selecting datum transforms. More... | |
class | SelectTransformDialog |
Dialog for selecting datum transformations. More... | |
Variables | |
tuple | CompatPath = os.path.join(globalvar.ETCWXDIR) |
tuple | app = wx.PySimpleApp() |
tuple | gWizard = RegionDef(None) |
tuple gui_modules::location_wizard::app = wx.PySimpleApp() |
Definition at line 2675 of file location_wizard.py.
tuple gui_modules::location_wizard::CompatPath = os.path.join(globalvar.ETCWXDIR) |
Definition at line 54 of file location_wizard.py.
tuple gui_modules::location_wizard::gWizard = RegionDef(None) |
Definition at line 2676 of file location_wizard.py.