com.esri.arcgis.carto
Class ITileDescriptionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.ITileDescriptionProxy
All Implemented Interfaces:
ITileDescription, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
ITileDescription2Proxy

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

Description: 'Provides access to the TileDescription.' 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 ITileDescriptionProxy
extends com.esri.arcgis.interop.Dispatch
implements ITileDescription, 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.ITileDescription
IID, IID492addb4_ae87_464a_ab78_9812cfc8d37f
 
Constructor Summary
  ITileDescriptionProxy()
          Deprecated. For internal use only
  ITileDescriptionProxy(java.lang.Object obj)
          Deprecated.  
protected ITileDescriptionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITileDescriptionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITileDescriptionProxy(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.  
 double getDpi()
          Deprecated. DPI to perform output with.
 int getImageFormat()
          Deprecated. Image format for the tile.
 short getQuality()
          Deprecated. Quality for image formats.
 int getTileCountX()
          Deprecated. Sub tile count in x direction.
 int getTileCountY()
          Deprecated. Tile count in y direction.
 int getTileHeight()
          Deprecated. Tile height in pixels.
 int getTileWidth()
          Deprecated. Tile width in pixels.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDpi(double dpi)
          Deprecated. DPI to perform output with.
 void setImageFormat(int imageFormat)
          Deprecated. Image format for the tile.
 void setQuality(short quality)
          Deprecated. Quality for image formats.
 void setTileCountX(int tileCount)
          Deprecated. Sub tile count in x direction.
 void setTileCountY(int tileCount)
          Deprecated. Tile count in y direction.
 void setTileHeight(int height)
          Deprecated. Tile height in pixels.
 void setTileWidth(int width)
          Deprecated. Tile width in pixels.
 
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

ITileDescriptionProxy

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

ITileDescriptionProxy

public ITileDescriptionProxy()
Deprecated. 
For internal use only


ITileDescriptionProxy

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

ITileDescriptionProxy

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

ITileDescriptionProxy

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

getTileWidth

public int getTileWidth()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Tile width in pixels.

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

setTileWidth

public void setTileWidth(int width)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Tile width in pixels.

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

getTileHeight

public int getTileHeight()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Tile height in pixels.

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

setTileHeight

public void setTileHeight(int height)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Tile height in pixels.

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

getTileCountX

public int getTileCountX()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Sub tile count in x direction.

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

setTileCountX

public void setTileCountX(int tileCount)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Sub tile count in x direction.

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

getTileCountY

public int getTileCountY()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Tile count in y direction.

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

setTileCountY

public void setTileCountY(int tileCount)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Tile count in y direction.

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

getDpi

public double getDpi()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
DPI to perform output with.

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

setDpi

public void setDpi(double dpi)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
DPI to perform output with.

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

getImageFormat

public int getImageFormat()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Image format for the tile.

Specified by:
getImageFormat in interface ITileDescription
Returns:
A com.esri.arcgis.carto.esriImageFormat constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setImageFormat

public void setImageFormat(int imageFormat)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Image format for the tile.

Specified by:
setImageFormat in interface ITileDescription
Parameters:
imageFormat - A com.esri.arcgis.carto.esriImageFormat constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getQuality

public short getQuality()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Quality for image formats.

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

setQuality

public void setQuality(short quality)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Quality for image formats.

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