Package | Description |
---|---|
org.esa.snap.core.dataio |
Contains the SNAP product I/O framework.
|
org.esa.snap.core.util |
Provides several utility classes used throughout SNAP.
|
Modifier and Type | Method and Description |
---|---|
TreeNode<File> |
AbstractProductReader.getProductComponents()
Retrieves a set of TreeNode objects that represent the physical product structure as stored on the harddrive.
|
Modifier and Type | Method and Description |
---|---|
TreeNode<T> |
TreeNode.createChild(String path) |
TreeNode<T> |
TreeNode.getChild(String path) |
TreeNode<T>[] |
TreeNode.getChildren() |
TreeNode<T> |
TreeNode.getParent() |
TreeNode<T> |
TreeNode.getRoot() |
Modifier and Type | Method and Description |
---|---|
void |
TreeNode.addChild(TreeNode<T> child) |
boolean |
TreeNode.removeChild(TreeNode<T> child) |
void |
TreeNode.setParent(TreeNode<T> parent) |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.