Enum Class CriterionType

java.lang.Object
java.lang.Enum<CriterionType>
com.targomo.client.api.quality.criterion.CriterionType
All Implemented Interfaces:
Serializable, Comparable<CriterionType>, java.lang.constant.Constable

public enum CriterionType extends Enum<CriterionType>
  • Enum Constant Details

    • POI_COVERAGE_COUNT

      public static final CriterionType POI_COVERAGE_COUNT
    • POI_COVERAGE_DISTANCE

      public static final CriterionType POI_COVERAGE_DISTANCE
    • CLOSEST_POI_DISTANCE

      public static final CriterionType CLOSEST_POI_DISTANCE
    • CLOSEST_POI_ABSOLUTE_DISTANCE

      public static final CriterionType CLOSEST_POI_ABSOLUTE_DISTANCE
    • POI_COUNT_IN_ZONE

      public static final CriterionType POI_COUNT_IN_ZONE
    • STATISTICS_SUM

      public static final CriterionType STATISTICS_SUM
    • STATISTICS_MAX

      public static final CriterionType STATISTICS_MAX
    • STATISTICS_DISTANCE_AVERAGE

      public static final CriterionType STATISTICS_DISTANCE_AVERAGE
    • STATISTICS_DISTANCE

      public static final CriterionType STATISTICS_DISTANCE
    • STATISTICS_GRAVITATION_SUM

      public static final CriterionType STATISTICS_GRAVITATION_SUM
    • STATISTICS_GRAVITATION_DISTANCE_AVERAGE

      public static final CriterionType STATISTICS_GRAVITATION_DISTANCE_AVERAGE
    • STATISTICS_SUM_IN_ZONE

      public static final CriterionType STATISTICS_SUM_IN_ZONE
    • STATISTICS_ON_ENCLOSING_CELL

      public static final CriterionType STATISTICS_ON_ENCLOSING_CELL
    • POI_GRAVITATION_SUM

      public static final CriterionType POI_GRAVITATION_SUM
    • EDGE_STATISTICS

      public static final CriterionType EDGE_STATISTICS
    • EDGE_STATISTICS_REACHABILITY

      public static final CriterionType EDGE_STATISTICS_REACHABILITY
    • MATH_AGGREGATION

      public static final CriterionType MATH_AGGREGATION
    • STAYPOINT_COUNT

      public static final CriterionType STAYPOINT_COUNT
    • TRANSIT_STOPS_SUM

      public static final CriterionType TRANSIT_STOPS_SUM
    • TRANSIT_STOPS_DISTANCE

      public static final CriterionType TRANSIT_STOPS_DISTANCE
    • POLYGON_AREA

      public static final CriterionType POLYGON_AREA
    • CRITERION_REFERENCE

      public static final CriterionType CRITERION_REFERENCE
  • Method Details

    • values

      public static CriterionType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CriterionType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()