Uses of Interface
org.esa.snap.core.util.math.DistanceMeasure
-
Packages that use DistanceMeasure Package Description org.esa.snap.core.dataio.geocoding.util org.esa.snap.core.util.math Provides utility classes for mathematical operations. -
-
Uses of DistanceMeasure in org.esa.snap.core.dataio.geocoding.util
Classes in org.esa.snap.core.dataio.geocoding.util that implement DistanceMeasure Modifier and Type Class Description class
EllipsoidDistance
-
Uses of DistanceMeasure in org.esa.snap.core.util.math
Classes in org.esa.snap.core.util.math that implement DistanceMeasure Modifier and Type Class Description class
CosineDistance
This class uses the negative cosine of the spherical distance as a distance measure between two (lon, lat) points.class
EuclideanDistance
Distance measure based on the Euclidean 'flat' distance.class
SinusoidalDistance
Distance measure that takes into account the decrease of the Euclidean distance with increasing latitude of the reference point.class
SphericalDistance
This class computes the spherical distance (in Radian) between two (lon, lat) points.
-