com.esri.arcgis.gisclient
Interface IWMSLayerStyleDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
IWMSLayerStyleDescriptionProxy

public interface IWMSLayerStyleDescription
extends Serializable

Provides access to members give access to WMSLayerStyleDescription information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getName

void getName(String[] name)
             throws IOException,
                    AutomationException
Name of the WMS Style.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
name - The name (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTitle

void getTitle(String[] title)
              throws IOException,
                     AutomationException
Title of the WMS Style.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
title - The title (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAbstract

void getAbstract(String[] esri_abstract)
                 throws IOException,
                        AutomationException
Abstract of the WMS Style.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
esri_abstract - The esri_abstract (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWidth

double getWidth()
                throws IOException,
                       AutomationException
Width of the symbol.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The width
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHeight

double getHeight()
                 throws IOException,
                        AutomationException
Height of the symbol.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The height
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getURL

String getURL()
              throws IOException,
                     AutomationException
URL of the symbol image.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The uRL
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageFormatCount

int getImageFormatCount()
                        throws IOException,
                               AutomationException
Supported image format count.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageFormat

String getImageFormat(int index)
                      throws IOException,
                             AutomationException
Supported image format at the given index.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
index - The index (in)
Returns:
The imageFormat
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.