com.esri.arcgis.carto
Class IWMTSLayerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IWMTSLayerProxy
All Implemented Interfaces:
IWMTSLayer, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IWMTSLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the properties of WMTS Layer.' 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 IWMTSLayerProxy
extends com.esri.arcgis.interop.Dispatch
implements IWMTSLayer, 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.carto.IWMTSLayer
IID, IIDe817a24c_ba3e_4d03_892a_7b6eaa2a3128
 
Constructor Summary
  IWMTSLayerProxy()
          Deprecated. For internal use only
  IWMTSLayerProxy(java.lang.Object obj)
          Deprecated.  
protected IWMTSLayerProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IWMTSLayerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IWMTSLayerProxy(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.  
 boolean connect(IName pConnectionName)
          Deprecated. Connects to a WMTS Connection Name
 IName getDataSourceName()
          Deprecated. WMTS Connection Name.
 IPropertySet getDimensions()
          Deprecated. Values for the avialble dimensions in WMTS Layer.
 java.lang.String getImageFormat()
          Deprecated. Image format.
 java.lang.String getLayerName()
          Deprecated. Layer name in a WMTS Service.
 java.lang.String getStyle()
          Deprecated. Style from WMTS Layer.
 java.lang.String getTileMatrixSet()
          Deprecated. TileMatrixSet to be used by the service.
 void getWMTSConnection(IWMTSConnection pConnection)
          Deprecated. WMTS Connection.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDataSourceName(IName ppConnectionName)
          Deprecated. WMTS Connection Name.
 void setDimensions(IPropertySet dimensions)
          Deprecated. Values for the avialble dimensions in WMTS Layer.
 void setImageFormat(java.lang.String imageFormat)
          Deprecated. Image format.
 void setStyle(java.lang.String styleName)
          Deprecated. Style from WMTS Layer.
 void setTileMatrixSet(java.lang.String tileMatrix)
          Deprecated. TileMatrixSet to be used by the service.
 
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

IWMTSLayerProxy

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

IWMTSLayerProxy

public IWMTSLayerProxy()
Deprecated. 
For internal use only


IWMTSLayerProxy

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

IWMTSLayerProxy

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

IWMTSLayerProxy

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

connect

public boolean connect(IName pConnectionName)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Connects to a WMTS Connection Name

Specified by:
connect in interface IWMTSLayer
Parameters:
pConnectionName - A reference to a com.esri.arcgis.system.IName (in)
Returns:
The successful
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataSourceName

public IName getDataSourceName()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
WMTS Connection Name.

Specified by:
getDataSourceName in interface IWMTSLayer
Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataSourceName

public void setDataSourceName(IName ppConnectionName)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
WMTS Connection Name.

Specified by:
setDataSourceName in interface IWMTSLayer
Parameters:
ppConnectionName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWMTSConnection

public void getWMTSConnection(IWMTSConnection pConnection)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
WMTS Connection.

Specified by:
getWMTSConnection in interface IWMTSLayer
Parameters:
pConnection - A reference to a com.esri.arcgis.gisclient.IWMTSConnection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerName

public java.lang.String getLayerName()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Layer name in a WMTS Service.

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

setDimensions

public void setDimensions(IPropertySet dimensions)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Values for the avialble dimensions in WMTS Layer.

Specified by:
setDimensions in interface IWMTSLayer
Parameters:
dimensions - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimensions

public IPropertySet getDimensions()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Values for the avialble dimensions in WMTS Layer.

Specified by:
getDimensions in interface IWMTSLayer
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileMatrixSet

public void setTileMatrixSet(java.lang.String tileMatrix)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
TileMatrixSet to be used by the service.

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

getTileMatrixSet

public java.lang.String getTileMatrixSet()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
TileMatrixSet to be used by the service.

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

getImageFormat

public java.lang.String getImageFormat()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Image format.

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

setImageFormat

public void setImageFormat(java.lang.String imageFormat)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Image format.

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

setStyle

public void setStyle(java.lang.String styleName)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Style from WMTS Layer.

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

getStyle

public java.lang.String getStyle()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Style from WMTS Layer.

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