Uses of Interface
org.esa.snap.core.jexp.WritableNamespace
-
Packages that use WritableNamespace 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.dataop.barithm -
-
Uses of WritableNamespace in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel that return WritableNamespace Modifier and Type Method Description WritableNamespace
Product. createBandArithmeticDefaultNamespace()
Creates a namespace to be used by parsers for band arithmetic expressions. -
Uses of WritableNamespace in org.esa.snap.core.dataop.barithm
Methods in org.esa.snap.core.dataop.barithm that return WritableNamespace Modifier and Type Method Description static WritableNamespace
BandArithmetic. createDefaultNamespace(Product[] products, int contextProductIndex)
Creates a default namespace for the product(s) given in an array.static WritableNamespace
BandArithmetic. createDefaultNamespace(Product[] products, int contextProductIndex, ProductNamespacePrefixProvider... prefixProviders)
Creates a default namespace for the product(s) given in an array.Methods in org.esa.snap.core.dataop.barithm with parameters of type WritableNamespace Modifier and Type Method Description void
ProductNamespaceExtender. extendNamespace(Product product, String namePrefix, WritableNamespace namespace)
Extend the namespace by extra product symbols or functions.
-