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