Uses of Interface
com.bc.ceres.core.ServiceRegistry
-
Packages that use ServiceRegistry Package Description com.bc.ceres.core Provides low-level application classes for service registration, progress monitoring and assertions.org.esa.snap.core.datamodel Contains SNAP's central classes and interfaces used for an in-memory presentation of remote sensing data products.org.esa.snap.core.gpf SNAP's Graph Processing Framework GPF used for developing and executing raster data operators and graphs of such operators.org.esa.snap.core.gpf.common.resample org.esa.snap.core.util Provides several utility classes used throughout SNAP. -
-
Uses of ServiceRegistry in com.bc.ceres.core
Classes in com.bc.ceres.core that implement ServiceRegistry Modifier and Type Class Description class
DefaultServiceRegistry<T>
Methods in com.bc.ceres.core that return ServiceRegistry Modifier and Type Method Description protected <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 ServiceRegistry Modifier and Type Method Description void
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 ServiceRegistry Constructor Description PlacemarkDescriptorRegistry(ServiceRegistry<PlacemarkDescriptor> serviceRegistry)
-
Uses of ServiceRegistry in org.esa.snap.core.gpf
Methods in org.esa.snap.core.gpf that return ServiceRegistry Modifier and Type Method Description ServiceRegistry<OperatorSpi>
OperatorSpiRegistry. 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 ServiceRegistry Modifier and Type Method Description ServiceRegistry<DownsamplerSpi>
DownsamplerSpiRegistry. getServiceRegistry()
Gets theServiceRegistry
ServiceRegistry<DownsamplerSpi>
DownsamplerSpiRegistryImpl. getServiceRegistry()
Gets theServiceRegistry
ServiceRegistry<UpsamplerSpi>
UpsamplerSpiRegistry. getServiceRegistry()
Gets theServiceRegistry
ServiceRegistry<UpsamplerSpi>
UpsamplerSpiRegistryImpl. getServiceRegistry()
Gets theServiceRegistry
Constructors in org.esa.snap.core.gpf.common.resample with parameters of type ServiceRegistry Constructor Description DownsamplerSpiRegistryImpl(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 ServiceRegistry Modifier and Type Method Description static <T> void
ServiceLoader. loadServices(ServiceRegistry<T> registry)
-