|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWMSLayerStyleDescription
Provides access to members give access to WMSLayerStyleDescription information.
| Method Summary | |
|---|---|
void |
getAbstract(String[] esri_abstract)
Abstract of the WMS Style. |
double |
getHeight()
Height of the symbol. |
String |
getImageFormat(int index)
Supported image format at the given index. |
int |
getImageFormatCount()
Supported image format count. |
void |
getName(String[] name)
Name of the WMS Style. |
void |
getTitle(String[] title)
Title of the WMS Style. |
String |
getURL()
URL of the symbol image. |
double |
getWidth()
Width of the symbol. |
| Method Detail |
|---|
void getName(String[] name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getTitle(String[] title)
throws IOException,
AutomationException
title - The title (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getAbstract(String[] esri_abstract)
throws IOException,
AutomationException
esri_abstract - The esri_abstract (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getHeight()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getURL()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getImageFormatCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getImageFormat(int index)
throws IOException,
AutomationException
index - The index (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 | ||||||||