|
|||||||||
| 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.globecore.IGlobeHelperPubProxy
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
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.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 |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IGlobeHelperPubProxy(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.IOExceptionpublic IGlobeHelperPubProxy()
public IGlobeHelperPubProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGlobeHelperPubProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGlobeHelperPubProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void addGlobeProperties(ILayer pLayer,
IGlobeDisplay pGlobeDisplay,
int layerType,
boolean bIsChildLayer)
throws java.io.IOException,
AutomationException
addGlobeProperties in interface IGlobeHelperPubpLayer - 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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void findGlobeLayerProperties(ILayer pLayer,
IGlobeLayerProperties[] ppGlobeLayerProperties)
throws java.io.IOException,
AutomationException
findGlobeLayerProperties in interface IGlobeHelperPubpLayer - 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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void createAllCacheSubDirectoriesInPath(java.lang.String fullPath)
throws java.io.IOException,
AutomationException
createAllCacheSubDirectoriesInPath in interface IGlobeHelperPubfullPath - The fullPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteLayerCacheDirectory(java.lang.String layerCacheFullPath)
throws java.io.IOException,
AutomationException
deleteLayerCacheDirectory in interface IGlobeHelperPublayerCacheFullPath - The layerCacheFullPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteAllowedLayerCachesInGlobeCacheDirectory(java.lang.String globeCacheFullPath)
throws java.io.IOException,
AutomationException
deleteAllowedLayerCachesInGlobeCacheDirectory in interface IGlobeHelperPubglobeCacheFullPath - The globeCacheFullPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void adjustGCS360(ILayer pLayer)
throws java.io.IOException,
AutomationException
adjustGCS360 in interface IGlobeHelperPubpLayer - 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 syncExtrusionProperties(ILayer pLayer)
throws java.io.IOException,
AutomationException
syncExtrusionProperties in interface IGlobeHelperPubpLayer - 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 setGroupLayerCache(IGroupLayer pGroupLayer,
boolean bConsolidate,
IGlobeDisplay pGlobeDisplay,
boolean bMapConsolidated,
boolean bStrictOnDemand,
java.lang.String groupCacheName,
IGlobeLayerProperties[] parentProps)
throws java.io.IOException,
AutomationException
setGroupLayerCache in interface IGlobeHelperPubpGroupLayer - 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)
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 | ||||||||