|
|||||||||
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.arcglobe.IGlobeDeploymentProxy
Description: 'Provides access to the Globe deployment.' 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 IGlobeDeploymentProxy
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.arcglobe.IGlobeDeployment |
---|
IID, IID66b1ce61_2520_4c7c_9929_9d5e3e764e29 |
Constructor Summary | |
---|---|
|
IGlobeDeploymentProxy()
Deprecated. For internal use only |
|
IGlobeDeploymentProxy(java.lang.Object obj)
Deprecated. |
protected |
IGlobeDeploymentProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGlobeDeploymentProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGlobeDeploymentProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addLayer(ILayer pLayer)
Deprecated. Adds a layer to be deployed. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
deploy()
Deprecated. Perform the deployment operations. |
void |
getCacheOp(ILayer pLayer,
int[] pOp)
Deprecated. The operation to be performed with the cache of a layer. |
void |
getCacheOpByIndex(int iLayer,
int[] pOp)
Deprecated. The operation to be performed with the cache of a layer by index. |
void |
getCachePath(ILayer pLayer,
java.lang.String[] pPath,
java.lang.String[] foldername)
Deprecated. The deployment cache for a layer. |
void |
getCachePathByIndex(int iLayer,
java.lang.String[] pPath,
java.lang.String[] foldername)
Deprecated. The deployment cache path of a layer by index. |
java.lang.String |
getDefaultCacheLocation()
Deprecated. The default location for setting/copying the caches. |
IGMxDocument |
getDocument()
Deprecated. The deployed document. |
void |
getLayer(int iLayer,
ILayer[] ppLayer)
Deprecated. Gets a layer by index. |
int |
getLayerCount()
Deprecated. The number of layers to be deployed. |
void |
getLocalPath(java.lang.String absPath,
java.lang.String[] locPath)
Deprecated. The local path corresponding to the given absolute path. |
int |
getPathTableCount()
Deprecated. The number of different cache paths accumulated. |
java.lang.String |
getSaveDocumentName()
Deprecated. The full name of the new document to be saved. |
java.lang.String |
getSummary(boolean bEstimateSizes)
Deprecated. The text summary describing the deployment configuration. |
void |
getTablePath(int index,
java.lang.String[] pAbsPath,
java.lang.String[] pLocPath)
Deprecated. Get each of the absolute and local cache paths accumulated. |
boolean |
isSaveNewDocument()
Deprecated. Indicates whether a new document will be saved as opposed to modifying the current one. |
boolean |
isUseLocalPaths()
Deprecated. Indicates whether to use internal local paths for data caches, given by the path table. |
void |
putCacheOp(ILayer pLayer,
int op)
Deprecated. The operation to be performed with the cache. |
void |
putCachePath(ILayer pLayer,
java.lang.String path,
java.lang.String foldername)
Deprecated. The deployment cache for a layer. |
void |
putTablePath(java.lang.String absPath,
java.lang.String locPath)
Deprecated. Set an entry in the path table. |
void |
removeAllLayers()
Deprecated. Removes all layers from the deployment list. |
void |
removeLayer(ILayer pLayer)
Deprecated. Removes a layer from the deployment list. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDefaultCacheLocation(java.lang.String pName)
Deprecated. The default location for setting/copying the caches. |
void |
setDocument(IGMxDocument ppDoc)
Deprecated. The deployed document. |
void |
setSaveDocumentName(java.lang.String pName)
Deprecated. The full name of the new document to be saved. |
void |
setSaveNewDocument(boolean pbSaveNew)
Deprecated. Indicates whether a new document will be saved as opposed to modifying the current one. |
void |
setUseLocalPaths(boolean pbUse)
Deprecated. Indicates whether to use internal local paths for data caches, given by the path table. |
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 IGlobeDeploymentProxy(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 IGlobeDeploymentProxy()
public IGlobeDeploymentProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGlobeDeploymentProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGlobeDeploymentProxy(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 setDocument(IGMxDocument ppDoc) throws java.io.IOException, AutomationException
setDocument
in interface IGlobeDeployment
ppDoc
- A reference to a com.esri.arcgis.arcglobe.IGMxDocument (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGMxDocument getDocument() throws java.io.IOException, AutomationException
getDocument
in interface IGlobeDeployment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSaveNewDocument(boolean pbSaveNew) throws java.io.IOException, AutomationException
setSaveNewDocument
in interface IGlobeDeployment
pbSaveNew
- The pbSaveNew (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSaveNewDocument() throws java.io.IOException, AutomationException
isSaveNewDocument
in interface IGlobeDeployment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSaveDocumentName(java.lang.String pName) throws java.io.IOException, AutomationException
setSaveDocumentName
in interface IGlobeDeployment
pName
- The pName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSaveDocumentName() throws java.io.IOException, AutomationException
getSaveDocumentName
in interface IGlobeDeployment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultCacheLocation(java.lang.String pName) throws java.io.IOException, AutomationException
setDefaultCacheLocation
in interface IGlobeDeployment
pName
- The pName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefaultCacheLocation() throws java.io.IOException, AutomationException
getDefaultCacheLocation
in interface IGlobeDeployment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addLayer(ILayer pLayer) throws java.io.IOException, AutomationException
addLayer
in interface IGlobeDeployment
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeLayer(ILayer pLayer) throws java.io.IOException, AutomationException
removeLayer
in interface IGlobeDeployment
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAllLayers() throws java.io.IOException, AutomationException
removeAllLayers
in interface IGlobeDeployment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLayerCount() throws java.io.IOException, AutomationException
getLayerCount
in interface IGlobeDeployment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getLayer(int iLayer, ILayer[] ppLayer) throws java.io.IOException, AutomationException
getLayer
in interface IGlobeDeployment
iLayer
- The iLayer (in)ppLayer
- A reference to a com.esri.arcgis.carto.ILayer (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putCachePath(ILayer pLayer, java.lang.String path, java.lang.String foldername) throws java.io.IOException, AutomationException
putCachePath
in interface IGlobeDeployment
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)path
- The path (in)foldername
- The foldername (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getCachePath(ILayer pLayer, java.lang.String[] pPath, java.lang.String[] foldername) throws java.io.IOException, AutomationException
getCachePath
in interface IGlobeDeployment
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)pPath
- The pPath (out: use single element array)foldername
- The foldername (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getCachePathByIndex(int iLayer, java.lang.String[] pPath, java.lang.String[] foldername) throws java.io.IOException, AutomationException
getCachePathByIndex
in interface IGlobeDeployment
iLayer
- The iLayer (in)pPath
- The pPath (out: use single element array)foldername
- The foldername (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putCacheOp(ILayer pLayer, int op) throws java.io.IOException, AutomationException
putCacheOp
in interface IGlobeDeployment
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)op
- A com.esri.arcgis.arcglobe.esriGlobeDeployCacheOp constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getCacheOp(ILayer pLayer, int[] pOp) throws java.io.IOException, AutomationException
getCacheOp
in interface IGlobeDeployment
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)pOp
- A com.esri.arcgis.arcglobe.esriGlobeDeployCacheOp constant (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getCacheOpByIndex(int iLayer, int[] pOp) throws java.io.IOException, AutomationException
getCacheOpByIndex
in interface IGlobeDeployment
iLayer
- The iLayer (in)pOp
- A com.esri.arcgis.arcglobe.esriGlobeDeployCacheOp constant (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseLocalPaths() throws java.io.IOException, AutomationException
isUseLocalPaths
in interface IGlobeDeployment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseLocalPaths(boolean pbUse) throws java.io.IOException, AutomationException
setUseLocalPaths
in interface IGlobeDeployment
pbUse
- The pbUse (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPathTableCount() throws java.io.IOException, AutomationException
getPathTableCount
in interface IGlobeDeployment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getTablePath(int index, java.lang.String[] pAbsPath, java.lang.String[] pLocPath) throws java.io.IOException, AutomationException
getTablePath
in interface IGlobeDeployment
index
- The index (in)pAbsPath
- The pAbsPath (out: use single element array)pLocPath
- The pLocPath (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void putTablePath(java.lang.String absPath, java.lang.String locPath) throws java.io.IOException, AutomationException
putTablePath
in interface IGlobeDeployment
absPath
- The absPath (in)locPath
- The locPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getLocalPath(java.lang.String absPath, java.lang.String[] locPath) throws java.io.IOException, AutomationException
getLocalPath
in interface IGlobeDeployment
absPath
- The absPath (in)locPath
- The locPath (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSummary(boolean bEstimateSizes) throws java.io.IOException, AutomationException
getSummary
in interface IGlobeDeployment
bEstimateSizes
- The bEstimateSizes (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deploy() throws java.io.IOException, AutomationException
deploy
in interface IGlobeDeployment
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 |