java.lang.Object
org.elasticsearch.common.geo.GeometryNormalizer
Transforms provided
Geometry into a lucene friendly format by normalizing latitude and longitude
coordinates and breaking geometries that cross the dateline.-
Method Summary
Modifier and TypeMethodDescriptionstatic Geometryapply(Orientation orientation, Geometry geometry) Transforms the providedGeometryinto a lucene friendly format.static booleanneedsNormalize(Orientation orientation, Geometry geometry) Return false if the providedGeometryis already Lucene friendly, else return false.