Uses of Class
org.esa.snap.core.util.math.FXYSum
-
Packages that use FXYSum Package Description org.esa.snap.core.dataio.geocoding.util 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.math Provides utility classes for mathematical operations. -
-
Uses of FXYSum in org.esa.snap.core.dataio.geocoding.util
Methods in org.esa.snap.core.dataio.geocoding.util that return FXYSum Modifier and Type Method Description FXYSum
Approximation. getFX()
FXYSum
Approximation. getFY()
Constructors in org.esa.snap.core.dataio.geocoding.util with parameters of type FXYSum Constructor Description Approximation(FXYSum fX, FXYSum fY, double centerLat, double centerLon, double minSquareDistance)
-
Uses of FXYSum in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel that return FXYSum Modifier and Type Method Description FXYSum
TiePointGeoCoding.Approximation. getFX()
FXYSum
TiePointGeoCoding.Approximation. getFY()
FXYSum
FXYGeoCoding. getLatFunction()
FXYSum
FXYGeoCoding. getLonFunction()
FXYSum
FXYGeoCoding. getPixelXFunction()
FXYSum
FXYGeoCoding. getPixelYFunction()
Constructors in org.esa.snap.core.datamodel with parameters of type FXYSum Constructor Description Approximation(FXYSum fX, FXYSum fY, double centerLat, double centerLon, double minSquareDistance)
FXYGeoCoding(float pixelOffsetX, float pixelOffsetY, float pixelSizeX, float pixelSizeY, FXYSum xFunction, FXYSum yFunction, FXYSum latFunction, FXYSum lonFunction, Datum datum)
-
Uses of FXYSum in org.esa.snap.core.util.math
Subclasses of FXYSum in org.esa.snap.core.util.math Modifier and Type Class Description static class
FXYSum.BiCubic
Provides an optimizedcomputeZ
method for bi-cubic polynomials (order = 3+3).static class
FXYSum.BiLinear
Provides an optimizedcomputeZ
method for bi-linear polynomials (order = 1+1).static class
FXYSum.BiQuadric
Provides an optimizedcomputeZ
method for bi-quadric polynomials (order = 2+2).static class
FXYSum.Cubic
Provides an optimizedcomputeZ
method for cubic polynomials (order = 3).static class
FXYSum.Linear
Provides an optimizedcomputeZ
method for linear polynomials (order = 1).static class
FXYSum.Quadric
Provides an optimizedcomputeZ
method for quadric polynomials (order = 2).Methods in org.esa.snap.core.util.math that return FXYSum Modifier and Type Method Description static FXYSum
FXYSum. createCopy(FXYSum fxySum)
Creates a copy of the givenfxySum
.static FXYSum
FXYSum. createFXYSum(int order, double[] coefficients)
Creates aFXYSum
by the given order and coefficients.Methods in org.esa.snap.core.util.math with parameters of type FXYSum Modifier and Type Method Description static FXYSum
FXYSum. createCopy(FXYSum fxySum)
Creates a copy of the givenfxySum
.
-