public class LinearDistance extends Object implements DistanceStyle
| Modifier and Type | Field and Description | 
|---|---|
static LinearDistance | 
INSTANCE
A convenient instance 
 | 
ARC, LINEAR, LINEAR_SQUARED, NORMAL, NORMAL_SQUARED| Constructor and Description | 
|---|
LinearDistance()
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
computeDistance(GeoPoint point1,
               double x2,
               double y2,
               double z2)
Compute the distance from a point to another point. 
 | 
double | 
computeDistance(GeoPoint point1,
               GeoPoint point2)
Compute the distance from a point to another point. 
 | 
double | 
computeDistance(PlanetModel planetModel,
               Plane plane,
               double x,
               double y,
               double z,
               Membership... bounds)
Compute the distance from a plane to a point. 
 | 
double | 
computeDistance(PlanetModel planetModel,
               Plane plane,
               GeoPoint point,
               Membership... bounds)
Compute the distance from a plane to a point. 
 | 
public static final LinearDistance INSTANCE
public double computeDistance(GeoPoint point1, GeoPoint point2)
DistanceStylecomputeDistance in interface DistanceStylepoint1 - Starting pointpoint2 - Final pointpublic double computeDistance(GeoPoint point1, double x2, double y2, double z2)
DistanceStylecomputeDistance in interface DistanceStylepoint1 - Starting pointx2 - Final point xy2 - Final point yz2 - Final point zpublic double computeDistance(PlanetModel planetModel, Plane plane, GeoPoint point, Membership... bounds)
DistanceStylecomputeDistance in interface DistanceStyleplanetModel - The planet modelplane - The planepoint - The pointbounds - are the plane boundspublic double computeDistance(PlanetModel planetModel, Plane plane, double x, double y, double z, Membership... bounds)
DistanceStylecomputeDistance in interface DistanceStyleplanetModel - The planet modelplane - The planex - The point xy - The point yz - The point zbounds - are the plane boundsCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.