|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.datasources.webservice.OGCClient
proprietary.datasources.arcims.ArcIMSClient
Client for the OGC 1.0.0 version web services.
Field Summary |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
ArcIMSClient()
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 |
getSelLayersString()
|
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 |
boolean |
imageUpdate(java.awt.Image p1,
int p2,
int p3,
int p4,
int p5,
int p6)
|
GISDataset |
read(Envelope inEnvelope)
Read the data source with the given envelope |
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 |
setSelLayersString(java.lang.String inSelLay)
|
void |
setWidth(int inWidth)
Set the width of the resulting image |
Methods inherited from class gistoolkit.datasources.webservice.OGCClient |
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 ArcIMSClient()
Method Detail |
public void setSelLayersString(java.lang.String inSelLay)
public java.lang.String getSelLayersString()
public void connect() throws java.lang.Exception
connect
in class OGCClient
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 OGCClient
public void setSelectedMapFormat(java.lang.String inMapFormat)
setSelectedMapFormat
in class OGCClient
public java.lang.String getSelectedMapFormat()
public java.lang.String[] getExceptionFormats()
public Layer[] getLayers()
getLayers
in class OGCClient
public void setSelectedLayers(Layer[] inLayers)
setSelectedLayers
in class OGCClient
public Layer[] getSelectedLayers()
public void setWidth(int inWidth)
setWidth
in class OGCClient
public int getWidth()
public void setHeight(int inHeight)
setHeight
in class OGCClient
public int getHeight()
public GISDataset read(Envelope inEnvelope) throws java.lang.Exception
OGCClient
read
in class OGCClient
java.lang.Exception
public boolean imageUpdate(java.awt.Image p1, int p2, int p3, int p4, int p5, int p6)
imageUpdate
in interface java.awt.image.ImageObserver
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |