|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeGraphicsElementProperties
COM Interface 'IGlobeGraphicsElementProperties'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'
Description: 'Provides access to the Globe Graphics properties.' 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 |
IID0d8e6a2a_0630_45fc_9597_dd30361db18c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
getCallOutLineOffset(double[] pLongitudeInDegrees,
double[] pLatitudeInDegrees,
double[] pAltitudeInMeters)
The offset introduced by the callout line in the graphics element position. |
ISimpleLineSymbol |
getCallOutLineSymbol()
The symbol used for the callout line. |
double |
getDrapedDensificationDistance()
For draped line elements, densification distance in meters. |
double |
getDrapeZOffset()
The offset for elevation values when element is draped. |
int |
getOrientationMode()
The orientation mode, if supported by the element. |
boolean |
isDrapeElement()
The option to place the element as a vector on the Globe surface. |
boolean |
isDrapeQuality()
The option to use maximum resolution elevation when draping. |
boolean |
isFixedScreenSize()
The option to keep a fixed screen size, if supported by the element. |
boolean |
isIlluminate()
The illumination option for a graphics element. |
boolean |
isRasterize()
The option to rasterize the element on the Globe surface. |
boolean |
isUseCallOutLine()
The option to add a callout line, if supported by the element. |
void |
putCallOutLineOffset(double longitudeInDegrees,
double latitudeInDegrees,
double altitudeInMeters)
The offset introduced by the callout line in the graphics element position. |
void |
setCallOutLineSymbol(ISimpleLineSymbol ppLineSym)
The symbol used for the callout line. |
void |
setDrapedDensificationDistance(double pMeters)
For draped line elements, densification distance in meters. |
void |
setDrapeElement(boolean pbDrape)
The option to place the element as a vector on the Globe surface. |
void |
setDrapeQuality(boolean pbUseMaximumResolution)
The option to use maximum resolution elevation when draping. |
void |
setDrapeZOffset(double pOffset)
The offset for elevation values when element is draped. |
void |
setFixedScreenSize(boolean pbFixed)
The option to keep a fixed screen size, if supported by the element. |
void |
setIlluminate(boolean pbIlluminate)
The illumination option for a graphics element. |
void |
setOrientationMode(int pMode)
The orientation mode, if supported by the element. |
void |
setRasterize(boolean pbRasterize)
The option to rasterize the element on the Globe surface. |
void |
setUseCallOutLine(boolean pbUseCallOut)
The option to add a callout line, if supported by the element. |
Field Detail |
---|
static final int IID0d8e6a2a_0630_45fc_9597_dd30361db18c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setIlluminate(boolean pbIlluminate) throws java.io.IOException, AutomationException
pbIlluminate
- The pbIlluminate (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isIlluminate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFixedScreenSize(boolean pbFixed) throws java.io.IOException, AutomationException
pbFixed
- The pbFixed (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFixedScreenSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOrientationMode(int pMode) throws java.io.IOException, AutomationException
pMode
- A com.esri.arcgis.globecore.esriGlobeGraphicsOrientation constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOrientationMode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseCallOutLine(boolean pbUseCallOut) throws java.io.IOException, AutomationException
pbUseCallOut
- The pbUseCallOut (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseCallOutLine() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCallOutLineSymbol(ISimpleLineSymbol ppLineSym) throws java.io.IOException, AutomationException
ppLineSym
- A reference to a com.esri.arcgis.display.ISimpleLineSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISimpleLineSymbol getCallOutLineSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putCallOutLineOffset(double longitudeInDegrees, double latitudeInDegrees, double altitudeInMeters) throws java.io.IOException, AutomationException
longitudeInDegrees
- The longitudeInDegrees (in)latitudeInDegrees
- The latitudeInDegrees (in)altitudeInMeters
- The altitudeInMeters (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getCallOutLineOffset(double[] pLongitudeInDegrees, double[] pLatitudeInDegrees, double[] pAltitudeInMeters) throws java.io.IOException, AutomationException
pLongitudeInDegrees
- The pLongitudeInDegrees (out: use single element array)pLatitudeInDegrees
- The pLatitudeInDegrees (out: use single element array)pAltitudeInMeters
- The pAltitudeInMeters (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterize(boolean pbRasterize) throws java.io.IOException, AutomationException
pbRasterize
- The pbRasterize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRasterize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrapeElement(boolean pbDrape) throws java.io.IOException, AutomationException
pbDrape
- The pbDrape (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDrapeElement() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrapeQuality(boolean pbUseMaximumResolution) throws java.io.IOException, AutomationException
pbUseMaximumResolution
- The pbUseMaximumResolution (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDrapeQuality() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrapeZOffset(double pOffset) throws java.io.IOException, AutomationException
pOffset
- The pOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDrapeZOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrapedDensificationDistance(double pMeters) throws java.io.IOException, AutomationException
pMeters
- The pMeters (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDrapedDensificationDistance() 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 |