Class ParseUtils
Utility methods related to parsing a series of numbers.
This code came from DistanceUtils, which came from Apache Lucene, LUCENE-773, which in turn came from "LocalLucene".
Inheritance
Inherited Members
Assembly: Spatial4n.dll
Syntax
[Obsolete("Not useful; see https://github.com/spatial4j/spatial4j/issues/19")]
public static class ParseUtils
Methods
Name | Description |
---|---|
ParseLatitudeLongitude(Double[], String) | A variation of ParseLatitudeLongitude(String) that re-uses an output array. |
ParseLatitudeLongitude(String) | Extract (by calling ParsePoint(String[], String, Int32) 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. The latitude is assumed to be the first part of the string and the longitude the second part. |
ParsePoint(String[], String, Int32) | Given a string containing |
ParsePointDouble(Double[], String, Int32) | Given a string containing |