|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.ITileDescriptionProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |