public static enum ExtremaGenericDetector.ExtremumType extends Enum<ExtremaGenericDetector.ExtremumType>
| Enum Constant and Description |
|---|
MAX
Detection of switching function maxima
|
MIN
Detection of switching function minima
|
MIN_MAX
Detection of both switching function minima and maxima
|
| Modifier and Type | Method and Description |
|---|---|
static ExtremaGenericDetector.ExtremumType |
find(int slopeSelection)
Return the extremum type corresponding to the entered slope selection
|
int |
getSlopeSelection() |
static ExtremaGenericDetector.ExtremumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtremaGenericDetector.ExtremumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtremaGenericDetector.ExtremumType MIN
public static final ExtremaGenericDetector.ExtremumType MAX
public static final ExtremaGenericDetector.ExtremumType MIN_MAX
public static ExtremaGenericDetector.ExtremumType[] values()
for (ExtremaGenericDetector.ExtremumType c : ExtremaGenericDetector.ExtremumType.values()) System.out.println(c);
public static ExtremaGenericDetector.ExtremumType 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 int getSlopeSelection()
public static ExtremaGenericDetector.ExtremumType find(int slopeSelection)
slopeSelection - slope selectionCopyright © 2025 CNES. All rights reserved.