|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.server.mapclient.wmsclient.WMSClient
Ancestor for the true clients of web services.
Constructor Summary | |
WMSClient()
Creates new OGCWebServiceClient |
Method Summary | |
abstract void |
connect()
Connect to the web service. |
abstract Layer[] |
getLayers()
Retrieve the Available layers from the Connected Client |
abstract java.lang.String[] |
getMapFormats()
Get the Available Map Formats |
abstract Layer[] |
getSelectedLayers()
Returns the list of selected layers. |
java.lang.String |
getService()
Retrive the name of the service |
java.lang.String |
getURLBase()
Retrieve the location of the web service. |
abstract java.awt.Image |
read(Extents inExtents)
Read the data source with the given extents |
abstract void |
setHeight(int inHeight)
Set the height of the desired image |
abstract void |
setSelectedLayers(Layer[] inLayers)
Set the layers of interest |
abstract void |
setSelectedMapFormat(java.lang.String inFormat)
Set the Selected Map Formats |
void |
setService(java.lang.String inService)
set the service name of the service when connecting to an ESRI service |
void |
setURLBase(java.lang.String inURLBase)
Set the location of the web service. |
abstract void |
setWidth(int inWidth)
Set the width of the desired image |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WMSClient()
Method Detail |
public void setURLBase(java.lang.String inURLBase)
public java.lang.String getURLBase()
public void setService(java.lang.String inService)
public java.lang.String getService()
public abstract void connect() throws java.lang.Exception
java.lang.Exception
public abstract Layer[] getLayers()
public abstract void setSelectedLayers(Layer[] inLayers)
public abstract Layer[] getSelectedLayers()
public abstract java.awt.Image read(Extents inExtents) throws java.lang.Exception
java.lang.Exception
public abstract void setWidth(int inWidth)
public abstract void setHeight(int inHeight)
public abstract java.lang.String[] getMapFormats()
public abstract void setSelectedMapFormat(java.lang.String inFormat)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |