org.springframework.data.mongodb.core.geo
Interface Metric

All Known Implementing Classes:
Metrics

public interface Metric

Interface for Metrics that can be applied to a base scale.

Author:
Oliver Gierke

Method Summary
 double getMultiplier()
          Returns the multiplier to calculate metrics values from a base scale.
 

Method Detail

getMultiplier

double getMultiplier()
Returns the multiplier to calculate metrics values from a base scale.

Returns:


Copyright © 2011. All Rights Reserved.