|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeDisplayRendering3
COM Interface 'IGlobeDisplayRendering3'. 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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID83976305_34dc_4121_bb64_1dc1d15addf1
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
int |
getGridDisplay()
Indicates what type of grid/graticule to display. |
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 |
isHaloEnabled()
Indicates if the halo effect is enabled. |
boolean |
isStarsEnabled()
Indicates if the stars are enabled. |
boolean |
isSunEnabled()
Indicates if the sun lighting is enabled. |
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 |
setGridDisplay(int pGridType)
Indicates what type of grid/graticule to display. |
void |
setIsHaloEnabled(boolean pbHalo)
Indicates if the halo effect is enabled. |
void |
setIsStarsEnabled(boolean pbStars)
Indicates if the stars are enabled. |
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. |
Field Detail |
---|
static final int IID83976305_34dc_4121_bb64_1dc1d15addf1
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setIsSunEnabled(boolean pbSun) throws java.io.IOException, AutomationException
pbSun
- The pbSun (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSunEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGlobeBackgroundOption() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGlobeBackgroundOption(int pOption) throws java.io.IOException, AutomationException
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.void setLowBackgroundColor(float red, float green, float blue) throws java.io.IOException, AutomationException
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.void getLowBackgroundColor(float[] red, float[] green, float[] blue) throws java.io.IOException, AutomationException
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.void setBackgroundTransitionDistances(float lowAltitude, float highAltitude) throws java.io.IOException, AutomationException
lowAltitude
- The lowAltitude (in)highAltitude
- The highAltitude (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getBackgroundTransitionDistances(float[] pLowAltitude, float[] pHighAltitude) throws java.io.IOException, AutomationException
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.void setSunPosition(double latitude, double longitude) throws java.io.IOException, AutomationException
latitude
- The latitude (in)longitude
- The longitude (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getSunPosition(double[] pLatitude, double[] pLongitude) throws java.io.IOException, AutomationException
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.void setSunColor(float sunRed, float sunGreen, float sunBlue) throws java.io.IOException, AutomationException
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.void getSunColor(float[] pSunRed, float[] pSunGreen, float[] pSunBlue) throws java.io.IOException, AutomationException
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.void setSunContrast(int pContrast) throws java.io.IOException, AutomationException
pContrast
- The pContrast (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSunContrast() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAmbientLight(float pLightValue) throws java.io.IOException, AutomationException
pLightValue
- The pLightValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.float getAmbientLight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBaseExaggeration(double pFactor) throws java.io.IOException, AutomationException
pFactor
- The pFactor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getBaseExaggeration() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOverlayExaggeration(double pFactor) throws java.io.IOException, AutomationException
pFactor
- The pFactor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getOverlayExaggeration() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getGlobeRadius() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsStarsEnabled(boolean pbStars) throws java.io.IOException, AutomationException
pbStars
- The pbStars (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isStarsEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsHaloEnabled(boolean pbHalo) throws java.io.IOException, AutomationException
pbHalo
- The pbHalo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHaloEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGridDisplay(int pGridType) throws java.io.IOException, AutomationException
pGridType
- A com.esri.arcgis.globecore.esriGlobeDisplayGridType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGridDisplay() throws java.io.IOException, AutomationException
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 |