| Package | Description |
|---|---|
| fr.cnes.genopus.frames |
Package containing all needed classes to create the widget for the Orekit's Frame object.
|
| Modifier and Type | Method and Description |
|---|---|
static GPFramesConfiguration.GPFrameConfs |
GPFramesConfiguration.GPFrameConfs.fromFrameConvention(fr.cnes.sirius.patrius.frames.configuration.FrameConvention frameConv)
Getter of the
GPFramesConfiguration.GPFrameConfs enum item from the FrameConvention enum item. |
GPFramesConfiguration.GPFrameConfs[] |
GPFramesConfiguration.getAvailableFrameConfs()
Getter for the list of frame configurations available in the widget.
|
static GPFramesConfiguration.GPFrameConfs |
GPFramesConfiguration.GPFrameConfs.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPFramesConfiguration.GPFrameConfs[] |
GPFramesConfiguration.GPFrameConfs.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GPFramesConfiguration.setAvailableFrameConfs(GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
Setter for the list of frame configurations available in the widget.
|
void |
GPFramesConfiguration.setDefaultFramesConfiguration(GPFramesConfiguration.GPFrameConfs defaultFactoryFrameConf)
Setter for the default frames configuration from one of the PATRIUS factory options.
|
void |
GPFramesConfiguration.setFramesConfiguration(GPFramesConfiguration.GPFrameConfs factoryFrameConf)
Frames configuration setter from one of the PATRIUS factory options.
|
void |
GPFramesConfiguration.setSavedFramesConfiguration(GPFramesConfiguration.GPFrameConfs savedFactoryFrameConf)
Setter for the saved frames configuration from one of the PATRIUS factory options.
|
| Constructor and Description |
|---|
GPFramesConfiguration(fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration frameConf,
String label,
GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
Constructor.
|
GPFramesConfiguration(GPFramesConfiguration.GPFrameConfs factoryFrameConf,
String label,
GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
Constructor with one of the PATRIUS factory conventions.
|
GPFramesConfiguration(GPFramesConfiguration.GPFrameConfs factoryFrameConf,
String label,
GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
Constructor with one of the PATRIUS factory conventions.
|
GPFramesConfiguration(String widgetId,
fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration frameConf,
String label,
GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
Constructor.
|
GPFramesConfiguration(String label,
GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
Constructor without frames configuration.
|
GPFramesConfiguration(String label,
GPFramesConfiguration.GPFrameConfs factoryFrameConf)
Constructor with one of the PATRIUS factory conventions without list of frame configurations
for the
widget (all from
GPFramesConfiguration.GPFrameConfs will be shown). |
GPFramesConfiguration(String widgetId,
GPFramesConfiguration.GPFrameConfs factoryFrameConf,
String label)
Constructor with one of the PATRIUS factory conventions without list of frame configurations
for the
widget (all from
GPFramesConfiguration.GPFrameConfs will be shown). |
GPFramesConfiguration(String widgetId,
GPFramesConfiguration.GPFrameConfs factoryFrameConf,
String label,
GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
Constructor with one of the PATRIUS factory conventions.
|
GPFramesConfiguration(String widgetId,
GPFramesConfiguration.GPFrameConfs factoryFrameConf,
String label,
GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
Constructor with one of the PATRIUS factory conventions.
|
GPFramesConfiguration(String widgetId,
String label,
GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
Constructor without frames configuration.
|
Copyright © 2025. All rights reserved.