Spring Data Document

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:

Spring Data Document

Copyright © 2012. All Rights Reserved.