public static enum NIVision.GeometricMatchingSearchStrategy extends Enum<NIVision.GeometricMatchingSearchStrategy>
| Enum Constant and Description |
|---|
GEOMETRIC_MATCHING_AGGRESSIVE |
GEOMETRIC_MATCHING_BALANCED |
GEOMETRIC_MATCHING_CONSERVATIVE |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.GeometricMatchingSearchStrategy |
fromValue(int val) |
int |
getValue() |
static NIVision.GeometricMatchingSearchStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.GeometricMatchingSearchStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.GeometricMatchingSearchStrategy GEOMETRIC_MATCHING_CONSERVATIVE
public static final NIVision.GeometricMatchingSearchStrategy GEOMETRIC_MATCHING_BALANCED
public static final NIVision.GeometricMatchingSearchStrategy GEOMETRIC_MATCHING_AGGRESSIVE
public static NIVision.GeometricMatchingSearchStrategy[] values()
for (NIVision.GeometricMatchingSearchStrategy c : NIVision.GeometricMatchingSearchStrategy.values()) System.out.println(c);
public static NIVision.GeometricMatchingSearchStrategy 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 nullpublic static NIVision.GeometricMatchingSearchStrategy fromValue(int val)
public int getValue()
Copyright © 2015. All rights reserved.