com.esri.arcgis.globecore
Interface IGlobeLayerInfo2

All Superinterfaces:
IGlobeLayerInfo, java.io.Serializable
All Known Implementing Classes:
GlobeLayerInfo, IGlobeLayerInfo2Proxy

public interface IGlobeLayerInfo2
extends IGlobeLayerInfo, java.io.Serializable

COM Interface 'IGlobeLayerInfo2'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides access to the available properties of a globe layer info object.' 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 IID96f0fd1a_a2f5_4b10_8f4a_509f4bbfeb85
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.globecore.IGlobeLayerInfo
IID6a04b829_32ca_4bc0_bf6d_dd655fd80306
 
Method Summary
 int getMaxLOD()
          The maximum LOD of the Layer.
 int getMinLOD()
          The minimum LOD of the Layer.
 int getRasterTileSize()
          Rasterized vector tile size.
 int getTextureCompressionType()
          The current texture compression type.
 int getTextureDisplayType()
          The current texture display type.
 double getTextureDownsamplingFactor()
          The texture down-sampling factor.
 
Methods inherited from interface com.esri.arcgis.globecore.IGlobeLayerInfo
getBaseImageDrawingPriority, getBaseOption, getBaseSurfaceID, getCompressionQuality, getCopyrightText, getDataType, getDescription, getDisplayField, getElevationExpression, getExtent, getExtrusionExpression, getExtrusionType, getFaceCulling, getFields, getFloatingSeeThroughOrder, getGraphicsLayer, getID, getImageCatalogCrossoverLevel, getImageSamplingMode, getMaxFeatureLevelOfDetail, getMaximumDistance, getMinimumCellSize, getMinimumDistance, getName, getOffset, getParentLayerID, getSymbologyScalingFactor, getTransparency, getType, getZFactor, isComposite, isDynamicallyRasterized, isExtruded, isGroup, isHasElevationValues, isIlluminate, isLossyCompression, isPerTileVisibility, isScale3DSymbols, isSmoothShading, isUse16ColorBits, isUse16ElevationBits, isUseElevationValues, isVisible
 

Field Detail

IID96f0fd1a_a2f5_4b10_8f4a_509f4bbfeb85

static final int IID96f0fd1a_a2f5_4b10_8f4a_509f4bbfeb85
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getMinLOD

int getMinLOD()
              throws java.io.IOException,
                     AutomationException
The minimum LOD of the Layer.

Returns:
The pLevel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxLOD

int getMaxLOD()
              throws java.io.IOException,
                     AutomationException
The maximum LOD of the Layer.

Returns:
The pLevel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRasterTileSize

int getRasterTileSize()
                      throws java.io.IOException,
                             AutomationException
Rasterized vector tile size.

Returns:
The size
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextureDownsamplingFactor

double getTextureDownsamplingFactor()
                                    throws java.io.IOException,
                                           AutomationException
The texture down-sampling factor.

Returns:
The pFactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextureCompressionType

int getTextureCompressionType()
                              throws java.io.IOException,
                                     AutomationException
The current texture compression type.

Returns:
A com.esri.arcgis.analyst3d.esriTextureFormatType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTextureDisplayType

int getTextureDisplayType()
                          throws java.io.IOException,
                                 AutomationException
The current texture display type.

Returns:
A com.esri.arcgis.analyst3d.esriTextureFormatType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.