|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWMSConnectionName
Provides access to members that supply WMS server connection name information.
IWMSConnectionName provides a property (ConnectionProperties) to hold server connection properties and a method (OpenEx) that returns the connection once these properties have been set.
Method Summary | |
---|---|
IPropertySet |
getConnectionProperties()
Connection properties that will be used to connect to the WMS server. |
Object |
openEx(ITrackCancel pTrackCancel)
Opens the WMS Connection. |
void |
setConnectionProperties(IPropertySet connectionProperties)
Connection properties that will be used to connect to the WMS server. |
Method Detail |
---|
void setConnectionProperties(IPropertySet connectionProperties) throws IOException, AutomationException
connectionProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getConnectionProperties() throws IOException, AutomationException
ConnectionProperties is named value pairs relating to WMS service connection. This is where you would set the WMS server URL. Relevant names include “URL”, which is the minimum required, and three optional names: "VERSION', which specifies the WMS version, and two names, “USER” and “PASSWORD” that can be used when connecting to a WMS service over HTTPS.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object openEx(ITrackCancel pTrackCancel) throws IOException, AutomationException
OpenEx returns a WMSConnection.
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |