com.esri.arcgis.gisclient
Class IWMSLayerDescription2Proxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IWMSLayerDescription2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to members give access to WMSLayerDescription 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 =

public class IWMSLayerDescription2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IWMSLayerDescription2, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
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.IWMSLayerDescription2
IID, IID3d35c25c_bbb5_4aae_b9da_9ec15756d432
 
Constructor Summary
  IWMSLayerDescription2Proxy()
          Deprecated. For internal use only
  IWMSLayerDescription2Proxy(java.lang.Object obj)
          Deprecated.  
protected IWMSLayerDescription2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IWMSLayerDescription2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IWMSLayerDescription2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getAbstract()
          Deprecated. Abstract of the WMS layer.
 void getBoundingBox(int index, IEnvelope[] envelope, java.lang.String[] srsCode)
          Deprecated. Minimum bounding extents of the layer data along with the applicable SRS.
 int getBoundingBoxCount()
          Deprecated. Number of bounding extents of the layer.
 IWMTSDimension getDimension(int index)
          Deprecated. Dimension of the layer at the given index.
 int getDimensionCount()
          Deprecated. Number of dimension in the layer.
 java.lang.String getExceptionFormat(int index)
          Deprecated. Supported exception at the given index.
 int getExceptionFormatCount()
          Deprecated. Supported exception format count.
 java.lang.String getFeatureInfoFormat(int index)
          Deprecated. Supported FeatureInfoFormat at the given index.
 int getFeatureInfoFormatCount()
          Deprecated. Supported FeatureInfoFormat count.
 double getFixedHeight()
          Deprecated. Fixed height at which server is able to display the layer.
 double getFixedWidth()
          Deprecated. Fixed width at which server is able to display the layer.
 java.lang.String getImageFormat(int index)
          Deprecated. Supported GetMap's ImageFormat at the given index.
 int getImageFormatCount()
          Deprecated. Supported GetMap's ImageFormat count.
 int getIsCascaded()
          Deprecated. Indicates the number of times the layer has been reserved.
 IEnvelope getLatLongBoundingBox()
          Deprecated. Minimum bounding extent of the layer data in EPSG:4326.
 IWMSLayerDescription getLayerDescription(int index)
          Deprecated. WMSLayerDescription at a given index.
 int getLayerDescriptionCount()
          Deprecated. Number of WMSLayerDescriptions.
 java.lang.String getName()
          Deprecated. Name of WMS layer.
 double getScaleHintMax()
          Deprecated. Suggested maximum scale of the WMS layer.
 double getScaleHintMin()
          Deprecated. Suggested minimimum scale for the WMS layer.
 java.lang.String getSRS(int index)
          Deprecated. Supproted SRS at the given index.
 int getSRSCount()
          Deprecated. Supported SRS count.
 IWMSLayerStyleDescription getStyleDescription(int index)
          Deprecated. Style of the layer at the given index.
 int getStyleDescriptionCount()
          Deprecated. Number of styles in the layer.
 java.lang.String getTitle()
          Deprecated. Title of WMS layer.
 java.lang.String getWMSVersion()
          Deprecated. WMS Version.
 boolean isOpaque()
          Deprecated. Indicates whether the layer is opaque or transparent in terms of the area that gets drawn.
 boolean isQueryable()
          Deprecated. Indicates whether the layer is queryable.
 boolean isSubsettable()
          Deprecated. Indicates whether or not the server will be able to crop the data to a geographic area smaller than its enclosing bounding box.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IWMSLayerDescription2Proxy

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

IWMSLayerDescription2Proxy

public IWMSLayerDescription2Proxy()
Deprecated. 
For internal use only


IWMSLayerDescription2Proxy

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

IWMSLayerDescription2Proxy

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

IWMSLayerDescription2Proxy

