GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Wizard page for selecting ellipsoid (select coordinate system option) More...
Public Member Functions | |
def | __init__ |
def | OnEnterPage |
def | OnPageChanging |
def | OnText |
Ellipspoid code changed. More... | |
def | OnSearch |
Search ellipsoid by desc. More... | |
def | OnItemSelected |
Ellipsoid selected. More... | |
Public Member Functions inherited from wizard.TitledPage | |
def | __init__ |
def | DoLayout |
Do page layout. More... | |
Data Fields | |
parent | |
ellipse | |
ellipsedesc | |
ellipseparams | |
proj4params | |
tellipse | |
searchb | |
ellipselist | |
Data Fields inherited from wizard.TitledPage | |
page | |
title | |
pagesizer | |
sizer | |
Wizard page for selecting ellipsoid (select coordinate system option)
def wizard.EllipsePage.OnEnterPage | ( | self, | |
event | |||
) |
Definition at line 1052 of file wizard.py.
References wizard.DatumPage.ellipse, and wizard.EllipsePage.ellipse.
def wizard.EllipsePage.OnItemSelected | ( | self, | |
event | |||
) |
Ellipsoid selected.
Definition at line 1095 of file wizard.py.
References wizard.DatumPage.ellipse, and wizard.EllipsePage.ellipse.
def wizard.EllipsePage.OnPageChanging | ( | self, | |
event | |||
) |
Definition at line 1061 of file wizard.py.
References wizard.DatumPage.ellipse, wizard.EllipsePage.ellipse, wizard.DatumPage.proj4params, and wizard.EllipsePage.proj4params.
def wizard.EllipsePage.OnSearch | ( | self, | |
event | |||
) |
Search ellipsoid by desc.
Definition at line 1084 of file wizard.py.
References wizard.DatumPage.ellipse, wizard.EllipsePage.ellipse, wizard.EllipsePage.ellipsedesc, and wizard.EllipsePage.ellipseparams.
def wizard.EllipsePage.OnText | ( | self, | |
event | |||
) |
Ellipspoid code changed.
Definition at line 1070 of file wizard.py.
References wizard.DatumPage.ellipse, wizard.EllipsePage.ellipse, wizard.EllipsePage.ellipsedesc, wizard.EllipsePage.ellipseparams, wizard.DatumPage.proj4params, and wizard.EllipsePage.proj4params.
wizard.EllipsePage.ellipse |
Definition at line 997 of file wizard.py.
Referenced by wizard.EllipsePage.OnEnterPage(), wizard.EllipsePage.OnItemSelected(), wizard.EllipsePage.OnPageChanging(), wizard.EllipsePage.OnSearch(), and wizard.EllipsePage.OnText().
wizard.EllipsePage.ellipsedesc |
Definition at line 998 of file wizard.py.
Referenced by wizard.EllipsePage.OnSearch(), and wizard.EllipsePage.OnText().
wizard.EllipsePage.ellipseparams |
Definition at line 999 of file wizard.py.
Referenced by wizard.EllipsePage.OnSearch(), and wizard.EllipsePage.OnText().
wizard.EllipsePage.parent |
Definition at line 995 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.EllipsePage.proj4params |
Definition at line 1000 of file wizard.py.
Referenced by wizard.EllipsePage.OnPageChanging(), and wizard.EllipsePage.OnText().