Uses of Interface
com.bc.ceres.core.ServiceRegistry
Packages that use ServiceRegistry
Package
Description
Provides low-level application classes for service registration,
progress monitoring and assertions.
Contains SNAP's central classes and interfaces used for an in-memory presentation
of remote sensing data products.
SNAP's Graph Processing Framework GPF used for developing and executing
raster data operators and graphs of such operators.
Provides several utility classes used throughout SNAP.
-
Uses of ServiceRegistry in com.bc.ceres.core
Classes in com.bc.ceres.core that implement ServiceRegistryMethods in com.bc.ceres.core that return ServiceRegistryModifier and TypeMethodDescriptionprotected <T> ServiceRegistry
<T> ServiceRegistryManager.createServiceRegistry
(Class<T> serviceType) <T> ServiceRegistry
<T> ServiceRegistryManager.getServiceRegistry
(Class<T> serviceType) Methods in com.bc.ceres.core with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoid
ServiceRegistryListener.serviceAdded
(ServiceRegistry<T> registry, T service) void
ServiceRegistryListener.serviceRemoved
(ServiceRegistry<T> registry, T service) <T> void
ServiceRegistryManager.setServiceRegistry
(Class<T> serviceType, ServiceRegistry<T> serviceRegistry) -
Uses of ServiceRegistry in org.esa.snap.core.datamodel
Constructors in org.esa.snap.core.datamodel with parameters of type ServiceRegistryModifierConstructorDescriptionPlacemarkDescriptorRegistry
(ServiceRegistry<PlacemarkDescriptor> serviceRegistry) -
Uses of ServiceRegistry in org.esa.snap.core.gpf
Methods in org.esa.snap.core.gpf that return ServiceRegistryModifier and TypeMethodDescriptionOperatorSpiRegistry.getServiceRegistry()
Gets theServiceRegistry
-
Uses of ServiceRegistry in org.esa.snap.core.gpf.common.resample
Methods in org.esa.snap.core.gpf.common.resample that return ServiceRegistryModifier and TypeMethodDescriptionDownsamplerSpiRegistry.getServiceRegistry()
Gets theServiceRegistry
DownsamplerSpiRegistryImpl.getServiceRegistry()
Gets theServiceRegistry
UpsamplerSpiRegistry.getServiceRegistry()
Gets theServiceRegistry
UpsamplerSpiRegistryImpl.getServiceRegistry()
Gets theServiceRegistry
Constructors in org.esa.snap.core.gpf.common.resample with parameters of type ServiceRegistryModifierConstructorDescriptionDownsamplerSpiRegistryImpl
(ServiceRegistry<DownsamplerSpi> serviceRegistry) The constructor.UpsamplerSpiRegistryImpl
(ServiceRegistry<UpsamplerSpi> serviceRegistry) The constructor. -
Uses of ServiceRegistry in org.esa.snap.core.util
Methods in org.esa.snap.core.util with parameters of type ServiceRegistryModifier and TypeMethodDescriptionstatic <T> void
ServiceLoader.loadServices
(ServiceRegistry<T> registry)