Package | Description |
---|---|
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 | Method and Description |
---|---|
ProductManager |
Product.getProductManager()
Returns the product manager for this product.
|
Modifier and Type | Method and Description |
---|---|
ProductManager |
Operator.getProductManager()
Provides the context product manager which can be used to exchange product instances across operators
or allow (reading) operators to check if a given product is already opened.
|
ProductManager |
GPF.getProductManager()
Gets the context product manager which can be used to exchange product instances across operators
or allow (reading) operators to check if a given product is already opened.
|
Modifier and Type | Method and Description |
---|---|
void |
GPF.setProductManager(ProductManager productManager)
Sets the context product manager which can be used to exchange product instances across operators
or allow (reading) operators to check if a given product is already opened.
|
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.