Uses of Interface
org.esa.snap.core.jexp.WritableNamespace
Packages that use WritableNamespace
Package
Description
Contains SNAP's central classes and interfaces used for an in-memory presentation
of remote sensing data products.
-
Uses of WritableNamespace in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel that return WritableNamespaceModifier and TypeMethodDescriptionProduct.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 WritableNamespaceModifier and TypeMethodDescriptionstatic WritableNamespaceBandArithmetic.createDefaultNamespace(Product[] products, int contextProductIndex) Creates a default namespace for the product(s) given in an array.static WritableNamespaceBandArithmetic.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 WritableNamespaceModifier and TypeMethodDescriptionvoidProductNamespaceExtender.extendNamespace(Product product, String namePrefix, WritableNamespace namespace) Extend the namespace by extra product symbols or functions.