Package | Description |
---|---|
org.esa.snap.core.dataio |
Contains the SNAP product I/O framework.
|
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.datamodel.quicklooks |
Modifier and Type | Method and Description |
---|---|
ProductSubsetDef |
ProductReader.getSubsetDef()
Returns the subset information with which this a data product is read from its physical source.
|
ProductSubsetDef |
AbstractProductReader.getSubsetDef()
Returns the subset information with which this data product is read from its physical source.
|
Modifier and Type | Method and Description |
---|---|
static Product |
ProductSubsetBuilder.createProductSubset(Product sourceProduct,
boolean sourceProductOwner,
ProductSubsetDef subsetDef,
String name,
String desc) |
static Product |
ProductSubsetBuilder.createProductSubset(Product sourceProduct,
ProductSubsetDef subsetDef,
String name,
String desc) |
Product |
ProductReader.readProductNodes(Object input,
ProductSubsetDef subsetDef)
Reads a data product and returns a in-memory representation of it.
|
Product |
AbstractProductReader.readProductNodes(Object input,
ProductSubsetDef subsetDef)
Reads the nodes of a data product and returns an in-memory representation of it.
|
protected Product |
AbstractProductBuilder.readProductNodes(Product sourceProduct,
ProductSubsetDef subsetDef,
String name,
String desc) |
protected void |
AbstractProductReader.setSubsetDef(ProductSubsetDef subsetDef)
Sets the subset information.
|
Modifier and Type | Method and Description |
---|---|
Product |
Product.createSubset(ProductSubsetDef subsetDef,
String name,
String desc)
Creates a subset of this product.
|
static TiePointGrid |
TiePointGrid.createSubset(TiePointGrid sourceTiePointGrid,
ProductSubsetDef subsetDef) |
long |
VirtualBand.getRawStorageSize(ProductSubsetDef subsetDef)
Gets an estimated raw storage size in bytes of this product node.
|
long |
VectorDataNode.getRawStorageSize(ProductSubsetDef subsetDef) |
long |
ProductNodeGroup.getRawStorageSize(ProductSubsetDef subsetDef) |
abstract long |
ProductNode.getRawStorageSize(ProductSubsetDef subsetDef)
Gets an estimated, raw storage size in bytes of this product node.
|
long |
Product.getRawStorageSize(ProductSubsetDef subsetDef)
Gets an estimated, raw storage size in bytes of this product node.
|
long |
Placemark.getRawStorageSize(ProductSubsetDef subsetDef)
Returns an estimated, raw storage size in bytes of this placemark.
|
long |
MetadataElement.getRawStorageSize(ProductSubsetDef subsetDef)
Gets an estimated, raw storage size in bytes of this product node.
|
long |
DataNode.getRawStorageSize(ProductSubsetDef subsetDef)
Gets the estimated size in bytes of this product node.
|
long |
Band.getRawStorageSize(ProductSubsetDef subsetDef)
Gets an estimated raw storage size in bytes of this product node.
|
abstract long |
AbstractBand.getRawStorageSize(ProductSubsetDef subsetDef)
Gets an estimated raw storage size in bytes of this product node.
|
protected boolean |
ProductNode.isPartOfSubset(ProductSubsetDef subsetDef)
Returns whether or not this node is part of the given subset.
|
boolean |
TiePointGeoCoding.transferGeoCoding(Scene srcScene,
Scene destScene,
ProductSubsetDef subsetDef)
|
boolean |
PixelGeoCoding.transferGeoCoding(Scene srcScene,
Scene destScene,
ProductSubsetDef subsetDef)
|
boolean |
MapGeoCoding.transferGeoCoding(Scene srcScene,
Scene destScene,
ProductSubsetDef subsetDef)
Deprecated.
|
boolean |
GcpGeoCoding.transferGeoCoding(Scene sourceScene,
Scene targetScene,
ProductSubsetDef subsetDef)
|
boolean |
FXYGeoCoding.transferGeoCoding(Scene srcScene,
Scene destScene,
ProductSubsetDef subsetDef)
|
boolean |
CrsGeoCoding.transferGeoCoding(Scene srcScene,
Scene destScene,
ProductSubsetDef subsetDef) |
boolean |
CombinedFXYGeoCoding.transferGeoCoding(Scene srcScene,
Scene destScene,
ProductSubsetDef subsetDef)
|
abstract boolean |
AbstractGeoCoding.transferGeoCoding(Scene srcScene,
Scene destScene,
ProductSubsetDef subsetDef)
|
boolean |
Product.transferGeoCodingTo(Product destProduct,
ProductSubsetDef subsetDef)
Transfers the geo-coding of this product instance to the
destProduct with respect to
the given subsetDef . |
boolean |
Scene.transferGeoCodingTo(Scene destScene,
ProductSubsetDef subsetDef) |
Modifier and Type | Method and Description |
---|---|
long |
Quicklook.getRawStorageSize(ProductSubsetDef subsetDef)
Gets an estimated, raw storage size in bytes of this product node.
|
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.