Uses of Class
org.apache.lucene.spatial.tier.InvalidGeoException

Packages that use InvalidGeoException
org.apache.lucene.spatial   
 

Uses of InvalidGeoException in org.apache.lucene.spatial
 

Methods in org.apache.lucene.spatial that throw InvalidGeoException
static double[] DistanceUtils.parseLatitudeLongitude(double[] latLon, String latLonStr)
          extract (by calling DistanceUtils.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)
           
static String[] DistanceUtils.parsePoint(String[] out, String externalVal, int dimension)
          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)
          Given a string containing dimension values encoded in it, separated by commas, return a double array of length dimension containing the values.
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.