Class NearSphereOperation

java.lang.Object
org.evomaster.client.java.controller.mongo.operations.QueryOperation
org.evomaster.client.java.controller.mongo.operations.NearSphereOperation

public class NearSphereOperation extends QueryOperation
Represent $nearSphere operation. Specifies a point for which a geospatial query returns the documents from nearest to farthest.
  • Constructor Details

  • Method Details

    • getFieldName

      public String getFieldName()
    • getLongitude

      public Double getLongitude()
    • getLatitude

      public Double getLatitude()
    • getMaxDistance

      public Double getMaxDistance()
    • getMinDistance

      public Double getMinDistance()