20 #ifndef otbPlaceNameToLonLat_h
21 #define otbPlaceNameToLonLat_h
24 #include "OTBCartoExport.h"
52 itkGetMacro(Lon,
double);
53 itkGetMacro(Lat,
double);
54 itkGetMacro(PlaceName, std::string);
56 itkSetMacro(PlaceName, std::string);
58 virtual bool Evaluate();
65 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
66 void RetrieveXML(
const std::ostringstream& urlStream);
68 void ParseXMLGoogle();
69 void ParseXMLGeonames();
73 void operator=(
const Self&) =
delete;