|
|||||||||
| 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.IGlobeGraphicsElementPropertiesProxy
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 =
public class IGlobeGraphicsElementPropertiesProxy
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.IGlobeGraphicsElementProperties |
|---|
IID, IID0d8e6a2a_0630_45fc_9597_dd30361db18c |
| Constructor Summary | |
|---|---|
|
IGlobeGraphicsElementPropertiesProxy()
Deprecated. For internal use only |
|
IGlobeGraphicsElementPropertiesProxy(java.lang.Object obj)
Deprecated. |
protected |
IGlobeGraphicsElementPropertiesProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGlobeGraphicsElementPropertiesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGlobeGraphicsElementPropertiesProxy(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. |
void |
getCallOutLineOffset(double[] pLongitudeInDegrees,
double[] pLatitudeInDegrees,
double[] pAltitudeInMeters)
Deprecated. The offset introduced by the callout line in the graphics element position. |
ISimpleLineSymbol |
getCallOutLineSymbol()
Deprecated. The symbol used for the callout line. |
double |
getDrapedDensificationDistance()
Deprecated. For draped line elements, densification distance in meters. |
double |
getDrapeZOffset()
Deprecated. The offset for elevation values when element is draped. |
int |
getOrientationMode()
Deprecated. The orientation mode, if supported by the element. |
boolean |
isDrapeElement()
Deprecated. The option to place the element as a vector on the Globe surface. |
boolean |
isDrapeQuality()
Deprecated. The option to use maximum resolution elevation when draping. |
boolean |
isFixedScreenSize()
Deprecated. The option to keep a fixed screen size, if supported by the element. |
boolean |
isIlluminate()
Deprecated. The illumination option for a graphics element. |
boolean |
isRasterize()
Deprecated. The option to rasterize the element on the Globe surface. |
boolean |
isUseCallOutLine()
Deprecated. The option to add a callout line, if supported by the element. |
void |
putCallOutLineOffset(double longitudeInDegrees,
double latitudeInDegrees,
double altitudeInMeters)
Deprecated. The offset introduced by the callout line in the graphics element position. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setCallOutLineSymbol(ISimpleLineSymbol ppLineSym)
Deprecated. The symbol used for the callout line. |
void |
setDrapedDensificationDistance(double pMeters)
Deprecated. For draped line elements, densification distance in meters. |
void |
setDrapeElement(boolean pbDrape)
Deprecated. The option to place the element as a vector on the Globe surface. |
void |
setDrapeQuality(boolean pbUseMaximumResolution)
Deprecated. The option to use maximum resolution elevation when draping. |
void |
setDrapeZOffset(double pOffset)
Deprecated. The offset for elevation values when element is draped. |
void |
setFixedScreenSize(boolean pbFixed)
Deprecated. The option to keep a fixed screen size, if supported by the element. |
void |
setIlluminate(boolean pbIlluminate)
Deprecated. The illumination option for a graphics element. |
void |
setOrientationMode(int pMode)
Deprecated. The orientation mode, if supported by the element. |
void |
setRasterize(boolean pbRasterize)
Deprecated. The option to rasterize the element on the Globe surface. |
void |
setUseCallOutLine(boolean pbUseCallOut)
Deprecated. The option to add a callout line, if supported by the element. |
| 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 IGlobeGraphicsElementPropertiesProxy(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.IOExceptionpublic IGlobeGraphicsElementPropertiesProxy()
public IGlobeGraphicsElementPropertiesProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IGlobeGraphicsElementPropertiesProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IGlobeGraphicsElementPropertiesProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setIlluminate(boolean pbIlluminate)
throws java.io.IOException,
AutomationException
setIlluminate in interface IGlobeGraphicsElementPropertiespbIlluminate - The pbIlluminate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIlluminate()
throws java.io.IOException,
AutomationException
isIlluminate in interface IGlobeGraphicsElementPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFixedScreenSize(boolean pbFixed)
throws java.io.IOException,
AutomationException
setFixedScreenSize in interface IGlobeGraphicsElementPropertiespbFixed - The pbFixed (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFixedScreenSize()
throws java.io.IOException,
AutomationException
isFixedScreenSize in interface IGlobeGraphicsElementPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOrientationMode(int pMode)
throws java.io.IOException,
AutomationException
setOrientationMode in interface IGlobeGraphicsElementPropertiespMode - A com.esri.arcgis.globecore.esriGlobeGraphicsOrientation constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getOrientationMode()
throws java.io.IOException,
AutomationException
getOrientationMode in interface IGlobeGraphicsElementPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseCallOutLine(boolean pbUseCallOut)
throws java.io.IOException,
AutomationException
setUseCallOutLine in interface IGlobeGraphicsElementPropertiespbUseCallOut - The pbUseCallOut (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseCallOutLine()
throws java.io.IOException,
AutomationException
isUseCallOutLine in interface IGlobeGraphicsElementPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCallOutLineSymbol(ISimpleLineSymbol ppLineSym)
throws java.io.IOException,
AutomationException
setCallOutLineSymbol in interface IGlobeGraphicsElementPropertiesppLineSym - 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.
public ISimpleLineSymbol getCallOutLineSymbol()
throws java.io.IOException,
AutomationException
getCallOutLineSymbol in interface IGlobeGraphicsElementPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void putCallOutLineOffset(double longitudeInDegrees,
double latitudeInDegrees,
double altitudeInMeters)
throws java.io.IOException,
AutomationException
putCallOutLineOffset in interface IGlobeGraphicsElementPropertieslongitudeInDegrees - 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.
public void getCallOutLineOffset(double[] pLongitudeInDegrees,
double[] pLatitudeInDegrees,
double[] pAltitudeInMeters)
throws java.io.IOException,
AutomationException
getCallOutLineOffset in interface IGlobeGraphicsElementPropertiespLongitudeInDegrees - 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.
public void setRasterize(boolean pbRasterize)
throws java.io.IOException,
AutomationException
setRasterize in interface IGlobeGraphicsElementPropertiespbRasterize - The pbRasterize (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRasterize()
throws java.io.IOException,
AutomationException
isRasterize in interface IGlobeGraphicsElementPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDrapeElement(boolean pbDrape)
throws java.io.IOException,
AutomationException
setDrapeElement in interface IGlobeGraphicsElementPropertiespbDrape - The pbDrape (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDrapeElement()
throws java.io.IOException,
AutomationException
isDrapeElement in interface IGlobeGraphicsElementPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDrapeQuality(boolean pbUseMaximumResolution)
throws java.io.IOException,
AutomationException
setDrapeQuality in interface IGlobeGraphicsElementPropertiespbUseMaximumResolution - The pbUseMaximumResolution (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDrapeQuality()
throws java.io.IOException,
AutomationException
isDrapeQuality in interface IGlobeGraphicsElementPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDrapeZOffset(double pOffset)
throws java.io.IOException,
AutomationException
setDrapeZOffset in interface IGlobeGraphicsElementPropertiespOffset - The pOffset (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getDrapeZOffset()
throws java.io.IOException,
AutomationException
getDrapeZOffset in interface IGlobeGraphicsElementPropertiesjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDrapedDensificationDistance(double pMeters)
throws java.io.IOException,
AutomationException
setDrapedDensificationDistance in interface IGlobeGraphicsElementPropertiespMeters - The pMeters (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getDrapedDensificationDistance()
throws java.io.IOException,
AutomationException
getDrapedDensificationDistance in interface IGlobeGraphicsElementPropertiesjava.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 | ||||||||