org.esa.beam.framework.datamodel
Class TiePointGeoCoding.Approximation
java.lang.Object
org.esa.beam.framework.datamodel.TiePointGeoCoding.Approximation
- Enclosing class:
- TiePointGeoCoding
public static final class TiePointGeoCoding.Approximation
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TiePointGeoCoding.Approximation
public TiePointGeoCoding.Approximation(FXYSum fX,
FXYSum fY,
float centerLat,
float centerLon,
float minSquareDistance)
getFX
public final FXYSum getFX()
getFY
public final FXYSum getFY()
getCenterLat
public float getCenterLat()
getCenterLon
public float getCenterLon()
getMinSquareDistance
public float getMinSquareDistance()
getSquareDistance
public final float getSquareDistance(float lat,
float lon)
- Computes the square distance to the given geographical coordinate.
- Parameters:
lat - the latitude valuelon - the longitude value
- Returns:
- the square distance
Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.