Uses of Class
distance.DistanceFactory.DistanceType

Packages that use DistanceFactory.DistanceType
distance   
 

Uses of DistanceFactory.DistanceType in distance
 

Methods in distance that return DistanceFactory.DistanceType
static DistanceFactory.DistanceType DistanceFactory.getFingerPrintType(int index)
           
static DistanceFactory.DistanceType DistanceFactory.DistanceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DistanceFactory.DistanceType[] DistanceFactory.DistanceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in distance with parameters of type DistanceFactory.DistanceType
static IDistanceMeasure DistanceFactory.getDistance(DistanceFactory.DistanceType type)