
public class DoubleMTreeDistanceSearchCandidate extends DoubleDistanceSearchCandidate
| Modifier and Type | Field and Description | 
|---|---|
| double | routingDistanceThe distance from the query object to the routing object | 
| DBID | routingObjectIDThe id of the routing object. | 
mindist, nodeID| Constructor and Description | 
|---|
| DoubleMTreeDistanceSearchCandidate(double mindist,
                                  Integer nodeID,
                                  DBID routingObjectID,
                                  double routingDistance)Creates a new heap node with the specified parameters. | 
public DBID routingObjectID
public double routingDistance
public DoubleMTreeDistanceSearchCandidate(double mindist,
                                  Integer nodeID,
                                  DBID routingObjectID,
                                  double routingDistance)
mindist - the minimum distance of the nodenodeID - the id of the noderoutingObjectID - the id of the routing object of the noderoutingDistance - the distance from the query object to the query
        object