|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geoprocessing.IMapCacheTileManagerJobProxy
Description: 'Executes in parallel and performs the job.' 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 IMapCacheTileManagerJobProxy
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.geoprocessing.IMapCacheTileManagerJob |
---|
IID, IIDeb216031_0392_44f8_a4d7_6ff97bb0bf01 |
Constructor Summary | |
---|---|
|
IMapCacheTileManagerJobProxy()
Deprecated. For internal use only |
|
IMapCacheTileManagerJobProxy(java.lang.Object obj)
Deprecated. |
protected |
IMapCacheTileManagerJobProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMapCacheTileManagerJobProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMapCacheTileManagerJobProxy(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. |
void |
enableLocalCaching(boolean localCaching)
Deprecated. Enable local caching. |
IEnvelope |
getCacheExtent()
Deprecated. Cache Extent. |
IGeometry |
getClipGeometry()
Deprecated. ClipGeometry |
java.lang.String |
getDataframe()
Deprecated. Dataframe name. |
java.lang.String |
getLayerName()
Deprecated. Layer name. |
int |
getLevel()
Deprecated. Cancel the current job. |
int |
getTileManagerMode()
Deprecated. Cancel the current job. |
void |
getTileRangeX(int[] pTileXMin,
int[] pTileXMax)
Deprecated. Cancel the current job. |
void |
getTileRangeY(int[] pTileYMin,
int[] pTileYMax)
Deprecated. Cancel the current job. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setCacheExtentByRef(IEnvelope ppCacheExtent)
Deprecated. Cache Extent. |
void |
setClipGeometryByRef(IGeometry ppGeometry)
Deprecated. ClipGeometry |
void |
setDataframe(java.lang.String pDataframe)
Deprecated. Dataframe name. |
void |
setLayerName(java.lang.String pLayerName)
Deprecated. Layer name. |
void |
setLevel(int pLevel)
Deprecated. Cancel the current job. |
void |
setTileManagerMode(int pMode)
Deprecated. Cancel the current job. |
void |
setTileRangeX(int tileXMin,
int tileXMax)
Deprecated. Cancel the current job. |
void |
setTileRangeY(int tileYMin,
int tileYMax)
Deprecated. Cancel the current job. |
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 IMapCacheTileManagerJobProxy(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 IMapCacheTileManagerJobProxy()
public IMapCacheTileManagerJobProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMapCacheTileManagerJobProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMapCacheTileManagerJobProxy(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 void setTileRangeX(int tileXMin, int tileXMax) throws java.io.IOException, AutomationException
setTileRangeX
in interface IMapCacheTileManagerJob
tileXMin
- The tileXMin (in)tileXMax
- The tileXMax (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTileRangeY(int tileYMin, int tileYMax) throws java.io.IOException, AutomationException
setTileRangeY
in interface IMapCacheTileManagerJob
tileYMin
- The tileYMin (in)tileYMax
- The tileYMax (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getTileRangeX(int[] pTileXMin, int[] pTileXMax) throws java.io.IOException, AutomationException
getTileRangeX
in interface IMapCacheTileManagerJob
pTileXMin
- The pTileXMin (out: use single element array)pTileXMax
- The pTileXMax (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getTileRangeY(int[] pTileYMin, int[] pTileYMax) throws java.io.IOException, AutomationException
getTileRangeY
in interface IMapCacheTileManagerJob
pTileYMin
- The pTileYMin (out: use single element array)pTileYMax
- The pTileYMax (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLevel(int pLevel) throws java.io.IOException, AutomationException
setLevel
in interface IMapCacheTileManagerJob
pLevel
- The pLevel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLevel() throws java.io.IOException, AutomationException
getLevel
in interface IMapCacheTileManagerJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTileManagerMode() throws java.io.IOException, AutomationException
getTileManagerMode
in interface IMapCacheTileManagerJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTileManagerMode(int pMode) throws java.io.IOException, AutomationException
setTileManagerMode
in interface IMapCacheTileManagerJob
pMode
- A com.esri.arcgis.carto.esriMapCacheUpdateMode constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDataframe() throws java.io.IOException, AutomationException
getDataframe
in interface IMapCacheTileManagerJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataframe(java.lang.String pDataframe) throws java.io.IOException, AutomationException
setDataframe
in interface IMapCacheTileManagerJob
pDataframe
- The pDataframe (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLayerName() throws java.io.IOException, AutomationException
getLayerName
in interface IMapCacheTileManagerJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerName(java.lang.String pLayerName) throws java.io.IOException, AutomationException
setLayerName
in interface IMapCacheTileManagerJob
pLayerName
- The pLayerName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enableLocalCaching(boolean localCaching) throws java.io.IOException, AutomationException
enableLocalCaching
in interface IMapCacheTileManagerJob
localCaching
- The localCaching (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getCacheExtent() throws java.io.IOException, AutomationException
getCacheExtent
in interface IMapCacheTileManagerJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCacheExtentByRef(IEnvelope ppCacheExtent) throws java.io.IOException, AutomationException
setCacheExtentByRef
in interface IMapCacheTileManagerJob
ppCacheExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getClipGeometry() throws java.io.IOException, AutomationException
getClipGeometry
in interface IMapCacheTileManagerJob
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setClipGeometryByRef(IGeometry ppGeometry) throws java.io.IOException, AutomationException
setClipGeometryByRef
in interface IMapCacheTileManagerJob
ppGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (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 |