Spring Data MongoDB

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

All Known Implementing Classes:
CustomMetric, 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:

Spring Data MongoDB

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.