|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGlobeGraphicsLayer
COM Interface 'IGlobeGraphicsLayer'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'
Description: 'Provides access to the Globe Graphics Layer.' 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 |
IID5ae75603_dd33_4d19_8116_4e6169b2eb9f
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addElement(IElement pElement,
IGlobeGraphicsElementProperties pProps,
int[] pElementIndex)
Adds a Graphics Element with specific Globe properties. |
void |
findElement(java.lang.String name,
IElement[] ppElement,
int[] pElementIndex)
Find an element by name. |
void |
findElementIndex(IElement pElement,
int[] pElementIndex)
Find an element index for fast access. |
void |
getElementName(IElement pElement,
java.lang.String[] pName)
Gets the name of an element. |
void |
getElementTransformation(int elementIndex,
IVector3D[] ppTrans,
IVector3D[] ppScale,
IVector3D[] ppRotate)
Get the transformation of an element. |
void |
getGlobeProperties(IElement pElement,
IGlobeGraphicsElementProperties[] ppProps)
Gets specific Globe properties. |
void |
getIsElementVisible(int elementIndex,
boolean[] pbVisible)
Get the visibility of an element. |
boolean |
isHasPerElementIllumination()
The option to apply per-element illumination. |
boolean |
isHasVisibleRasterizedElements()
Indicates if there are visible rasterized elements. |
boolean |
isHidden()
The option to hide the graphics layer from the TOC and avoid persistency. |
boolean |
isSelectable()
The option to allow element selection. |
void |
putElementName(IElement pElement,
java.lang.String name)
Puts the name of an element. |
void |
putIsElementVisible(int elementIndex,
boolean bVisible)
Set the visibility of an element. |
void |
setElementTransformation(int elementIndex,
IVector3D pTrans,
IVector3D pScale,
IVector3D pRotate)
Set the transformation of an element. |
void |
setGlobeProperties(IElement pElement,
IGlobeGraphicsElementProperties pProps)
Sets specific Globe properties. |
void |
setHasPerElementIllumination(boolean bHasPerElementIllumination)
The option to apply per-element illumination. |
void |
setIsHidden(boolean pbHide)
The option to hide the graphics layer from the TOC and avoid persistency. |
void |
setIsSelectable(boolean bIsSelectable)
The option to allow element selection. |
void |
setRasterizedSymbologyScalingFactor(double rhs1)
The symbol scale factor for rasterized graphics elements. |
void |
updateAllElements()
Refresh all elements. |
void |
updateElementByIndex(int elementIndex)
Updates an element given its index. |
| Field Detail |
|---|
static final int IID5ae75603_dd33_4d19_8116_4e6169b2eb9f
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void addElement(IElement pElement,
IGlobeGraphicsElementProperties pProps,
int[] pElementIndex)
throws java.io.IOException,
AutomationException
pElement - A reference to a com.esri.arcgis.carto.IElement (in)pProps - A reference to a com.esri.arcgis.globecore.IGlobeGraphicsElementProperties (in)pElementIndex - The pElementIndex (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGlobeProperties(IElement pElement,
IGlobeGraphicsElementProperties pProps)
throws java.io.IOException,
AutomationException
pElement - A reference to a com.esri.arcgis.carto.IElement (in)pProps - A reference to a com.esri.arcgis.globecore.IGlobeGraphicsElementProperties (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getGlobeProperties(IElement pElement,
IGlobeGraphicsElementProperties[] ppProps)
throws java.io.IOException,
AutomationException
pElement - A reference to a com.esri.arcgis.carto.IElement (in)ppProps - A reference to a com.esri.arcgis.globecore.IGlobeGraphicsElementProperties (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putElementName(IElement pElement,
java.lang.String name)
throws java.io.IOException,
AutomationException
pElement - A reference to a com.esri.arcgis.carto.IElement (in)name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getElementName(IElement pElement,
java.lang.String[] pName)
throws java.io.IOException,
AutomationException
pElement - A reference to a com.esri.arcgis.carto.IElement (in)pName - The pName (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void findElement(java.lang.String name,
IElement[] ppElement,
int[] pElementIndex)
throws java.io.IOException,
AutomationException
name - The name (in)ppElement - A reference to a com.esri.arcgis.carto.IElement (out: use single element array)pElementIndex - The pElementIndex (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void findElementIndex(IElement pElement,
int[] pElementIndex)
throws java.io.IOException,
AutomationException
pElement - A reference to a com.esri.arcgis.carto.IElement (in)pElementIndex - The pElementIndex (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void updateElementByIndex(int elementIndex)
throws java.io.IOException,
AutomationException
elementIndex - The elementIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void putIsElementVisible(int elementIndex,
boolean bVisible)
throws java.io.IOException,
AutomationException
elementIndex - The elementIndex (in)bVisible - The bVisible (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getIsElementVisible(int elementIndex,
boolean[] pbVisible)
throws java.io.IOException,
AutomationException
elementIndex - The elementIndex (in)pbVisible - The pbVisible (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setElementTransformation(int elementIndex,
IVector3D pTrans,
IVector3D pScale,
IVector3D pRotate)
throws java.io.IOException,
AutomationException
elementIndex - The elementIndex (in)pTrans - A reference to a com.esri.arcgis.geometry.IVector3D (in)pScale - A reference to a com.esri.arcgis.geometry.IVector3D (in)pRotate - A reference to a com.esri.arcgis.geometry.IVector3D (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getElementTransformation(int elementIndex,
IVector3D[] ppTrans,
IVector3D[] ppScale,
IVector3D[] ppRotate)
throws java.io.IOException,
AutomationException
elementIndex - The elementIndex (in)ppTrans - A reference to a com.esri.arcgis.geometry.IVector3D (out: use single element array)ppScale - A reference to a com.esri.arcgis.geometry.IVector3D (out: use single element array)ppRotate - A reference to a com.esri.arcgis.geometry.IVector3D (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsHidden(boolean pbHide)
throws java.io.IOException,
AutomationException
pbHide - The pbHide (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHidden()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void updateAllElements()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHasVisibleRasterizedElements()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRasterizedSymbologyScalingFactor(double rhs1)
throws java.io.IOException,
AutomationException
rhs1 - The rhs1 (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHasPerElementIllumination(boolean bHasPerElementIllumination)
throws java.io.IOException,
AutomationException
bHasPerElementIllumination - The bHasPerElementIllumination (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHasPerElementIllumination()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsSelectable(boolean bIsSelectable)
throws java.io.IOException,
AutomationException
bIsSelectable - The bIsSelectable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSelectable()
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 | ||||||||