GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Wizard page for selecting datum (with associated ellipsoid) and datum transformation parameters (select coordinate system option) More...
Public Member Functions | |
def | __init__ |
def | OnPageChanging |
def | OnEnterPage |
def | OnDText |
Datum code changed. More... | |
def | OnDSearch |
Search geodetic datum by desc. More... | |
def | OnDatumSelected |
Datum selected. More... | |
Public Member Functions inherited from wizard.TitledPage | |
def | __init__ |
def | DoLayout |
Do page layout. More... | |
Data Fields | |
parent | |
datum | |
datumdesc | |
ellipse | |
datumparams | |
proj4params | |
tdatum | |
searchb | |
datumlist | |
ellipsoid | |
Data Fields inherited from wizard.TitledPage | |
page | |
title | |
pagesizer | |
sizer | |
Wizard page for selecting datum (with associated ellipsoid) and datum transformation parameters (select coordinate system option)
def wizard.DatumPage.OnDatumSelected | ( | self, | |
event | |||
) |
def wizard.DatumPage.OnDSearch | ( | self, | |
event | |||
) |
Search geodetic datum by desc.
Definition at line 969 of file wizard.py.
References wizard.DatumPage.datum, wizard.DatumPage.datumdesc, and wizard.DatumPage.ellipsoid.
def wizard.DatumPage.OnDText | ( | self, | |
event | |||
) |
Datum code changed.
Definition at line 940 of file wizard.py.
References wizard.DatumPage.datum, wizard.DatumPage.datumdesc, wizard.DatumPage.datumparams, wizard.DatumPage.ellipse, animation.Animation.Update(), manager.VirtualAttributeList.Update(), statusbar.SbManager.Update(), forms.UpdateQThread.Update(), profile.ProfileFrame.Update(), statusbar.SbItem.Update(), statusbar.SbRender.Update(), statusbar.SbMapScale.Update(), statusbar.SbGoTo.Update(), model.Model.Update(), statusbar.SbProjection.Update(), statusbar.SbMask.Update(), statusbar.SbTextItem.Update(), model.ModelObject.Update(), statusbar.SbGoToGCP.Update(), model.ModelAction.Update(), model.ModelData.Update(), model.ModelLoop.Update(), frame.VariablePanel.Update(), frame.ItemPanel.Update(), manager.TableListCtrl.Update(), and manager.LayerListCtrl.Update().
def wizard.DatumPage.OnEnterPage | ( | self, | |
event | |||
) |
Definition at line 929 of file wizard.py.
References wizard.DatumPage.datum.
def wizard.DatumPage.OnPageChanging | ( | self, | |
event | |||
) |
Definition at line 890 of file wizard.py.
References wizard.DatumPage.datum, wizard.DatumPage.ellipse, wizard.DatumPage.proj4params, and gcmd.RunCommand().
wizard.DatumPage.datum |
Definition at line 831 of file wizard.py.
Referenced by wizard.DatumPage.OnDatumSelected(), wizard.DatumPage.OnDSearch(), wizard.DatumPage.OnDText(), wizard.DatumPage.OnEnterPage(), and wizard.DatumPage.OnPageChanging().
wizard.DatumPage.datumdesc |
Definition at line 832 of file wizard.py.
Referenced by wizard.DatumPage.OnDSearch(), and wizard.DatumPage.OnDText().
wizard.DatumPage.datumparams |
Definition at line 834 of file wizard.py.
Referenced by wizard.DatumPage.OnDText().
wizard.DatumPage.ellipse |
Definition at line 833 of file wizard.py.
Referenced by wizard.DatumPage.OnDText(), wizard.EllipsePage.OnEnterPage(), wizard.EllipsePage.OnItemSelected(), wizard.DatumPage.OnPageChanging(), wizard.EllipsePage.OnPageChanging(), wizard.EllipsePage.OnSearch(), and wizard.EllipsePage.OnText().
wizard.DatumPage.ellipsoid |
Definition at line 975 of file wizard.py.
Referenced by wizard.DatumPage.OnDSearch().
wizard.DatumPage.parent |
Definition at line 830 of file wizard.py.
Referenced by wxdigit.VDigitError.Database(), wxdigit.VDigitError.DbExecute(), wxdigit.VDigitError.DbLink(), wxdigit.VDigitError.DeadLine(), wxdigit.VDigitError.Driver(), wxdigit.VDigitError.FeatureType(), colorrules.RulesPanel.LoadRules(), wxdigit.VDigitError.NoMap(), frame.PsMapBufferedWindow.OnLeftUp(), wxdigit.VDigitError.ReadLine(), colorrules.VectorColorTable.UpdateColorColumn(), and wxdigit.VDigitError.WriteLine().
wizard.DatumPage.proj4params |
Definition at line 835 of file wizard.py.
Referenced by wizard.DatumPage.OnPageChanging(), wizard.EllipsePage.OnPageChanging(), and wizard.EllipsePage.OnText().