Class GeophileBoxLatLon

java.lang.Object
com.apple.foundationdb.record.spatial.geophile.GeophileBoxLatLon

@API(EXPERIMENTAL) public class GeophileBoxLatLon extends Object
Spatial objects for boxes with possible wraparound.
  • Method Details

    • newBox

      public static com.geophile.z.SpatialObject newBox(double latLo, double latHi, double lonLo, double lonHi)
      Get a box with possible wraparound.
      Parameters:
      latLo - low latitude value
      latHi - high latitude value
      lonLo - low longitude value
      lonHi - high longitude value
      Returns:
      a new box representing the area between the given boundaries