|
|||||||||
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.IGlobeDisplayRenderingProxy
public class IGlobeDisplayRenderingProxy
Internal use class Proxy for COM Interface 'IGlobeDisplayRendering'. 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 =
Field Summary | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
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.IGlobeDisplayRendering |
---|
IID, IID3872d32c_01d6_4108_8e09_114f95276b9b |
Constructor Summary | |
---|---|
|
IGlobeDisplayRenderingProxy()
For internal use only |
|
IGlobeDisplayRenderingProxy(java.lang.Object obj)
|
protected |
IGlobeDisplayRenderingProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IGlobeDisplayRenderingProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IGlobeDisplayRenderingProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
float |
getAmbientLight()
The sun's ambient light value. |
void |
getBackgroundTransitionDistances(float[] pLowAltitude,
float[] pHighAltitude)
Gets the altitude values in kilometers for the transition in the background color. |
double |
getBaseExaggeration()
The vertical exaggeration for the base globe. |
int |
getGlobeBackgroundOption()
The background option. |
double |
getGlobeRadius()
The radius of the globe in meters. |
void |
getLowBackgroundColor(float[] red,
float[] green,
float[] blue)
Returns the low altitude background color. |
double |
getOverlayExaggeration()
The vertical exaggeration for the overlay layers. |
void |
getSunColor(float[] pSunRed,
float[] pSunGreen,
float[] pSunBlue)
Gets the sun RGB color. |
int |
getSunContrast()
The illumination contrast. |
void |
getSunPosition(double[] pLatitude,
double[] pLongitude)
Gets the sun position in lat, lon. |
boolean |
isSunEnabled()
Indicates if the sun lighting is enabled. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setAmbientLight(float pLightValue)
The sun's ambient light value. |
void |
setBackgroundTransitionDistances(float lowAltitude,
float highAltitude)
Sets the altitude values in kilometers for the transition in the background color. |
void |
setBaseExaggeration(double pFactor)
The vertical exaggeration for the base globe. |
void |
setGlobeBackgroundOption(int pOption)
The background option. |
void |
setIsSunEnabled(boolean pbSun)
Indicates if the sun lighting is enabled. |
void |
setLowBackgroundColor(float red,
float green,
float blue)
Sets the low altitude background color. |
void |
setOverlayExaggeration(double pFactor)
The vertical exaggeration for the overlay layers. |
void |
setSunColor(float sunRed,
float sunGreen,
float sunBlue)
Sets the sun RGB color. |
void |
setSunContrast(int pContrast)
The illumination contrast. |
void |
setSunPosition(double latitude,
double longitude)
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGlobeDisplayRenderingProxy(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 IGlobeDisplayRenderingProxy()
public IGlobeDisplayRenderingProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGlobeDisplayRenderingProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGlobeDisplayRenderingProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void setIsSunEnabled(boolean pbSun) throws java.io.IOException, AutomationException
setIsSunEnabled
in interface IGlobeDisplayRendering
pbSun
- The pbSun (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSunEnabled() throws java.io.IOException, AutomationException
isSunEnabled
in interface IGlobeDisplayRendering
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGlobeBackgroundOption() throws java.io.IOException, AutomationException
getGlobeBackgroundOption
in interface IGlobeDisplayRendering
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGlobeBackgroundOption(int pOption) throws java.io.IOException, AutomationException
setGlobeBackgroundOption
in interface IGlobeDisplayRendering
pOption
- A com.esri.arcgis.globecore.esriGlobeBackgroundOption constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLowBackgroundColor(float red, float green, float blue) throws java.io.IOException, AutomationException
setLowBackgroundColor
in interface IGlobeDisplayRendering
red
- The red (in)green
- The green (in)blue
- The blue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getLowBackgroundColor(float[] red, float[] green, float[] blue) throws java.io.IOException, AutomationException
getLowBackgroundColor
in interface IGlobeDisplayRendering
red
- The red (out: use single element array)green
- The green (out: use single element array)blue
- The blue (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBackgroundTransitionDistances(float lowAltitude, float highAltitude) throws java.io.IOException, AutomationException
setBackgroundTransitionDistances
in interface IGlobeDisplayRendering
lowAltitude
- The lowAltitude (in)highAltitude
- The highAltitude (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getBackgroundTransitionDistances(float[] pLowAltitude, float[] pHighAltitude) throws java.io.IOException, AutomationException
getBackgroundTransitionDistances
in interface IGlobeDisplayRendering
pLowAltitude
- The pLowAltitude (out: use single element array)pHighAltitude
- The pHighAltitude (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSunPosition(double latitude, double longitude) throws java.io.IOException, AutomationException
setSunPosition
in interface IGlobeDisplayRendering
latitude
- The latitude (in)longitude
- The longitude (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSunPosition(double[] pLatitude, double[] pLongitude) throws java.io.IOException, AutomationException
getSunPosition
in interface IGlobeDisplayRendering
pLatitude
- The pLatitude (out: use single element array)pLongitude
- The pLongitude (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSunColor(float sunRed, float sunGreen, float sunBlue) throws java.io.IOException, AutomationException
setSunColor
in interface IGlobeDisplayRendering
sunRed
- The sunRed (in)sunGreen
- The sunGreen (in)sunBlue
- The sunBlue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSunColor(float[] pSunRed, float[] pSunGreen, float[] pSunBlue) throws java.io.IOException, AutomationException
getSunColor
in interface IGlobeDisplayRendering
pSunRed
- The pSunRed (out: use single element array)pSunGreen
- The pSunGreen (out: use single element array)pSunBlue
- The pSunBlue (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSunContrast(int pContrast) throws java.io.IOException, AutomationException
setSunContrast
in interface IGlobeDisplayRendering
pContrast
- The pContrast (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSunContrast() throws java.io.IOException, AutomationException
getSunContrast
in interface IGlobeDisplayRendering
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAmbientLight(float pLightValue) throws java.io.IOException, AutomationException
setAmbientLight
in interface IGlobeDisplayRendering
pLightValue
- The pLightValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public float getAmbientLight() throws java.io.IOException, AutomationException
getAmbientLight
in interface IGlobeDisplayRendering
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBaseExaggeration(double pFactor) throws java.io.IOException, AutomationException
setBaseExaggeration
in interface IGlobeDisplayRendering
pFactor
- The pFactor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getBaseExaggeration() throws java.io.IOException, AutomationException
getBaseExaggeration
in interface IGlobeDisplayRendering
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOverlayExaggeration(double pFactor) throws java.io.IOException, AutomationException
setOverlayExaggeration
in interface IGlobeDisplayRendering
pFactor
- The pFactor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getOverlayExaggeration() throws java.io.IOException, AutomationException
getOverlayExaggeration
in interface IGlobeDisplayRendering
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getGlobeRadius() throws java.io.IOException, AutomationException
getGlobeRadius
in interface IGlobeDisplayRendering
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 |