Description: 'Provides access to members that provide the tile cache info.' 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 ITileCacheInfoProxy extends com.esri.arcgis.interop.Dispatch implements ITileCacheInfo, 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, IIDf92f8c28_7efa_4da3_a126_5f2d2f117280
Modifier | Constructor and Description |
---|---|
|
ITileCacheInfoProxy()
Deprecated.
For internal use only
|
|
ITileCacheInfoProxy(java.lang.Object obj)
Deprecated.
|
protected |
ITileCacheInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ITileCacheInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ITileCacheInfoProxy(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.
|
void |
computeResolutions()
Deprecated.
Computes resolutions from scales and current DPI.
|
void |
computeScales()
Deprecated.
Computes scales from resolutions and current DPI.
|
int |
getDpi()
Deprecated.
The tiling DPI.
|
ILODInfos |
getLODInfos()
Deprecated.
The tile cache Levels Of Details.
|
IPoint |
getOrigin()
Deprecated.
The tiling origin.
|
ISpatialReference |
getSpatialReference()
Deprecated.
The tiling spatial reference.
|
int |
getTileCols()
Deprecated.
The number of columns per tile.
|
int |
getTileRows()
Deprecated.
The number of rows per tile.
|
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(int pDpi)
Deprecated.
The tiling DPI.
|
void |
setLODInfosByRef(ILODInfos ppLODInfos)
Deprecated.
The tile cache Levels Of Details.
|
void |
setOrigin(IPoint ppOrigin)
Deprecated.
The tiling origin.
|
void |
setSpatialReferenceByRef(ISpatialReference ppSpatialReference)
Deprecated.
The tiling spatial reference.
|
void |
setTileCols(int pNumTileCols)
Deprecated.
The number of columns per tile.
|
void |
setTileRows(int pNumTileRows)
Deprecated.
The number of rows per tile.
|
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 ITileCacheInfoProxy(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 ITileCacheInfoProxy()
public ITileCacheInfoProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITileCacheInfoProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITileCacheInfoProxy(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 ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
getSpatialReference
in interface ITileCacheInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSpatialReferenceByRef(ISpatialReference ppSpatialReference) throws java.io.IOException, AutomationException
setSpatialReferenceByRef
in interface ITileCacheInfo
ppSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPoint getOrigin() throws java.io.IOException, AutomationException
getOrigin
in interface ITileCacheInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOrigin(IPoint ppOrigin) throws java.io.IOException, AutomationException
setOrigin
in interface ITileCacheInfo
ppOrigin
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTileCols() throws java.io.IOException, AutomationException
getTileCols
in interface ITileCacheInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTileCols(int pNumTileCols) throws java.io.IOException, AutomationException
setTileCols
in interface ITileCacheInfo
pNumTileCols
- The pNumTileCols (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTileRows() throws java.io.IOException, AutomationException
getTileRows
in interface ITileCacheInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTileRows(int pNumTileRows) throws java.io.IOException, AutomationException
setTileRows
in interface ITileCacheInfo
pNumTileRows
- The pNumTileRows (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getDpi() throws java.io.IOException, AutomationException
getDpi
in interface ITileCacheInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDpi(int pDpi) throws java.io.IOException, AutomationException
setDpi
in interface ITileCacheInfo
pDpi
- The pDpi (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ILODInfos getLODInfos() throws java.io.IOException, AutomationException
getLODInfos
in interface ITileCacheInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLODInfosByRef(ILODInfos ppLODInfos) throws java.io.IOException, AutomationException
setLODInfosByRef
in interface ITileCacheInfo
ppLODInfos
- A reference to a com.esri.arcgis.carto.ILODInfos (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void computeResolutions() throws java.io.IOException, AutomationException
computeResolutions
in interface ITileCacheInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void computeScales() throws java.io.IOException, AutomationException
computeScales
in interface ITileCacheInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.