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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultServiceRegistry<T> |
Modifier and Type | Method and Description |
---|---|
protected <T> ServiceRegistry<T> |
ServiceRegistryManager.createServiceRegistry(Class<T> serviceType) |
<T> ServiceRegistry<T> |
ServiceRegistryManager.getServiceRegistry(Class<T> serviceType) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
PlacemarkDescriptorRegistry(ServiceRegistry<PlacemarkDescriptor> serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
ServiceRegistry<OperatorSpi> |
OperatorSpiRegistry.getServiceRegistry()
Gets the
ServiceRegistry |
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.