com.esri.arcgis.gisclient
Class IWMTSLayerDescriptionProxy

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

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

Description: 'Provides access to members give access to WMTSLayerDescription 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 IWMTSLayerDescriptionProxy
extends com.esri.arcgis.interop.Dispatch
implements IWMTSLayerDescription, 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.IWMTSLayerDescription
IID, IIDe28b0014_208c_4c9b_8e24_ac882d0b4c36
 
Constructor Summary
  IWMTSLayerDescriptionProxy()
          Deprecated. For internal use only
  IWMTSLayerDescriptionProxy(java.lang.Object obj)
          Deprecated.  
protected IWMTSLayerDescriptionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IWMTSLayerDescriptionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IWMTSLayerDescriptionProxy(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 WMTS 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 getFeatureInfoFormat(int index)
          Deprecated. Supported FeatureInfoFormat at the given index.
 int getFeatureInfoFormatCount()
          Deprecated. Supported FeatureInfoFormat count.
 java.lang.String getIdentifier()
          Deprecated. Identifier of WMTS layer.
 java.lang.String getImageFormat(int index)
          Deprecated. Supported GetMap's ImageFormat at the given index.
 int getImageFormatCount()
          Deprecated. Supported GetMap's ImageFormat count.
 void getRESTResourceInfo(java.lang.String resourceType, java.lang.String[] templateUrl, java.lang.String[] format)
          Deprecated. Url for the given REST resource.
 IWMSLayerStyleDescription getStyleDescription(int index)
          Deprecated. Style of the layer at the given index.
 int getStyleDescriptionCount()
          Deprecated. Number of styles in the layer.
 IWMTSTileMatrixSetLink getTileMatrixSetLink(int index)
          Deprecated. TileMatrixSet Link of the layer at the given index.
 int getTileMatrixSetLinkCount()
          Deprecated. Number of TileMatrixSet Links in the layer.
 java.lang.String getTitle()
          Deprecated. Title of WMTS layer.
 IEnvelope getWGS84BoundingBox()
          Deprecated. Minimum bounding extent of the layer data in EPSG:4326.
 java.lang.String getWMTSVersion()
          Deprecated. WMTS Version.
 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

IWMTSLayerDescriptionProxy

public IWMTSLayerDescriptionProxy(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

IWMTSLayerDescriptionProxy

public IWMTSLayerDescriptionProxy()
Deprecated. 
For internal use only


IWMTSLayerDescriptionProxy

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

IWMTSLayerDescriptionProxy

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

IWMTSLayerDescriptionProxy

protected IWMTSLayerDescriptionProxy(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

getIdentifier

public java.lang.String getIdentifier()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Identifier of WMTS layer.

Specified by:
getIdentifier in interface IWMTSLayerDescription
Returns:
The stringId
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 WMTS layer.

Specified by:
getTitle in interface IWMTSLayerDescription
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 WMTS layer.

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

getWGS84BoundingBox

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

Specified by:
getWGS84BoundingBox in interface IWMTSLayerDescription
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 IWMTSLayerDescription
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 IWMTSLayerDescription
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 IWMTSLayerDescription
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 IWMTSLayerDescription
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.

getWMTSVersion

public java.lang.String getWMTSVersion()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
WMTS Version.

Specified by:
getWMTSVersion in interface IWMTSLayerDescription
Returns:
The wMTSVersion
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 IWMTSLayerDescription
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 IWMTSLayerDescription
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 IWMTSLayerDescription
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 IWMTSLayerDescription
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.

getDimensionCount

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

Specified by:
getDimensionCount in interface IWMTSLayerDescription
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 IWMTSLayerDescription
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.

getTileMatrixSetLinkCount

public int getTileMatrixSetLinkCount()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Number of TileMatrixSet Links in the layer.

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

getTileMatrixSetLink

public IWMTSTileMatrixSetLink getTileMatrixSetLink(int index)
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
TileMatrixSet Link of the layer at the given index.

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

getRESTResourceInfo

public void getRESTResourceInfo(java.lang.String resourceType,
                                java.lang.String[] templateUrl,
                                java.lang.String[] format)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Url for the given REST resource.

Specified by:
getRESTResourceInfo in interface IWMTSLayerDescription
Parameters:
resourceType - The resourceType (in)
templateUrl - The templateUrl (out: use single element array)
format - The format (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.