|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uol.aig.fts.message.SOAP2FTS
public class SOAP2FTS
SOAP2FTS has two main functions: as a SOAP server and as a SOAP service provider.
Constructor Summary | |
---|---|
SOAP2FTS()
|
Method Summary | |
---|---|
void |
dataReduction(java.lang.String inPath,
java.lang.String outPath)
start a data reduction |
void |
exitSOAP()
stop the SOAP server and exit |
void |
setParameters(int pcfSize_h,
int dsSize,
int phaseFittingdegree,
float weight_limit)
setParameters is used to set parameters of phase correction. |
void |
startSOAPServer(java.lang.String wsddFile,
int soapServerPort)
start a SOAP server |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SOAP2FTS()
Method Detail |
---|
public void setParameters(int pcfSize_h, int dsSize, int phaseFittingdegree, float weight_limit)
pcfSize_h
- the half of the size of the phase correction functiondsSize
- the half of the size of the double-side interferogramphaseFittingdegree
- the fitting degree of the phase correction functionweight_limit
- used to control the weight of each points. When the amplitude of
a point over the amplitude maxima is greater than weigth_limit, this point
will be taken into account in the phase-fitting.public void dataReduction(java.lang.String inPath, java.lang.String outPath)
inPath
- the path of the raw data fileoutPath
- the path of the reduced data filepublic void exitSOAP()
public void startSOAPServer(java.lang.String wsddFile, int soapServerPort)
wsddFile
- the path of the web service definition filesoapServerPort
- the socket port of this SOAP server
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |