com.esri.arcgis.globecore
Class IGlobeAdvancedOptionsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.globecore.IGlobeAdvancedOptionsProxy
All Implemented Interfaces:
IGlobeAdvancedOptions, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IGlobeAdvancedOptions2Proxy

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

Description: 'Provides access to the globe data processing and management options.' 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 IGlobeAdvancedOptionsProxy
extends com.esri.arcgis.interop.Dispatch
implements IGlobeAdvancedOptions, 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.IGlobeAdvancedOptions
IID, IIDa8132c1e_00f2_49a3_bbaa_d0d951895686
 
Constructor Summary
  IGlobeAdvancedOptionsProxy()
          Deprecated. For internal use only
  IGlobeAdvancedOptionsProxy(java.lang.Object obj)
          Deprecated.  
protected IGlobeAdvancedOptionsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGlobeAdvancedOptionsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGlobeAdvancedOptionsProxy(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.  
 java.lang.String getCachePath()
          Deprecated. The path to the globe data cache in disk.
 double getClipFarFactor()
          Deprecated. The Far Plane Clipping Factor.
 double getClipNear()
          Deprecated. The value for where the near clipping plane is.
 void getDefaultCompression(int type, boolean[] pbLossyCompression, short[] pQuality)
          Deprecated. Gets default lossy compression option for a data type, and its quality from 1 to 100.
 double getLevelOfDetail(int type)
          Deprecated. The level of detail value.
 double getTargetFrameRate()
          Deprecated. The target frame rate -- for automatic control of level of detail.
 int getTileMemorySize()
          Deprecated. The memory used for tile data.
 void getUseCache(boolean[] pbUseDiskCache, double[] pSizeInMb)
          Deprecated. Gets disk cache option and cache size.
 int getVectorTileSize()
          Deprecated. The maximum size of a vector tile (< 2 power 16).
 boolean isDefaultUse16ColorBits()
          Deprecated. Indicates whether to perform radiometric compression to 16 color bits.
 boolean isDefaultUse16ElevBits()
          Deprecated. Indicates whether to perform elevation range compression to 16 bits.
 boolean isLossyCompressionSupported(int type)
          Deprecated. Indicates if lossy data compression is supported.
 boolean isManualLOD()
          Deprecated. Indicates if the level of detail is under manual control.
 boolean isUpdateCacheMonthlyPrompt()
          Deprecated. Indicates whether to update the cache monthly.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void restoreClipPlaneDefaults()
          Deprecated. Restore the Default Clipping Plane Settings.
 void restoreLODDefaults()
          Deprecated. Restore the Default LOD Settings.
 void setCachePath(java.lang.String pCachePath)
          Deprecated. The path to the globe data cache in disk.
 void setClipFarFactor(double pValue)
          Deprecated. The Far Plane Clipping Factor.
 void setClipNear(double pValue)
          Deprecated. The value for where the near clipping plane is.
 void setDefaultCompression(int type, boolean bLossyCompression, short quality)
          Deprecated. Sets default lossy compression option for a data type, and its quality from 1 to 100.
 void setDefaultUse16ColorBits(boolean pbUse16Bits)
          Deprecated. Indicates whether to perform radiometric compression to 16 color bits.
 void setDefaultUse16ElevBits(boolean pbUse16Bits)
          Deprecated. Indicates whether to perform elevation range compression to 16 bits.
 void setLevelOfDetail(int type, double levelOfDetail)
          Deprecated. The level of detail value.
 void setManualLOD(boolean pbManual)
          Deprecated. Indicates if the level of detail is under manual control.
 void setTargetFrameRate(double targetFrameRate)
          Deprecated. The target frame rate -- for automatic control of level of detail.
 void setTileMemorySize(int pSizeInMb)
          Deprecated. The memory used for tile data.
 void setUpdateCacheMonthlyPrompt(boolean pPrompt)
          Deprecated. Indicates whether to update the cache monthly.
 void setUseCache(boolean bUseDiskCache, double sizeInMb)
          Deprecated. Sets disk cache option and cache size.
 void setVectorTileSize(int psize)
          Deprecated. The maximum size of a vector tile (< 2 power 16).
 void writeToRegistry()
          Deprecated. Write the options in the system's registry.
 
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

IGlobeAdvancedOptionsProxy

public IGlobeAdvancedOptionsProxy(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

IGlobeAdvancedOptionsProxy

public IGlobeAdvancedOptionsProxy()
Deprecated. 
For internal use only


IGlobeAdvancedOptionsProxy

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

IGlobeAdvancedOptionsProxy

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

IGlobeAdvancedOptionsProxy

protected IGlobeAdvancedOptionsProxy(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

isLossyCompressionSupported

public boolean isLossyCompressionSupported(int type)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Indicates if lossy data compression is supported.

Specified by:
isLossyCompressionSupported in interface IGlobeAdvancedOptions
Parameters:
type - A com.esri.arcgis.globecore.esriGlobeDataType constant (in)
Returns:
The pbLossySupported
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultCompression

public void getDefaultCompression(int type,
                                  boolean[] pbLossyCompression,
                                  short[] pQuality)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Gets default lossy compression option for a data type, and its quality from 1 to 100.

Specified by:
getDefaultCompression in interface IGlobeAdvancedOptions
Parameters:
type - A com.esri.arcgis.globecore.esriGlobeDataType constant (in)
pbLossyCompression - The pbLossyCompression (out: use single element array)
pQuality - The pQuality (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultCompression

public void setDefaultCompression(int type,
                                  boolean bLossyCompression,
                                  short quality)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Sets default lossy compression option for a data type, and its quality from 1 to 100.

Specified by:
setDefaultCompression in interface IGlobeAdvancedOptions
Parameters:
type - A com.esri.arcgis.globecore.esriGlobeDataType constant (in)
bLossyCompression - The bLossyCompression (in)
quality - The quality (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDefaultUse16ColorBits

public boolean isDefaultUse16ColorBits()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates whether to perform radiometric compression to 16 color bits.

Specified by:
isDefaultUse16ColorBits in interface IGlobeAdvancedOptions
Returns:
The pbUse16Bits
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultUse16ColorBits

public void setDefaultUse16ColorBits(boolean pbUse16Bits)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates whether to perform radiometric compression to 16 color bits.

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

isDefaultUse16ElevBits

public boolean isDefaultUse16ElevBits()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates whether to perform elevation range compression to 16 bits.

Specified by:
isDefaultUse16ElevBits in interface IGlobeAdvancedOptions
Returns:
The pbUse16Bits
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultUse16ElevBits

public void setDefaultUse16ElevBits(boolean pbUse16Bits)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether to perform elevation range compression to 16 bits.

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

getCachePath

public java.lang.String getCachePath()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The path to the globe data cache in disk.

Specified by:
getCachePath in interface IGlobeAdvancedOptions
Returns:
The pCachePath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCachePath

public void setCachePath(java.lang.String pCachePath)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The path to the globe data cache in disk.

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

getUseCache

public void getUseCache(boolean[] pbUseDiskCache,
                        double[] pSizeInMb)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Gets disk cache option and cache size.

Specified by:
getUseCache in interface IGlobeAdvancedOptions
Parameters:
pbUseDiskCache - The pbUseDiskCache (out: use single element array)
pSizeInMb - The pSizeInMb (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseCache

public void setUseCache(boolean bUseDiskCache,
                        double sizeInMb)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Sets disk cache option and cache size.

Specified by:
setUseCache in interface IGlobeAdvancedOptions
Parameters:
bUseDiskCache - The bUseDiskCache (in)
sizeInMb - The sizeInMb (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileMemorySize

public int getTileMemorySize()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The memory used for tile data.

Specified by:
getTileMemorySize in interface IGlobeAdvancedOptions
Returns:
The pSizeInMb
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTileMemorySize

public void setTileMemorySize(int pSizeInMb)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The memory used for tile data.

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

isManualLOD

public boolean isManualLOD()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the level of detail is under manual control.

Specified by:
isManualLOD in interface IGlobeAdvancedOptions
Returns:
The pbManual
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setManualLOD

public void setManualLOD(boolean pbManual)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the level of detail is under manual control.

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

getTargetFrameRate

public double getTargetFrameRate()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The target frame rate -- for automatic control of level of detail.

Specified by:
getTargetFrameRate in interface IGlobeAdvancedOptions
Returns:
The targetFrameRate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTargetFrameRate

public void setTargetFrameRate(double targetFrameRate)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The target frame rate -- for automatic control of level of detail.

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

getLevelOfDetail

public double getLevelOfDetail(int type)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The level of detail value.

Specified by:
getLevelOfDetail in interface IGlobeAdvancedOptions
Parameters:
type - A com.esri.arcgis.globecore.esriLODType constant (in)
Returns:
The levelOfDetail
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLevelOfDetail

public void setLevelOfDetail(int type,
                             double levelOfDetail)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The level of detail value.

Specified by:
setLevelOfDetail in interface IGlobeAdvancedOptions
Parameters:
type - A com.esri.arcgis.globecore.esriLODType constant (in)
levelOfDetail - The levelOfDetail (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeToRegistry

public void writeToRegistry()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Write the options in the system's registry.

Specified by:
writeToRegistry in interface IGlobeAdvancedOptions
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClipNear

public double getClipNear()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The value for where the near clipping plane is.

Specified by:
getClipNear in interface IGlobeAdvancedOptions
Returns:
The pValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClipNear

public void setClipNear(double pValue)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The value for where the near clipping plane is.

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

getClipFarFactor

public double getClipFarFactor()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The Far Plane Clipping Factor.

Specified by:
getClipFarFactor in interface IGlobeAdvancedOptions
Returns:
The pValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClipFarFactor

public void setClipFarFactor(double pValue)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The Far Plane Clipping Factor.

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

restoreClipPlaneDefaults

public void restoreClipPlaneDefaults()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Restore the Default Clipping Plane Settings.

Specified by:
restoreClipPlaneDefaults in interface IGlobeAdvancedOptions
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

restoreLODDefaults

public void restoreLODDefaults()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Restore the Default LOD Settings.

Specified by:
restoreLODDefaults in interface IGlobeAdvancedOptions
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVectorTileSize

public void setVectorTileSize(int psize)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The maximum size of a vector tile (< 2 power 16).

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

getVectorTileSize

public int getVectorTileSize()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The maximum size of a vector tile (< 2 power 16).

Specified by:
getVectorTileSize in interface IGlobeAdvancedOptions
Returns:
The psize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUpdateCacheMonthlyPrompt

public void setUpdateCacheMonthlyPrompt(boolean pPrompt)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates whether to update the cache monthly.

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

isUpdateCacheMonthlyPrompt

public boolean isUpdateCacheMonthlyPrompt()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Indicates whether to update the cache monthly.

Specified by:
isUpdateCacheMonthlyPrompt in interface IGlobeAdvancedOptions
Returns:
The pPrompt
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.