com.esri.arcgis.gisclient
Class IWMTSTileMatrixSetProxy

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

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

Description: 'Provides access to methods that describe a particular set of tile matrices.' 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 IWMTSTileMatrixSetProxy
extends com.esri.arcgis.interop.Dispatch
implements IWMTSTileMatrixSet, 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.IWMTSTileMatrixSet
IID, IIDb7d67eda_daf2_49b0_8c27_3c4df14b69b5
 
Constructor Summary
  IWMTSTileMatrixSetProxy()
          Deprecated. For internal use only
  IWMTSTileMatrixSetProxy(java.lang.Object obj)
          Deprecated.  
protected IWMTSTileMatrixSetProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IWMTSTileMatrixSetProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IWMTSTileMatrixSetProxy(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.  
 IEnvelope getBoundingBox()
          Deprecated. Minimum bounding rectangle surrounding the visible layer presented by this tile matrix set, in the supported CRS.
 java.lang.String getBoundingBoxCRS()
          Deprecated. CRS for the BoundingBox
 java.lang.String getIdentifier()
          Deprecated. Tile matrix set identifier.
 java.lang.String getSupportedCRS()
          Deprecated. Reference to one coordinate reference system (CRS).
 IWMTSTileMatrix getTileMatrix(int index)
          Deprecated. TileMatrix at the given index.
 int getTileMatrixCount()
          Deprecated. TileMatrix count.
 java.lang.String getTitle()
          Deprecated. Tile matrix set title.
 java.lang.String getWellKnownScaleSet()
          Deprecated. Reference to a well known scale set.
 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

IWMTSTileMatrixSetProxy

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

IWMTSTileMatrixSetProxy

public IWMTSTileMatrixSetProxy()
Deprecated. 
For internal use only


IWMTSTileMatrixSetProxy

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

IWMTSTileMatrixSetProxy

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

IWMTSTileMatrixSetProxy

protected IWMTSTileMatrixSetProxy(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. 
Tile matrix set identifier.

Specified by:
getIdentifier in interface IWMTSTileMatrixSet
Returns:
The identifier
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. 
Tile matrix set title.

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

getSupportedCRS

public java.lang.String getSupportedCRS()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Reference to one coordinate reference system (CRS).

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

getWellKnownScaleSet

public java.lang.String getWellKnownScaleSet()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Reference to a well known scale set.

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

getBoundingBoxCRS

public java.lang.String getBoundingBoxCRS()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
CRS for the BoundingBox

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

getBoundingBox

public IEnvelope getBoundingBox()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Minimum bounding rectangle surrounding the visible layer presented by this tile matrix set, in the supported CRS.

Specified by:
getBoundingBox in interface IWMTSTileMatrixSet
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.

getTileMatrixCount

public int getTileMatrixCount()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
TileMatrix count.

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

getTileMatrix

public IWMTSTileMatrix getTileMatrix(int index)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
TileMatrix at the given index.

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