Class GeophileBoxLatLon
java.lang.Object
com.apple.foundationdb.record.spatial.geophile.GeophileBoxLatLon
Spatial objects for boxes with possible wraparound.
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.geophile.z.SpatialObjectnewBox(double latLo, double latHi, double lonLo, double lonHi) Get a box 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 valuelatHi- high latitude valuelonLo- low longitude valuelonHi- high longitude value- Returns:
- a new box representing the area between the given boundaries
-