edu.sc.seis.fissuresUtil.display
Class ParseRegions

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.display.ParseRegions

public class ParseRegions
extends java.lang.Object

ParseRegions.java Created: Fri Sep 28 12:35:36 2001


Field Summary
static java.lang.String FE_REGION_PROP
           
static int NUM_GEOGRAPHIC_REGIONS
           
static int NUM_SEISMIC_REGIONS
           
 
Method Summary
 SeismicRegion[] getAllSeismicRegions()
           
 SeismicRegion[] getAlphabetizedSeismicRegions()
           
 GeographicRegion getGeographicRegion(int geoNum)
           
 java.lang.String getGeographicRegionName(int geoNum)
           
static ParseRegions getInstance()
           
 java.lang.String getRegionName(edu.iris.Fissures.FlinnEngdahlRegion region)
           
 int getRegionValue(java.lang.String region)
          Gets the Geographic region number for a name.
 java.lang.String getSeismicRegionName(int seisNum)
           
 int getSeismicRegionValue(java.lang.String region)
           
protected  void load()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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()