|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWMSConnection
Provides access to members that supply WMS connection information.
IWMSConnection provides two properties FullName and Name. FullName is name object. You can access the connection properties for the WMS service using FullName. Name is descriptive string for the connection.
Method Summary | |
---|---|
IName |
getFullName()
Complete information required to connect to a WMS server.. |
String |
getName()
Name of the connection. |
void |
setFullNameByRef(IName ppName)
Complete information required to connect to a WMS server.. |
void |
setName(String name)
Name of the connection. |
Method Detail |
---|
String getName() throws IOException, AutomationException
FullName is name object. You can access the connection properties for the WMS service using FullName.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getFullName() throws IOException, AutomationException
Name is descriptive string for the connection.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFullNameByRef(IName ppName) throws IOException, AutomationException
ppName
- A reference to a com.esri.arcgis.system.IName (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 |