@PublicAPI public enum ShapeMetrics extends Enum<ShapeMetrics> implements MetricMetadata
Enum Constant and Description |
---|
SHAPEINTERSECTION |
SHAPETANIMOTO |
Modifier and Type | Method and Description |
---|---|
static ShapeMetrics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShapeMetrics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
isDissimilarityZeroIFFEquals, isMetricSpace, isNonNegative, isSymmetric, isTriangeInequalityHolds
public static final ShapeMetrics SHAPEINTERSECTION
public static final ShapeMetrics SHAPETANIMOTO
public static ShapeMetrics[] values()
for (ShapeMetrics c : ShapeMetrics.values()) System.out.println(c);
public static ShapeMetrics valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null