Uses of Class
org.esa.snap.core.datamodel.IndexCoding
-
Packages that use IndexCoding 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.util Provides several utility classes used throughout SNAP. -
-
Uses of IndexCoding in org.esa.snap.core.dataio
Methods in org.esa.snap.core.dataio with parameters of type IndexCoding Modifier and Type Method Description protected voidAbstractProductBuilder. cloneIndexes(IndexCoding sourceFlagCoding, IndexCoding destFlagCoding) -
Uses of IndexCoding in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel that return IndexCoding Modifier and Type Method Description IndexCodingBand. getIndexCoding()Gets the index coding for this band.Methods in org.esa.snap.core.datamodel that return types with arguments of type IndexCoding Modifier and Type Method Description ProductNodeGroup<IndexCoding>Product. getIndexCodingGroup()Methods in org.esa.snap.core.datamodel with parameters of type IndexCoding Modifier and Type Method Description voidProductVisitor. visit(IndexCoding indexCoding)Visits an index coding.voidProductVisitorAdapter. visit(IndexCoding indexCoding) -
Uses of IndexCoding in org.esa.snap.core.util
Methods in org.esa.snap.core.util that return IndexCoding Modifier and Type Method Description static IndexCodingProductUtils. copyIndexCoding(IndexCoding sourceIndexCoding, Product target)Copies the given source index coding to the target product If it exists already, the method simply returns the existing instance.Methods in org.esa.snap.core.util with parameters of type IndexCoding Modifier and Type Method Description static IndexCodingProductUtils. copyIndexCoding(IndexCoding sourceIndexCoding, Product target)Copies the given source index coding to the target product If it exists already, the method simply returns the existing instance.
-