|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HazardDataCalcAPI
Title: HazardDataCalcAPI
Description: This interface defines functions that HazardDataCalc muct provide for Hazard Data calculations. It extends Remote as any class implementing this interface can provide a server implemenation of all the functionality.
| Method Detail |
|---|
double computeExceedProb(double fex,
double expTime)
throws RemoteException
hazardCurveFunction - ArbitrarilyDiscretizedFuncfex - double Frequency of exceedance = 1/ReturnPdexpTime - double
RemoteException
double computeReturnPeriod(double exceedProb,
double expTime)
throws RemoteException
exceedProb - doubleexpTime - double
RemoteException
ArbitrarilyDiscretizedFunc computeHazardCurve(String selectedRegion,
String selectedEdition,
double latitude,
double longitude,
String hazCurveType)
throws RemoteException
selectedRegion - StringselectedEdition - Stringlatitude - doublelongitude - double
RemoteException
ArbitrarilyDiscretizedFunc computeHazardCurve(String selectedRegion,
String selectedEdition,
String zipCode,
String hazCurveType)
throws ZipCodeErrorException,
RemoteException
selectedRegion - StringselectedEdition - StringzipCode - String
ZipCodeErrorException
RemoteException
ArbitrarilyDiscretizedFunc computeSsS1(String selectedRegion,
String selectedEdition,
double latitude,
double longitude)
throws RemoteException
selectedRegion - StringselectedEdition - Stringlatitude - doublelongitude - double
RemoteException
ArbitrarilyDiscretizedFunc computeSsS1(String selectedRegion,
String selectedEdition,
double latitude,
double longitude,
String spectraType)
throws RemoteException
selectedRegion - StringselectedEdition - Stringlatitude - doublelongitude - double
RemoteException
XY_DataSetList computeSA(String selectedRegion,
String selectedEdition,
double latitude,
double longitude,
String spectraType)
throws RemoteException
selectedRegion - StringselectedEdition - Stringlatitude - doublelongitude - doublespectraType - String
RemoteException
XY_DataSetList computeSA(String selectedRegion,
String selectedEdition,
String zipCode,
String spectraType)
throws ZipCodeErrorException,
RemoteException
selectedRegion - StringselectedEdition - Stringlatitude - doublelongitude - doublespectraType - String
ZipCodeErrorException
RemoteException
ArbitrarilyDiscretizedFunc computeSsS1(String selectedRegion,
String selectedEdition,
String zipCode)
throws ZipCodeErrorException,
RemoteException
selectedRegion - StringselectedEdition - StringzipCode - String
ZipCodeErrorException
RemoteException
ArbitrarilyDiscretizedFunc computeSsS1(String selectedRegion,
String selectedEdition,
String zipCode,
String spectraType)
throws ZipCodeErrorException,
RemoteException
selectedRegion - StringselectedEdition - StringzipCode - String
ZipCodeErrorException
RemoteException
ArbitrarilyDiscretizedFunc computeSsS1(String selectedRegion)
throws RemoteException
selectedRegion - String
RemoteException
ArbitrarilyDiscretizedFunc computeSMSsS1(ArbitrarilyDiscretizedFunc function,
float fa,
float fv,
String siteClass)
throws RemoteException
function - ArbitrarilyDiscretizedFuncfa - floatfv - float
RemoteException
ArbitrarilyDiscretizedFunc computeSMSsS1(String edition,
String region,
String zipCode,
String siteClass)
throws RemoteException
RemoteException
ArbitrarilyDiscretizedFunc computeSDSsS1(ArbitrarilyDiscretizedFunc function,
float fa,
float fv,
String siteClass)
throws RemoteException
function - ArbitrarilyDiscretizedFuncfa - floatfv - float
RemoteException
ArbitrarilyDiscretizedFunc computeSDSsS1(String edition,
String region,
String zipCode,
String siteClass)
throws RemoteException
edition - region - zipCode - siteClass -
RemoteException
XY_DataSetList computeMapSpectrum(ArbitrarilyDiscretizedFunc function)
throws RemoteException
function - ArbitrarilyDiscretizedFuncfa - floatfv - float
RemoteException
XY_DataSetList computeSMSpectrum(ArbitrarilyDiscretizedFunc function,
float fa,
float fv,
String siteClass,
String edition)
throws RemoteException
function - ArbitrarilyDiscretizedFuncfa - floatfv - float
RemoteException
XY_DataSetList computeSDSpectrum(ArbitrarilyDiscretizedFunc function,
float fa,
float fv,
String siteClass,
String edition)
throws RemoteException
function - ArbitrarilyDiscretizedFuncfa - floatfv - float
RemoteException
XY_DataSetList computeApproxUHSpectrum(ArbitrarilyDiscretizedFunc function)
throws RemoteException
function - ArbitrarilyDiscretizedFunc
RemoteException
XY_DataSetList computeSM_UHSpectrum(ArbitrarilyDiscretizedFunc function,
float fa,
float fv,
String siteClass)
throws RemoteException
function - ArbitrarilyDiscretizedFuncfa - floatfv - float
RemoteException
XY_DataSetList computeSD_UHSpectrum(ArbitrarilyDiscretizedFunc function,
float fa,
float fv,
String siteClass)
throws RemoteException
function - ArbitrarilyDiscretizedFuncfa - floatfv - float
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||