org.opensha.commons.mapping.gmt.elements
Enum TopographicSlopeFile
java.lang.Object
java.lang.Enum<TopographicSlopeFile>
org.opensha.commons.mapping.gmt.elements.TopographicSlopeFile
- All Implemented Interfaces:
- Serializable, Comparable<TopographicSlopeFile>
public enum TopographicSlopeFile
- extends Enum<TopographicSlopeFile>
CA_THREE
public static final TopographicSlopeFile CA_THREE
CA_SIX
public static final TopographicSlopeFile CA_SIX
CA_EIGHTEEN
public static final TopographicSlopeFile CA_EIGHTEEN
CA_THIRTY
public static final TopographicSlopeFile CA_THIRTY
SRTM_30_PLUS
public static final TopographicSlopeFile SRTM_30_PLUS
values
public static TopographicSlopeFile[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TopographicSlopeFile c : TopographicSlopeFile.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TopographicSlopeFile valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
resolution
public int resolution()
fileName
public String fileName()
region
public Region region()