Class GeoTag

java.lang.Object
org.apache.tika.parser.geo.topic.GeoTag

@Deprecated(since="2026-04-30") public class GeoTag extends Object
Deprecated.
  • Constructor Details

    • GeoTag

      public GeoTag()
      Deprecated.
  • Method Details

    • setMain

      public void setMain(String name, String longitude, String latitude)
      Deprecated.
    • addAlternative

      public void addAlternative(GeoTag geotag)
      Deprecated.
    • toGeoTag

      public void toGeoTag(Map<String,List<Location>> resolvedGeonames, String bestNER)
      Deprecated.