|
|||||||||
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.globecore.IGlobeAdvancedOptionsProxy com.esri.arcgis.globecore.IGlobeAdvancedOptions2Proxy
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 IGlobeAdvancedOptions2Proxy
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.IGlobeAdvancedOptions2 |
---|
IID, IIDa1407e3c_9c23_433e_8245_2785541c7863 |
Fields inherited from interface com.esri.arcgis.globecore.IGlobeAdvancedOptions |
---|
IIDa8132c1e_00f2_49a3_bbaa_d0d951895686 |
Constructor Summary | |
---|---|
|
IGlobeAdvancedOptions2Proxy()
Deprecated. For internal use only |
|
IGlobeAdvancedOptions2Proxy(java.lang.Object obj)
Deprecated. |
protected |
IGlobeAdvancedOptions2Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGlobeAdvancedOptions2Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGlobeAdvancedOptions2Proxy(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. |
double |
getLevelOfDetailBias(int type)
Deprecated. The level of detail bias. |
void |
getTileMemory(int type,
int[] pLimitMb,
float[] pCurrentMb)
Deprecated. Gets the tile memory limit and current usage for a specific internal data type, in Megabytes. |
void |
getVirtualViewportSize(int[] pWidth,
int[] pHeight)
Deprecated. Gets the maximum interval viewport size used for Level of Detail calculation. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setLevelOfDetailBias(int type,
double delta)
Deprecated. The level of detail bias. |
void |
setTileMemory(int type,
int limitMb)
Deprecated. Sets the tile memory limit for a specific internal data type, in Megabytes. |
void |
setVirtualViewportSize(int width,
int height)
Deprecated. Sets the maximum interval viewport size used for Level of Detail calculation.. |
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 IGlobeAdvancedOptions2Proxy(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 IGlobeAdvancedOptions2Proxy()
public IGlobeAdvancedOptions2Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGlobeAdvancedOptions2Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGlobeAdvancedOptions2Proxy(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 IGlobeAdvancedOptionsProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class IGlobeAdvancedOptionsProxy
java.io.IOException
public void getTileMemory(int type, int[] pLimitMb, float[] pCurrentMb) throws java.io.IOException, AutomationException
getTileMemory
in interface IGlobeAdvancedOptions2
type
- A com.esri.arcgis.globecore.esriGlobeTileMemoryType constant (in)pLimitMb
- The pLimitMb (out: use single element array)pCurrentMb
- The pCurrentMb (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTileMemory(int type, int limitMb) throws java.io.IOException, AutomationException
setTileMemory
in interface IGlobeAdvancedOptions2
type
- A com.esri.arcgis.globecore.esriGlobeTileMemoryType constant (in)limitMb
- The limitMb (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getVirtualViewportSize(int[] pWidth, int[] pHeight) throws java.io.IOException, AutomationException
getVirtualViewportSize
in interface IGlobeAdvancedOptions2
pWidth
- The pWidth (out: use single element array)pHeight
- The pHeight (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVirtualViewportSize(int width, int height) throws java.io.IOException, AutomationException
setVirtualViewportSize
in interface IGlobeAdvancedOptions2
width
- The width (in)height
- The height (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLevelOfDetailBias(int type) throws java.io.IOException, AutomationException
getLevelOfDetailBias
in interface IGlobeAdvancedOptions2
type
- A com.esri.arcgis.globecore.esriLODType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLevelOfDetailBias(int type, double delta) throws java.io.IOException, AutomationException
setLevelOfDetailBias
in interface IGlobeAdvancedOptions2
type
- A com.esri.arcgis.globecore.esriLODType constant (in)delta
- The delta (in)
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 |