Class GeoTag


  • public class GeoTag
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GeoTag()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addAlternative​(GeoTag geotag)  
      void setMain​(java.lang.String name, java.lang.String longitude, java.lang.String latitude)  
      void toGeoTag​(java.util.Map<java.lang.String,​java.util.List<Location>> resolvedGeonames, java.lang.String bestNER)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GeoTag

        public GeoTag()
    • Method Detail

      • setMain

        public void setMain​(java.lang.String name,
                            java.lang.String longitude,
                            java.lang.String latitude)
      • addAlternative

        public void addAlternative​(GeoTag geotag)
      • toGeoTag

        public void toGeoTag​(java.util.Map<java.lang.String,​java.util.List<Location>> resolvedGeonames,
                             java.lang.String bestNER)