Uses of Class
org.apache.lucene.spatial.tier.InvalidGeoException
-
Packages that use InvalidGeoException Package Description org.apache.lucene.spatial Support for geospatial search. -
-
Uses of InvalidGeoException in org.apache.lucene.spatial
Methods in org.apache.lucene.spatial that throw InvalidGeoException Modifier and Type Method Description static double[]
DistanceUtils. parseLatitudeLongitude(double[] latLon, String latLonStr)
Deprecated.extract (by callingDistanceUtils.parsePoint(String[], String, int)
and validate the latitude and longitude contained in the String by making sure the latitude is between 90 & -90 and longitude is between -180 and 180.static double[]
DistanceUtils. parseLatitudeLongitude(String latLonStr)
Deprecated.static String[]
DistanceUtils. parsePoint(String[] out, String externalVal, int dimension)
Deprecated.Given a string containing dimension values encoded in it, separated by commas, return a String array of length dimension containing the values.static double[]
DistanceUtils. parsePointDouble(double[] out, String externalVal, int dimension)
Deprecated.Given a string containing dimension values encoded in it, separated by commas, return a double array of length dimension containing the values.
-