com.esri.arcgis.gisclient
Class IWMSLayerStyleDescriptionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.gisclient.IWMSLayerStyleDescriptionProxy
All Implemented Interfaces:
IWMSLayerStyleDescription, java.io.Externalizable, java.io.Serializable

public class IWMSLayerStyleDescriptionProxy
extends com.esri.arcgis.interop.Dispatch
implements IWMSLayerStyleDescription, java.io.Serializable

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.gisclient.IWMSLayerStyleDescription
IID, IID0e5d8d4c_a8cd_4eb9_a311_af312dc308bc
 
Constructor Summary
  IWMSLayerStyleDescriptionProxy()
          For internal use only
  IWMSLayerStyleDescriptionProxy(java.lang.Object obj)
           
protected IWMSLayerStyleDescriptionProxy(java.lang.Object obj, java.lang.String iid)
           
  IWMSLayerStyleDescriptionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IWMSLayerStyleDescriptionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IWMSLayerStyleDescriptionProxy

public IWMSLayerStyleDescriptionProxy(java.lang.String CLSID,
                                      java.lang.String host,
                                      com.esri.arcgis.interop.AuthInfo authInfo)
                               throws java.net.UnknownHostException,
                                      java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IWMSLayerStyleDescriptionProxy

public IWMSLayerStyleDescriptionProxy()
For internal use only


IWMSLayerStyleDescriptionProxy

public IWMSLayerStyleDescriptionProxy(java.lang.Object obj)
                               throws java.io.IOException
Throws:
java.io.IOException

IWMSLayerStyleDescriptionProxy

protected IWMSLayerStyleDescriptionProxy(java.lang.Object obj,
                                         java.lang.String iid)
                                  throws java.io.IOException
Throws:
java.io.IOException

IWMSLayerStyleDescriptionProxy

protected IWMSLayerStyleDescriptionProxy(java.lang.String CLSID,
                                         java.lang.String iid,
                                         java.lang.String host,
                                         com.esri.arcgis.interop.AuthInfo authInfo)
                                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getName

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

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

getTitle

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

Specified by:
getTitle in interface IWMSLayerStyleDescription
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

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

Specified by:
getAbstract in interface IWMSLayerStyleDescription
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

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

Specified by:
getWidth in interface IWMSLayerStyleDescription
Returns:
The width
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHeight

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

Specified by:
getHeight in interface IWMSLayerStyleDescription
Returns:
The height
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getURL

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

Specified by:
getURL in interface IWMSLayerStyleDescription
Returns:
The uRL
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageFormatCount

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

Specified by:
getImageFormatCount in interface IWMSLayerStyleDescription
Returns:
The count
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageFormat

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

Specified by:
getImageFormat in interface IWMSLayerStyleDescription
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.