Uses of Class
org.esa.beam.framework.dataio.ProductSubsetDef

Packages that use ProductSubsetDef
org.esa.beam.framework.dataio This package is defines the MERIS/(A)ATSR Toolbox product I/O framework. 
org.esa.beam.framework.datamodel This package contains classes and interfaces used for an in-memory presentation of remote sensing data products. 
org.esa.beam.framework.gpf.internal   
org.esa.beam.framework.ui Provides utility classes for general user interface building. 
org.esa.beam.framework.ui.product   
 

Uses of ProductSubsetDef in org.esa.beam.framework.dataio
 

Methods in org.esa.beam.framework.dataio that return ProductSubsetDef
 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.
 

Methods in org.esa.beam.framework.dataio with parameters of type ProductSubsetDef
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.
 

Uses of ProductSubsetDef in org.esa.beam.framework.datamodel
 

Methods in org.esa.beam.framework.datamodel with parameters of type ProductSubsetDef
 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 BitmaskDef.getRawStorageSize(ProductSubsetDef subsetDef)
          Deprecated. Gets the 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)
          Transfers the geo-coding of the srcScene to the destScene with respect to the given subsetDef.
 boolean PixelGeoCoding.transferGeoCoding(Scene srcScene, Scene destScene, ProductSubsetDef subsetDef)
          Transfers the geo-coding of the srcScene to the destScene with respect to the given subsetDef.
 boolean MapGeoCoding.transferGeoCoding(Scene srcScene, Scene destScene, ProductSubsetDef subsetDef)
          Deprecated. Transfers the geo-coding of the srcScene to the destScene with respect to the given subsetDef.
 boolean GcpGeoCoding.transferGeoCoding(Scene sourceScene, Scene targetScene, ProductSubsetDef subsetDef)
          Transfers the geo-coding of the srcScene to the destScene with respect to the given subsetDef.
 boolean FXYGeoCoding.transferGeoCoding(Scene srcScene, Scene destScene, ProductSubsetDef subsetDef)
          Transfers the geo-coding of the srcScene to the destScene with respect to the given subsetDef.
 boolean CrsGeoCoding.transferGeoCoding(Scene srcScene, Scene destScene, ProductSubsetDef subsetDef)
           
 boolean CombinedFXYGeoCoding.transferGeoCoding(Scene srcScene, Scene destScene, ProductSubsetDef subsetDef)
          Transfers the geo-coding of the srcScene to the destScene with respect to the given subsetDef.
abstract  boolean AbstractGeoCoding.transferGeoCoding(Scene srcScene, Scene destScene, ProductSubsetDef subsetDef)
          Transfers the geo-coding of the srcScene to the destScene with respect to the given 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)
           
 

Uses of ProductSubsetDef in org.esa.beam.framework.gpf.internal
 

Methods in org.esa.beam.framework.gpf.internal that return ProductSubsetDef
 ProductSubsetDef OperatorProductReader.getSubsetDef()
           
 

Methods in org.esa.beam.framework.gpf.internal with parameters of type ProductSubsetDef
 Product OperatorProductReader.readProductNodes(Object input, ProductSubsetDef subsetDef)
           
 

Uses of ProductSubsetDef in org.esa.beam.framework.ui
 

Methods in org.esa.beam.framework.ui with parameters of type ProductSubsetDef
 void NewProductDialog.setSubsetDef(ProductSubsetDef subsetDef)
           
 

Uses of ProductSubsetDef in org.esa.beam.framework.ui.product
 

Methods in org.esa.beam.framework.ui.product that return ProductSubsetDef
 ProductSubsetDef ProductSubsetDialog.getProductSubsetDef()
           
 ProductSubsetDef ProductFileChooser.getProductSubsetDef()
          Returns the product subset definition.
 

Constructors in org.esa.beam.framework.ui.product with parameters of type ProductSubsetDef
ProductSubsetDialog(Window window, Product product, ProductSubsetDef productSubsetDef)
          Constructs a new subset dialog.
ProductSubsetDialog(Window window, Product product, ProductSubsetDef productSubsetDef, double memWarnLimit)
          Constructs a new subset dialog.
 



Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.