Class Geo3DUtilWrapper

java.lang.Object
ch.rswk.meta.engine.Geo3DUtilWrapper

public class Geo3DUtilWrapper extends Object
Geo3DUtilWrapper exposes methods from Geo3DUtil to the public.
  • Field Details

    • FROM_DISTANCE

      private static final Method FROM_DISTANCE
    • FROM_BOX

      private static final Method FROM_BOX
    • FROM_DEGREES

      private static final Method FROM_DEGREES
  • Constructor Details

    • Geo3DUtilWrapper

      public Geo3DUtilWrapper()
  • Method Details

    • getMethod

      private static Method getMethod(String name)
    • isWithinCircle

      public static boolean isWithinCircle(GeoPoint point, GeoPoint center, double radiusMeters)
    • newLuceneGeoCircle

      public static org.apache.lucene.spatial3d.geom.GeoCircle newLuceneGeoCircle(GeoPoint point, double radiusMeters)
    • isWithinBox

      public static boolean isWithinBox(GeoPoint point, GeoBox box)
    • newLuceneBBox

      public static org.apache.lucene.spatial3d.geom.GeoBBox newLuceneBBox(GeoBox box)
    • newLuceneGeoPoint

      public static org.apache.lucene.spatial3d.geom.GeoPoint newLuceneGeoPoint(GeoPoint point)