Package org.esa.snap.core.datamodel
Class TiePointGeoCoding.Approximation
java.lang.Object
org.esa.snap.core.datamodel.TiePointGeoCoding.Approximation
- Enclosing class:
TiePointGeoCoding
-
Constructor Summary
ConstructorsConstructorDescriptionApproximation
(FXYSum fX, FXYSum fY, double centerLat, double centerLon, double minSquareDistance) -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
final FXYSum
getFX()
final FXYSum
getFY()
double
final double
getSquareDistance
(double lat, double lon) Computes the square distance to the given geographical coordinate.
-
Constructor Details
-
Approximation
-
-
Method Details
-
getFX
-
getFY
-
getCenterLat
public double getCenterLat() -
getCenterLon
public double getCenterLon() -
getMinSquareDistance
public double getMinSquareDistance() -
getSquareDistance
public final double getSquareDistance(double lat, double lon) Computes the square distance to the given geographical coordinate.- Parameters:
lat
- the latitude valuelon
- the longitude value- Returns:
- the square distance
-