public static enum CentroidParameters.Centroid extends Enum<CentroidParameters.Centroid> implements ParameterEnum
| Enum Constant and Description |
|---|
CONXVERGANCE_TOLERANCE |
DATA_NAMESPACE_URI |
DATA_TYPE_ID |
EXTRACTOR_CLASS |
INDEX_NAME |
WRAPPER_FACTORY_CLASS |
ZOOM_LEVEL |
| Modifier and Type | Method and Description |
|---|---|
ParameterHelper |
getHelper() |
Enum<?> |
self() |
static CentroidParameters.Centroid |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CentroidParameters.Centroid[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CentroidParameters.Centroid INDEX_NAME
public static final CentroidParameters.Centroid DATA_TYPE_ID
public static final CentroidParameters.Centroid DATA_NAMESPACE_URI
public static final CentroidParameters.Centroid CONXVERGANCE_TOLERANCE
public static final CentroidParameters.Centroid EXTRACTOR_CLASS
public static final CentroidParameters.Centroid WRAPPER_FACTORY_CLASS
public static final CentroidParameters.Centroid ZOOM_LEVEL
public static CentroidParameters.Centroid[] values()
for (CentroidParameters.Centroid c : CentroidParameters.Centroid.values()) System.out.println(c);
public static CentroidParameters.Centroid 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 Enum<?> self()
self in interface ParameterEnumpublic ParameterHelper getHelper()
getHelper in interface ParameterEnumCopyright © 2013–2022. All rights reserved.