Class GeoPointAnalyzerProperties


  • public final class GeoPointAnalyzerProperties
    extends Object
    Author:
    Michele Rastelli
    • Constructor Detail

      • GeoPointAnalyzerProperties

        public GeoPointAnalyzerProperties()
    • Method Detail

      • getLatitude

        public String[] getLatitude()
        Returns:
        array of strings that describes the attribute path of the latitude value relative to the field for which the Analyzer is defined in the View
      • setLatitude

        public void setLatitude​(String[] latitude)
      • getLongitude

        public String[] getLongitude()
        Returns:
        array of strings that describes the attribute path of the longitude value relative to the field for which the Analyzer is defined in the View
      • setLongitude

        public void setLongitude​(String[] longitude)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object