protected IWMSLayerDescription2Proxy(java.lang.String CLSID,
                                     java.lang.String iid,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.io.IOException
Deprecated. 
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
Deprecated. 
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
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getDimensionCount

public int getDimensionCount()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Number of dimension in the layer.

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

getDimension

public IWMTSDimension getDimension(int index)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Dimension of the layer at the given index.

Specified by:
getDimension in interface IWMSLayerDescription2
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.gisclient.IWMTSDimension
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Name of WMS layer.

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

getTitle

public java.lang.String getTitle()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Title of WMS layer.

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

getAbstract

public java.lang.String getAbstract()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Abstract of the WMS layer.

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

isQueryable

public boolean isQueryable()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether the layer is queryable.

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

isOpaque

public boolean isOpaque()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether the layer is opaque or transparent in terms of the area that gets drawn.

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

getIsCascaded

public int getIsCascaded()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates the number of times the layer has been reserved.

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

isSubsettable

public boolean isSubsettable()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates whether or not the server will be able to crop the data to a geographic area smaller than its enclosing bounding box.

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

getFixedWidth

public double getFixedWidth()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Fixed width at which server is able to display the layer. If this is zero, server can display the layer at any resolution.

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

getFixedHeight

public double getFixedHeight()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Fixed height at which server is able to display the layer. If this is zero, server can display the layer at any resolution.

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

getLayerDescriptionCount

public int getLayerDescriptionCount()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Number of WMSLayerDescriptions.

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

getLayerDescription

public IWMSLayerDescription getLayerDescription(int index)
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
WMSLayerDescription at a given index.

Specified by:
getLayerDescription in interface IWMSLayerDescription2
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.gisclient.IWMSLayerDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getScaleHintMin

public double getScaleHintMin()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Suggested minimimum scale for the WMS layer.

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

getScaleHintMax

public double getScaleHintMax()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Suggested maximum scale of the WMS layer.

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

getLatLongBoundingBox

public IEnvelope getLatLongBoundingBox()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Minimum bounding extent of the layer data in EPSG:4326.

Specified by:
getLatLongBoundingBox in interface IWMSLayerDescription2
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBoundingBoxCount

public int getBoundingBoxCount()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Number of bounding extents of the layer.

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

getBoundingBox

public void getBoundingBox(int index,
                           IEnvelope[] envelope,
                           java.lang.String[] srsCode)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Minimum bounding extents of the layer data along with the applicable SRS.

Specified by:
getBoundingBox in interface IWMSLayerDescription2
Parameters:
index - The index (in)
envelope - A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)
srsCode - The srsCode (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStyleDescriptionCount

public int getStyleDescriptionCount()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Number of styles in the layer.

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

getStyleDescription

public IWMSLayerStyleDescription getStyleDescription(int index)
                                              throws java.io.IOException,
                                                     AutomationException
Deprecated. 
Style of the layer at the given index.

Specified by:
getStyleDescription in interface IWMSLayerDescription2
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.gisclient.IWMSLayerStyleDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSRSCount

public int getSRSCount()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Supported SRS count.

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

getSRS

public java.lang.String getSRS(int index)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Supproted SRS at the given index.

Specified by:
getSRS in interface IWMSLayerDescription2
Parameters:
index - The index (in)
Returns:
The sRS
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWMSVersion

public java.lang.String getWMSVersion()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
WMS Version.

Specified by:
getWMSVersion in interface IWMSLayerDescription2
Returns:
The wMSVersion
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
Deprecated. 
Supported GetMap's ImageFormat count.

Specified by:
getImageFormatCount in interface IWMSLayerDescription2
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
Deprecated. 
Supported GetMap's ImageFormat at the given index.

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

getFeatureInfoFormatCount

public int getFeatureInfoFormatCount()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Supported FeatureInfoFormat count.

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

getFeatureInfoFormat

public java.lang.String getFeatureInfoFormat(int index)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Supported FeatureInfoFormat at the given index.

Specified by:
getFeatureInfoFormat in interface IWMSLayerDescription2
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.

getExceptionFormatCount

public int getExceptionFormatCount()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Supported exception format count.

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

getExceptionFormat

public java.lang.String getExceptionFormat(int index)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Supported exception at the given index.

Specified by:
getExceptionFormat in interface IWMSLayerDescription2
Parameters:
index - The index (in)
Returns:
The exceptionFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.