|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.intamap.InterpolateService
public class InterpolateService
Provides an interface to the INTAMAP interpolation service.
| Field Summary | |
|---|---|
protected String |
serviceURL
|
| Constructor Summary | |
|---|---|
InterpolateService()
Creates a new instance of the interpolation service interface using the INTAMAP server located at intamap.aston.ac.uk. |
|
InterpolateService(String serviceURL)
Creates a new instance of the interpolation service interface with the given URL. |
|
| Method Summary | |
|---|---|
protected net.opengis.wps.x100.ExecuteDocument |
generateRequestDocument(InterpolateRequest request)
Generates an XML document to send to the service. |
protected InterpolateResponse |
parseResponseDocument(net.opengis.wps.x100.ExecuteResponseDocument responseDocument)
Parses the XML document returned by the service. |
InterpolateResponse |
sendRequest(InterpolateRequest request)
Sends an interpolate request to the service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String serviceURL
| Constructor Detail |
|---|
public InterpolateService()
public InterpolateService(String serviceURL)
serviceURL - the URL to the interpolation service| Method Detail |
|---|
protected net.opengis.wps.x100.ExecuteDocument generateRequestDocument(InterpolateRequest request)
sendRequest(InterpolateRequest).
request - the request to generate the XML document from
protected InterpolateResponse parseResponseDocument(net.opengis.wps.x100.ExecuteResponseDocument responseDocument)
sendRequest(InterpolateRequest).
responseDocument - the XML document returned by the service
public InterpolateResponse sendRequest(InterpolateRequest request)
throws InterpolateException,
IOException
request - the request to send
InterpolateException - if an exception is thrown by the service during interpolation
IOException - if a problem occurs with the connection to the service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||