public class SolrLongitudeConverter extends Object implements IConverter
| Constructor and Description |
|---|
SolrLongitudeConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(String data)
Given a string representation of a potential longitude 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.