com.esri.arcgis.globecore
Class IGlobeDisplayRendering2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.globecore.IGlobeDisplayRendering2Proxy
All Implemented Interfaces:
IGlobeDisplayRendering2, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that manipulate globe display rendering.' 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 IGlobeDisplayRendering2Proxy
extends com.esri.arcgis.interop.Dispatch
implements IGlobeDisplayRendering2, 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.IGlobeDisplayRendering2
IID, IID95e8d742_c053_4571_b647_d7416f58b23d
 
Constructor Summary
  IGlobeDisplayRendering2Proxy()
          Deprecated. For internal use only
  IGlobeDisplayRendering2Proxy(java.lang.Object obj)
          Deprecated.  
protected IGlobeDisplayRendering2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGlobeDisplayRendering2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGlobeDisplayRendering2Proxy(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.  
 float getAmbientLight()
          Deprecated. The sun's ambient light value.
 void getBackgroundTransitionDistances(float[] pLowAltitude, float[] pHighAltitude)
          Deprecated. Gets the altitude values in kilometers for the transition in the background color.
 double getBaseExaggeration()
          Deprecated. The vertical exaggeration for the base globe.
 int getGlobeBackgroundOption()
          Deprecated. The background option.
 double getGlobeRadius()
          Deprecated. The radius of the globe in meters.
 void getLowBackgroundColor(float[] red, float[] green, float[] blue)
          Deprecated. Returns the low altitude background color.
 double getOverlayExaggeration()
          Deprecated. The vertical exaggeration for the overlay layers.
 void getSunColor(float[] pSunRed, float[] pSunGreen, float[] pSunBlue)
          Deprecated. Gets the sun RGB color.
 int getSunContrast()
          Deprecated. The illumination contrast.
 void getSunPosition(double[] pLatitude, double[] pLongitude)
          Deprecated. Gets the sun position in lat, lon.
 boolean isHaloEnabled()
          Deprecated. Indicates if the halo effect is enabled.
 boolean isStarsEnabled()
          Deprecated. Indicates if the stars are enabled.
 boolean isSunEnabled()
          Deprecated. Indicates if the sun lighting is enabled.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAmbientLight(float pLightValue)
          Deprecated. The sun's ambient light value.
 void setBackgroundTransitionDistances(float lowAltitude, float highAltitude)
          Deprecated. Sets the altitude values in kilometers for the transition in the background color.
 void setBaseExaggeration(double pFactor)
          Deprecated. The vertical exaggeration for the base globe.
 void setGlobeBackgroundOption(int pOption)
          Deprecated. The background option.
 void setIsHaloEnabled(boolean pbHalo)
          Deprecated. Indicates if the halo effect is enabled.
 void setIsStarsEnabled(boolean pbStars)
          Deprecated. Indicates if the stars are enabled.
 void setIsSunEnabled(boolean pbSun)
          Deprecated. Indicates if the sun lighting is enabled.
 void setLowBackgroundColor(float red, float green, float blue)
          Deprecated. Sets the low altitude background color.
 void setOverlayExaggeration(double pFactor)
          Deprecated. The vertical exaggeration for the overlay layers.
 void setSunColor(float sunRed, float sunGreen, float sunBlue)
          Deprecated. Sets the sun RGB color.
 void setSunContrast(int pContrast)
          Deprecated. The illumination contrast.
 void setSunPosition(double latitude, double longitude)
          Deprecated. Sets the sun position in lat, lon.
 
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

IGlobeDisplayRendering2Proxy

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

IGlobeDisplayRendering2Proxy

public IGlobeDisplayRendering2Proxy()
Deprecated. 
For internal use only


IGlobeDisplayRendering2Proxy

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

IGlobeDisplayRendering2Proxy

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

IGlobeDisplayRendering2Proxy

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

setIsSunEnabled

public void setIsSunEnabled(boolean pbSun)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the sun lighting is enabled.

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

isSunEnabled

public boolean isSunEnabled()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Indicates if the sun lighting is enabled.

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

getGlobeBackgroundOption

public int getGlobeBackgroundOption()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The background option.

Specified by:
getGlobeBackgroundOption in interface IGlobeDisplayRendering2
Returns:
A com.esri.arcgis.globecore.esriGlobeBackgroundOption constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGlobeBackgroundOption

public void setGlobeBackgroundOption(int pOption)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The background option.

Specified by:
setGlobeBackgroundOption in interface IGlobeDisplayRendering2
Parameters:
pOption - A com.esri.arcgis.globecore.esriGlobeBackgroundOption constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLowBackgroundColor

public void setLowBackgroundColor(float red,
                                  float green,
                                  float blue)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Sets the low altitude background color.

Specified by:
setLowBackgroundColor in interface IGlobeDisplayRendering2
Parameters:
red - The red (in)
green - The green (in)
blue - The blue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLowBackgroundColor

public void getLowBackgroundColor(float[] red,
                                  float[] green,
                                  float[] blue)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Returns the low altitude background color.

Specified by:
getLowBackgroundColor in interface IGlobeDisplayRendering2
Parameters:
red - The red (out: use single element array)
green - The green (out: use single element array)
blue - The blue (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBackgroundTransitionDistances

public void setBackgroundTransitionDistances(float lowAltitude,
                                             float highAltitude)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Sets the altitude values in kilometers for the transition in the background color.

Specified by:
setBackgroundTransitionDistances in interface IGlobeDisplayRendering2
Parameters:
lowAltitude - The lowAltitude (in)
highAltitude - The highAltitude (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBackgroundTransitionDistances

public void getBackgroundTransitionDistances(float[] pLowAltitude,
                                             float[] pHighAltitude)
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
Gets the altitude values in kilometers for the transition in the background color.

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

setSunPosition

public void setSunPosition(double latitude,
                           double longitude)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Sets the sun position in lat, lon.

Specified by:
setSunPosition in interface IGlobeDisplayRendering2
Parameters:
latitude - The latitude (in)
longitude - The longitude (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSunPosition

public void getSunPosition(double[] pLatitude,
                           double[] pLongitude)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Gets the sun position in lat, lon.

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

setSunColor

public void setSunColor(float sunRed,
                        float sunGreen,
                        float sunBlue)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Sets the sun RGB color.

Specified by:
setSunColor in interface IGlobeDisplayRendering2
Parameters:
sunRed - The sunRed (in)
sunGreen - The sunGreen (in)
sunBlue - The sunBlue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSunColor

public void getSunColor(float[] pSunRed,
                        float[] pSunGreen,
                        float[] pSunBlue)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Gets the sun RGB color.

Specified by:
getSunColor in interface IGlobeDisplayRendering2
Parameters:
pSunRed - The pSunRed (out: use single element array)
pSunGreen - The pSunGreen (out: use single element array)
pSunBlue - The pSunBlue (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSunContrast

public void setSunContrast(int pContrast)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The illumination contrast.

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

getSunContrast

public int getSunContrast()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The illumination contrast.

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

setAmbientLight

public void setAmbientLight(float pLightValue)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The sun's ambient light value.

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

getAmbientLight

public float getAmbientLight()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The sun's ambient light value.

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

setBaseExaggeration

public void setBaseExaggeration(double pFactor)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The vertical exaggeration for the base globe.

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

getBaseExaggeration

public double getBaseExaggeration()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The vertical exaggeration for the base globe.

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

setOverlayExaggeration

public void setOverlayExaggeration(double pFactor)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The vertical exaggeration for the overlay layers.

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

getOverlayExaggeration

public double getOverlayExaggeration()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The vertical exaggeration for the overlay layers.

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

getGlobeRadius

public double getGlobeRadius()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The radius of the globe in meters.

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

setIsStarsEnabled

public void setIsStarsEnabled(boolean pbStars)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the stars are enabled.

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

isStarsEnabled

public boolean isStarsEnabled()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the stars are enabled.

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

setIsHaloEnabled

public void setIsHaloEnabled(boolean pbHalo)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the halo effect is enabled.

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

isHaloEnabled

public boolean isHaloEnabled()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if the halo effect is enabled.

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