com.esri.arcgis.globecore
Class IGlobeHelperPubProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.globecore.IGlobeHelperPubProxy
All Implemented Interfaces:
IGlobeHelperPub, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IGlobeHelperPub2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IGlobeHelperPub'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'an interface with some standard Globe Utility functions.' 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 IGlobeHelperPubProxy
extends com.esri.arcgis.interop.Dispatch
implements IGlobeHelperPub, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.globecore.IGlobeHelperPub
IID, IIDc61d0917_097f_44cf_ba84_80a4b6537bf6
 
Constructor Summary
  IGlobeHelperPubProxy()
          Deprecated. For internal use only
  IGlobeHelperPubProxy(java.lang.Object obj)
          Deprecated.  
protected IGlobeHelperPubProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGlobeHelperPubProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGlobeHelperPubProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addGlobeProperties(ILayer pLayer, IGlobeDisplay pGlobeDisplay, int layerType, boolean bIsChildLayer)
          Deprecated. Process a new layer.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void adjustGCS360(ILayer pLayer)
          Deprecated. Adjusts a layer within GCS (0,360) to (-180,180).
 void createAllCacheSubDirectoriesInPath(java.lang.String fullPath)
          Deprecated. Creates All Cache Directories in path
 void deleteAllowedLayerCachesInGlobeCacheDirectory(java.lang.String globeCacheFullPath)
          Deprecated. Delete Allowed Layer Caches in Globe Directory.
 void deleteLayerCacheDirectory(java.lang.String layerCacheFullPath)
          Deprecated. Delete Layer Cache Directory.
 void findGlobeLayerProperties(ILayer pLayer, IGlobeLayerProperties[] ppGlobeLayerProperties)
          Deprecated. Returns GlobeLayerProperties of a layer
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setGroupLayerCache(IGroupLayer pGroupLayer, boolean bConsolidate, IGlobeDisplay pGlobeDisplay, boolean bMapConsolidated, boolean bStrictOnDemand, java.lang.String groupCacheName, IGlobeLayerProperties[] parentProps)
          Deprecated. Enables and Sets Group Layer's cache properties.
 void syncExtrusionProperties(ILayer pLayer)
          Deprecated. Transfers 3D Extrusion properties to Globe Extrusion properties.
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGlobeHelperPubProxy

public IGlobeHelperPubProxy(java.lang.String CLSID,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.net.UnknownHostException,
                            java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGlobeHelperPubProxy

public IGlobeHelperPubProxy()
Deprecated. 
For internal use only


IGlobeHelperPubProxy

public IGlobeHelperPubProxy(java.lang.Object obj)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGlobeHelperPubProxy

protected IGlobeHelperPubProxy(java.lang.Object obj,
                               java.lang.String iid)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGlobeHelperPubProxy

protected IGlobeHelperPubProxy(java.lang.String CLSID,
                               java.lang.String iid,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

addGlobeProperties

public void addGlobeProperties(ILayer pLayer,
                               IGlobeDisplay pGlobeDisplay,
                               int layerType,
                               boolean bIsChildLayer)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Process a new layer.

Specified by:
addGlobeProperties in interface IGlobeHelperPub
Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
pGlobeDisplay - A reference to a com.esri.arcgis.globecore.IGlobeDisplay (in)
layerType - A com.esri.arcgis.globecore.esriGlobeLayerType constant (in)
bIsChildLayer - The bIsChildLayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findGlobeLayerProperties

public void findGlobeLayerProperties(ILayer pLayer,
                                     IGlobeLayerProperties[] ppGlobeLayerProperties)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Returns GlobeLayerProperties of a layer

Specified by:
findGlobeLayerProperties in interface IGlobeHelperPub
Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
ppGlobeLayerProperties - A reference to a com.esri.arcgis.globecore.IGlobeLayerProperties (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createAllCacheSubDirectoriesInPath

public void createAllCacheSubDirectoriesInPath(java.lang.String fullPath)
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
Creates All Cache Directories in path

Specified by:
createAllCacheSubDirectoriesInPath in interface IGlobeHelperPub
Parameters:
fullPath - The fullPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteLayerCacheDirectory

public void deleteLayerCacheDirectory(java.lang.String layerCacheFullPath)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Delete Layer Cache Directory.

Specified by:
deleteLayerCacheDirectory in interface IGlobeHelperPub
Parameters:
layerCacheFullPath - The layerCacheFullPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteAllowedLayerCachesInGlobeCacheDirectory

public void deleteAllowedLayerCachesInGlobeCacheDirectory(java.lang.String globeCacheFullPath)
                                                   throws java.io.IOException,
                                                          AutomationException
Deprecated. 
Delete Allowed Layer Caches in Globe Directory.

Specified by:
deleteAllowedLayerCachesInGlobeCacheDirectory in interface IGlobeHelperPub
Parameters:
globeCacheFullPath - The globeCacheFullPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

adjustGCS360

public void adjustGCS360(ILayer pLayer)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Adjusts a layer within GCS (0,360) to (-180,180).

Specified by:
adjustGCS360 in interface IGlobeHelperPub
Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

syncExtrusionProperties

public void syncExtrusionProperties(ILayer pLayer)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Transfers 3D Extrusion properties to Globe Extrusion properties.

Specified by:
syncExtrusionProperties in interface IGlobeHelperPub
Parameters:
pLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGroupLayerCache

public void setGroupLayerCache(IGroupLayer pGroupLayer,
                               boolean bConsolidate,
                               IGlobeDisplay pGlobeDisplay,
                               boolean bMapConsolidated,
                               boolean bStrictOnDemand,
                               java.lang.String groupCacheName,
                               IGlobeLayerProperties[] parentProps)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Enables and Sets Group Layer's cache properties.

Specified by:
setGroupLayerCache in interface IGlobeHelperPub
Parameters:
pGroupLayer - A reference to a com.esri.arcgis.carto.IGroupLayer (in)
bConsolidate - The bConsolidate (in)
pGlobeDisplay - A reference to a com.esri.arcgis.globecore.IGlobeDisplay (in)
bMapConsolidated - The bMapConsolidated (in)
bStrictOnDemand - The bStrictOnDemand (in)
groupCacheName - The groupCacheName (in)
parentProps - A reference to a com.esri.arcgis.globecore.IGlobeLayerProperties (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.