com.esri.arcgis.gisclient
Interface IWMSLayerStyleDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWMSLayerStyleDescriptionProxy

public interface IWMSLayerStyleDescription
extends java.io.Serializable

COM Interface 'IWMSLayerStyleDescription'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to members give access to WMSLayerStyleDescription information.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0e5d8d4c_a8cd_4eb9_a311_af312dc308bc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getAbstract(java.lang.String[] esri_abstract)
          Abstract of the WMS Style.
 double getHeight()
          Height of the symbol.
 java.lang.String getImageFormat(int index)
          Supported image format at the given index.
 int getImageFormatCount()
          Supported image format count.
 void getName(java.lang.String[] name)
          Name of the WMS Style.
 void getTitle(java.lang.String[] title)
          Title of the WMS Style.
 java.lang.String getURL()
          URL of the symbol image.
 double getWidth()
          Width of the symbol.
 

Field Detail

IID0e5d8d4c_a8cd_4eb9_a311_af312dc308bc

static final int IID0e5d8d4c_a8cd_4eb9_a311_af312dc308bc
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

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

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

getTitle

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

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

getAbstract

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

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

getWidth

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

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

getHeight

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

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

getURL

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

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

getImageFormatCount

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

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

getImageFormat

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

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