public static final class TiePointGeoCoding.Approximation extends Object
Constructor and Description |
---|
Approximation(FXYSum fX,
FXYSum fY,
double centerLat,
double centerLon,
double minSquareDistance) |
Modifier and Type | Method and Description |
---|---|
double |
getCenterLat() |
double |
getCenterLon() |
FXYSum |
getFX() |
FXYSum |
getFY() |
double |
getMinSquareDistance() |
double |
getSquareDistance(double lat,
double lon)
Computes the square distance to the given geographical coordinate.
|
public final FXYSum getFX()
public final FXYSum getFY()
public double getCenterLat()
public double getCenterLon()
public double getMinSquareDistance()
public final double getSquareDistance(double lat, double lon)
lat
- the latitude valuelon
- the longitude valueCopyright © 2014–2015 European Space Agency (ESA). All rights reserved.