Uses of Interface
org.esa.snap.core.datamodel.PointingFactory
-
Packages that use PointingFactory 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. -
-
Uses of PointingFactory in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel that return PointingFactory Modifier and Type Method Description PointingFactoryPointingFactoryRegistry. getPointingFactory(String productType)PointingFactoryProduct. getPointingFactory()Gets the pointing factory associated with this data product.Methods in org.esa.snap.core.datamodel with parameters of type PointingFactory Modifier and Type Method Description voidPointingFactoryRegistry. addFactory(PointingFactory pointingFactory)voidProduct. setPointingFactory(PointingFactory pointingFactory)Sets the pointing factory for this data product.
-