com.esri.arcgis.geoprocessing
Interface IMapCacheTileManagerJob

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapCacheTileManagerJobProxy

public interface IMapCacheTileManagerJob
extends java.io.Serializable

COM Interface 'IMapCacheTileManagerJob'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDeb216031_0392_44f8_a4d7_6ff97bb0bf01
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void enableLocalCaching(boolean localCaching)
          Enable local caching.
 IEnvelope getCacheExtent()
          Cache Extent.
 IGeometry getClipGeometry()
          ClipGeometry
 java.lang.String getDataframe()
          Dataframe name.
 java.lang.String getLayerName()
          Layer name.
 int getLevel()
          Cancel the current job.
 int getTileManagerMode()
          Cancel the current job.
 void getTileRangeX(int[] pTileXMin, int[] pTileXMax)
          Cancel the current job.
 void getTileRangeY(int[] pTileYMin, int[] pTileYMax)
          Cancel the current job.
 void setCacheExtentByRef(IEnvelope ppCacheExtent)
          Cache Extent.
 void setClipGeometryByRef(IGeometry ppGeometry)
          ClipGeometry
 void setDataframe(java.lang.String pDataframe)
          Dataframe name.
 void setLayerName(java.lang.String pLayerName)
          Layer name.
 void setLevel(int pLevel)
          Cancel the current job.
 void setTileManagerMode(int pMode)
          Cancel the current job.
 void setTileRangeX(int tileXMin, int tileXMax)
          Cancel the current job.
 void setTileRangeY(int tileYMin, int tileYMax)
          Cancel the current job.
 

Field Detail

IIDeb216031_0392_44f8_a4d7_6ff97bb0bf01

static final int IIDeb216031_0392_44f8_a4d7_6ff97bb0bf01
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setTileRangeX

void setTileRangeX(int tileXMin,
                   int tileXMax)
                   throws java.io.IOException,
                          AutomationException
Cancel the current job.

Parameters:
tileXMin - The tileXMin (in)
tileXMax - The tileXMax (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileRangeY

void setTileRangeY(int tileYMin,
                   int tileYMax)
                   throws java.io.IOException,
                          AutomationException
Cancel the current job.

Parameters:
tileYMin - The tileYMin (in)
tileYMax - The tileYMax (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileRangeX

void getTileRangeX(int[] pTileXMin,
                   int[] pTileXMax)
                   throws java.io.IOException,
                          AutomationException
Cancel the current job.

Parameters:
pTileXMin - The pTileXMin (out: use single element array)
pTileXMax - The pTileXMax (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileRangeY

void getTileRangeY(int[] pTileYMin,
                   int[] pTileYMax)
                   throws java.io.IOException,
                          AutomationException
Cancel the current job.

Parameters:
pTileYMin - The pTileYMin (out: use single element array)
pTileYMax - The pTileYMax (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLevel

void setLevel(int pLevel)
              throws java.io.IOException,
                     AutomationException
Cancel the current job.

Parameters:
pLevel - The pLevel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLevel

int getLevel()
             throws java.io.IOException,
                    AutomationException
Cancel the current job.

Returns:
The pLevel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileManagerMode

int getTileManagerMode()
                       throws java.io.IOException,
                              AutomationException
Cancel the current job.

Returns:
A com.esri.arcgis.carto.esriMapCacheUpdateMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileManagerMode

void setTileManagerMode(int pMode)
                        throws java.io.IOException,
                               AutomationException
Cancel the current job.

Parameters:
pMode - A com.esri.arcgis.carto.esriMapCacheUpdateMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataframe

java.lang.String getDataframe()
                              throws java.io.IOException,
                                     AutomationException
Dataframe name.

Returns:
The pDataframe
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDataframe

void setDataframe(java.lang.String pDataframe)
                  throws java.io.IOException,
                         AutomationException
Dataframe name.

Parameters:
pDataframe - The pDataframe (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerName

java.lang.String getLayerName()
                              throws java.io.IOException,
                                     AutomationException
Layer name.

Returns:
The pLayerName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLayerName

void setLayerName(java.lang.String pLayerName)
                  throws java.io.IOException,
                         AutomationException
Layer name.

Parameters:
pLayerName - The pLayerName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

enableLocalCaching

void enableLocalCaching(boolean localCaching)
                        throws java.io.IOException,
                               AutomationException
Enable local caching.

Parameters:
localCaching - The localCaching (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCacheExtent

IEnvelope getCacheExtent()
                         throws java.io.IOException,
                                AutomationException
Cache Extent.

Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCacheExtentByRef

void setCacheExtentByRef(IEnvelope ppCacheExtent)
                         throws java.io.IOException,
                                AutomationException
Cache Extent.

Parameters:
ppCacheExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClipGeometry

IGeometry getClipGeometry()
                          throws java.io.IOException,
                                 AutomationException
ClipGeometry

Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClipGeometryByRef

void setClipGeometryByRef(IGeometry ppGeometry)
                          throws java.io.IOException,
                                 AutomationException
ClipGeometry

Parameters:
ppGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.