|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeDisplayLayers
COM Interface 'IGlobeDisplayLayers'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'
Description: 'Provides access to members that manipulate globe display layers.' 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 |
IID5c44152f_6d5a_4ec2_bc1f_e13ae9f5c7ee
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addLayer(ILayer pLayer)
Adds a layer. |
void |
applyHeightProperties(ILayer pGLayer)
Applies changes in height properties to the layer. |
IGlobeLayerProperties |
findGlobeProperties(ILayer pLayer)
Finds the globe properties of the layer. |
void |
generateTiles(ILayer pLayer,
int fromLOD,
int toLOD)
Generates the tiles in the specified levels of detail. |
IArray |
getBaseLayers()
The internal layers created to support base surfaces for floating layers. |
int |
getMaximumLayerLOD(ILayer pLayer)
Gets the maximum level of detail to display the layer. |
boolean |
isParentsAreVisible(ILayer pLayer)
Indicates if all parents are visible. |
void |
refreshLayer(ILayer pLayer)
Refreshes a layer, possibly including recaching. |
void |
refreshLayerSelection(ILayer pLayer)
Refreshes the display of the selection in a layer. |
void |
refreshTextureObjectsLayer(ILayer pLayer)
Deletes all the textures corresponding to a layer and to force them to reload. |
void |
removeLayer(ILayer pLayer)
Removes a layer. |
void |
reparent(ILayer layer,
ICompositeLayer newParent)
Re-parents the layer. |
void |
setIsLayerVisible(ILayer pLayer,
boolean rhs2)
Indicates if the layer is visible. |
void |
setLayerDepthPriority(ILayer pLayer,
int depthPrior)
Sets face depth priority of a layer. |
void |
setLayerFaceCulling(ILayer pLayer,
int cullMode)
Sets face culling property of a layer. |
void |
setLayerLightingOption(ILayer pLayer,
boolean isIlluminated)
Indicates if the layer is illuminated. |
void |
setLayerShadingMode(ILayer pLayer,
boolean isSmooth)
Indicates if the layer is smoothly shaded. |
void |
setLayerTransparency(ILayer pLayer,
short rhs2)
Transparency percentage of a layer. |
Field Detail |
---|
static final int IID5c44152f_6d5a_4ec2_bc1f_e13ae9f5c7ee
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void addLayer(ILayer pLayer) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeLayer(ILayer pLayer) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refreshLayer(ILayer pLayer) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refreshLayerSelection(ILayer pLayer) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsLayerVisible(ILayer pLayer, boolean rhs2) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)rhs2
- The rhs2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerTransparency(ILayer pLayer, short rhs2) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)rhs2
- The rhs2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerLightingOption(ILayer pLayer, boolean isIlluminated) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)isIlluminated
- The isIlluminated (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerShadingMode(ILayer pLayer, boolean isSmooth) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)isSmooth
- The isSmooth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerFaceCulling(ILayer pLayer, int cullMode) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)cullMode
- A com.esri.arcgis.analyst3d.esri3DFaceCulling constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerDepthPriority(ILayer pLayer, int depthPrior) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)depthPrior
- The depthPrior (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void applyHeightProperties(ILayer pGLayer) throws java.io.IOException, AutomationException
pGLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGlobeLayerProperties findGlobeProperties(ILayer pLayer) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getBaseLayers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refreshTextureObjectsLayer(ILayer pLayer) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaximumLayerLOD(ILayer pLayer) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void generateTiles(ILayer pLayer, int fromLOD, int toLOD) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)fromLOD
- The fromLOD (in)toLOD
- The toLOD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isParentsAreVisible(ILayer pLayer) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reparent(ILayer layer, ICompositeLayer newParent) throws java.io.IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)newParent
- A reference to a com.esri.arcgis.carto.ICompositeLayer (in)
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 |