public static enum CoverageSource.DomainType extends Enum<CoverageSource.DomainType>
Enum Constant and Description |
---|
DATE |
DATERANGE |
NUMBER |
NUMBERRANGE |
STRING |
Modifier and Type | Method and Description |
---|---|
static CoverageSource.DomainType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoverageSource.DomainType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoverageSource.DomainType NUMBER
public static final CoverageSource.DomainType NUMBERRANGE
public static final CoverageSource.DomainType DATE
public static final CoverageSource.DomainType DATERANGE
public static final CoverageSource.DomainType STRING
public static CoverageSource.DomainType[] values()
for (CoverageSource.DomainType c : CoverageSource.DomainType.values()) System.out.println(c);
public static CoverageSource.DomainType 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 nullCopyright © 1996–2023 Geotools. All rights reserved.