Uses of Class
org.esa.snap.core.dataio.geocoding.util.XYInterpolator.Type
-
Packages that use XYInterpolator.Type Package Description org.esa.snap.core.dataio.geocoding.util -
-
Uses of XYInterpolator.Type in org.esa.snap.core.dataio.geocoding.util
Methods in org.esa.snap.core.dataio.geocoding.util that return XYInterpolator.Type Modifier and Type Method Description static XYInterpolator.Type
XYInterpolator.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static XYInterpolator.Type[]
XYInterpolator.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-