public class SolrLatitudeConverter extends Object implements IConverter
| Constructor and Description |
|---|
SolrLatitudeConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(String data)
Given a string representation of a potential latitude value, ensure it is a
valid floating point number and check the range.
|
public String convert(String data)
convert in interface IConverterdata - The value to convertCopyright © 2022. All rights reserved.