edu.sc.seis.fissuresUtil.display
Class ParseRegions
java.lang.Object
edu.sc.seis.fissuresUtil.display.ParseRegions
public class ParseRegions
- extends java.lang.Object
ParseRegions.java
Created: Fri Sep 28 12:35:36 2001
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FE_REGION_PROP
public static final java.lang.String FE_REGION_PROP
- See Also:
- Constant Field Values
NUM_SEISMIC_REGIONS
public static final int NUM_SEISMIC_REGIONS
- See Also:
- Constant Field Values
NUM_GEOGRAPHIC_REGIONS
public static final int NUM_GEOGRAPHIC_REGIONS
- See Also:
- Constant Field Values
getInstance
public static ParseRegions getInstance()
getRegionValue
public int getRegionValue(java.lang.String region)
- Gets the Geographic region number for a name. Returns 0 if the
name cannot be found.
getSeismicRegionValue
public int getSeismicRegionValue(java.lang.String region)
getGeographicRegion
public GeographicRegion getGeographicRegion(int geoNum)
getGeographicRegionName
public java.lang.String getGeographicRegionName(int geoNum)
getSeismicRegionName
public java.lang.String getSeismicRegionName(int seisNum)
getRegionName
public java.lang.String getRegionName(edu.iris.Fissures.FlinnEngdahlRegion region)
getAllSeismicRegions
public SeismicRegion[] getAllSeismicRegions()
getAlphabetizedSeismicRegions
public SeismicRegion[] getAlphabetizedSeismicRegions()
load
protected void load()