Uses of Interface
com.bc.ceres.core.runtime.ConfigurationElement
-
Packages that use ConfigurationElement Package Description com.bc.ceres.core.runtime Provides the module runtime framework.org.esa.snap.core.datamodel Contains SNAP's central classes and interfaces used for an in-memory presentation of remote sensing data products. -
-
Uses of ConfigurationElement in com.bc.ceres.core.runtime
Methods in com.bc.ceres.core.runtime that return ConfigurationElement Modifier and Type Method Description ConfigurationElement
Extension. getConfigurationElement()
Gets the configuration element of this extension.ConfigurationElement[]
ExtensionPoint. getConfigurationElements()
Gets all configuration elements of all extensions extending this extension point.Methods in com.bc.ceres.core.runtime with parameters of type ConfigurationElement Modifier and Type Method Description void
ConfigurableExtension. configure(ConfigurationElement config)
Configures this extension with the supplied configuration data. -
Uses of ConfigurationElement in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel with parameters of type ConfigurationElement Modifier and Type Method Description void
RGBImageProfile. configure(ConfigurationElement config)
Deprecated.Not in use anymore.
-