Uses of Class
com.stackmob.sdkapi.SMDouble

Packages that use SMDouble
com.stackmob.sdkapi   
 

Uses of SMDouble in com.stackmob.sdkapi
 

Methods in com.stackmob.sdkapi that return SMDouble
 SMDouble SMWithin.getDist()
           
 SMDouble SMNear.getDist()
           
 SMDouble SMWithin.getLat()
           
 SMDouble SMNear.getLat()
           
 SMDouble SMWithinBox.getLatLL()
           
 SMDouble SMWithinBox.getLatUR()
           
 SMDouble SMWithin.getLon()
           
 SMDouble SMNear.getLon()
           
 SMDouble SMWithinBox.getLonLL()
           
 SMDouble SMWithinBox.getLonUR()
           
 

Constructors in com.stackmob.sdkapi with parameters of type SMDouble
SMNear(String field, SMDouble lat, SMDouble lon, SMDouble dist)
          Create a new SMNear query
SMWithin(String field, SMDouble lat, SMDouble lon, SMDouble dist)
          Create a new SMWithin query
SMWithinBox(String field, SMDouble latLL, SMDouble lonLL, SMDouble latUR, SMDouble lonUR)
          Create a new SMWithinBox query
 



Copyright © 2012 StackMob. All Rights Reserved.