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
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID492addb4_ae87_464a_ab78_9812cfc8d37f
Modifier | Constructor and Description |
---|---|
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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.
Removes a Java object as a listener to events generated by a COM object.
|
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.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public ITileDescriptionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ITileDescriptionProxy()
public ITileDescriptionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITileDescriptionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITileDescriptionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public int getTileWidth() throws java.io.IOException, AutomationException
getTileWidth
in interface ITileDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTileWidth(int width) throws java.io.IOException, AutomationException
setTileWidth
in interface ITileDescription
width
- The width (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTileHeight() throws java.io.IOException, AutomationException
getTileHeight
in interface ITileDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTileHeight(int height) throws java.io.IOException, AutomationException
setTileHeight
in interface ITileDescription
height
- The height (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTileCountX() throws java.io.IOException, AutomationException
getTileCountX
in interface ITileDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTileCountX(int tileCount) throws java.io.IOException, AutomationException
setTileCountX
in interface ITileDescription
tileCount
- The tileCount (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTileCountY() throws java.io.IOException, AutomationException
getTileCountY
in interface ITileDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTileCountY(int tileCount) throws java.io.IOException, AutomationException
setTileCountY
in interface ITileDescription
tileCount
- The tileCount (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getDpi() throws java.io.IOException, AutomationException
getDpi
in interface ITileDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDpi(double dpi) throws java.io.IOException, AutomationException
setDpi
in interface ITileDescription
dpi
- The dpi (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getImageFormat() throws java.io.IOException, AutomationException
getImageFormat
in interface ITileDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setImageFormat(int imageFormat) throws java.io.IOException, AutomationException
setImageFormat
in interface ITileDescription
imageFormat
- A com.esri.arcgis.carto.esriImageFormat constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public short getQuality() throws java.io.IOException, AutomationException
getQuality
in interface ITileDescription
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setQuality(short quality) throws java.io.IOException, AutomationException
setQuality
in interface ITileDescription
quality
- The quality (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.