|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.server.mapclient.wmsclient.WMSClient
gistoolkit.server.mapclient.wmsclient.WMSClient100
Client for the OGC 1.0.0 version web services.
Constructor Summary | |
WMSClient100()
Creates new OGCWebServiceClient100 |
Method Summary | |
void |
connect()
Connect to the web service. |
java.lang.String |
getAbstract()
Get the abstract for the service |
java.lang.String |
getAccessConstraints()
Retrieve the access constraints for this servcie |
java.lang.String[] |
getExceptionFormats()
Return the available formats for exceptions |
java.lang.String |
getFees()
Retrieve the Fees to be charged for the use of the service |
int |
getHeight()
Retrieve the height of the resulting image |
Layer[] |
getLayers()
Return the Available Layers |
java.lang.String[] |
getMapFormats()
Return the available formats for the map |
java.lang.String |
getMapURL()
Return the URL where the map can be found |
Layer[] |
getSelectedLayers()
Retrieve the selected layers |
java.lang.String |
getSelectedMapFormat()
Retrieve the selected map format |
java.lang.String |
getServiceName()
Get the service Name |
java.lang.String |
getServiceURL()
Get the Online Resource for the actual service |
java.lang.String |
getTitle()
Get the title of the service |
int |
getWidth()
Retrieve the width of the resulting image |
java.awt.Image |
read(Extents inExtents)
Read the data source with the given extents |
void |
setHeight(int inHeight)
Set the height of the resulting image |
void |
setSelectedLayers(Layer[] inLayers)
Set the selected Layers |
void |
setSelectedMapFormat(java.lang.String inMapFormat)
Set the selected map format |
void |
setWidth(int inWidth)
Set the width of the resulting image |
Methods inherited from class gistoolkit.server.mapclient.wmsclient.WMSClient |
getService, getURLBase, setService, setURLBase |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WMSClient100()
Method Detail |
public void connect() throws java.lang.Exception
connect
in class WMSClient
java.lang.Exception
public java.lang.String getServiceName()
public java.lang.String getTitle()
public java.lang.String getAbstract()
public java.lang.String getServiceURL()
public java.lang.String getFees()
public java.lang.String getAccessConstraints()
public java.lang.String getMapURL()
public java.lang.String[] getMapFormats()
getMapFormats
in class WMSClient
public void setSelectedMapFormat(java.lang.String inMapFormat)
setSelectedMapFormat
in class WMSClient
public java.lang.String getSelectedMapFormat()
public java.lang.String[] getExceptionFormats()
public Layer[] getLayers()
getLayers
in class WMSClient
public void setSelectedLayers(Layer[] inLayers)
setSelectedLayers
in class WMSClient
public Layer[] getSelectedLayers()
getSelectedLayers
in class WMSClient
public void setWidth(int inWidth)
setWidth
in class WMSClient
public int getWidth()
public void setHeight(int inHeight)
setHeight
in class WMSClient
public int getHeight()
public java.awt.Image read(Extents inExtents) throws java.lang.Exception
WMSClient
read
in class WMSClient
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |