Package ch.rswk.meta.engine
Class Geo3DUtilWrapper
java.lang.Object
ch.rswk.meta.engine.Geo3DUtilWrapper
Geo3DUtilWrapper exposes methods from Geo3DUtil to the public.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Method
static boolean
isWithinBox
(GeoPoint point, GeoBox box) static boolean
isWithinCircle
(GeoPoint point, GeoPoint center, double radiusMeters) static org.apache.lucene.spatial3d.geom.GeoBBox
newLuceneBBox
(GeoBox box) static org.apache.lucene.spatial3d.geom.GeoCircle
newLuceneGeoCircle
(GeoPoint point, double radiusMeters) static org.apache.lucene.spatial3d.geom.GeoPoint
newLuceneGeoPoint
(GeoPoint point)
-
Field Details
-
FROM_BOX
-
FROM_DEGREES
-
FROM_DISTANCE
-
-
Constructor Details
-
Geo3DUtilWrapper
public Geo3DUtilWrapper()
-
-
Method Details
-
getMethod
-
isWithinBox
-
newLuceneBBox
-
newLuceneGeoPoint
-
isWithinCircle
-
newLuceneGeoCircle
public static org.apache.lucene.spatial3d.geom.GeoCircle newLuceneGeoCircle(GeoPoint point, double radiusMeters)
-