|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWMSLayer2
Provides access to members that control the WMS sub layer.
This interface is new at ArcGIS 9.3. It supersedes IWMSLayer.
Method Summary | |
---|---|
IWMSLayerStyleDescription |
getStyle()
Active style that will be used for drawing. |
IWMSLayerDescription |
getWMSLayerDescription()
Associated WMSLayerDescription. |
IWMSServiceDescription |
getWMSServiceDescription()
Associated WMSServiceDescription. |
void |
setStyleByRef(IWMSLayerStyleDescription style)
Active style that will be used for drawing. |
Method Detail |
---|
IWMSLayerDescription getWMSLayerDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWMSServiceDescription getWMSServiceDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStyleByRef(IWMSLayerStyleDescription style) throws IOException, AutomationException
style
- A reference to a com.esri.arcgis.gisclient.IWMSLayerStyleDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWMSLayerStyleDescription getStyle() throws IOException, AutomationException
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 |