com.esri.arcgis.globecore
Class IGlobeLayerInfoProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.globecore.IGlobeLayerInfoProxy
All Implemented Interfaces:
IGlobeLayerInfo, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IGlobeLayerInfo2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IGlobeLayerInfo'. 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 =

public class IGlobeLayerInfoProxy
extends com.esri.arcgis.interop.Dispatch
implements IGlobeLayerInfo, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.IGlobeLayerInfo
IID, IID6a04b829_32ca_4bc0_bf6d_dd655fd80306
 
Constructor Summary
  IGlobeLayerInfoProxy()
          Deprecated. For internal use only
  IGlobeLayerInfoProxy(java.lang.Object obj)
          Deprecated.  
protected IGlobeLayerInfoProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGlobeLayerInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGlobeLayerInfoProxy(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.  
 int getBaseImageDrawingPriority()
          Deprecated. Indicates the drawing priority for images on the globe.
 int getBaseOption()
          Deprecated. The base option.
 int getBaseSurfaceID()
          Deprecated. The layer ID of the base surface, (-1 if it doesn't exist).
 short getCompressionQuality()
          Deprecated. The compression quality used.
 java.lang.String getCopyrightText()
          Deprecated. Copyright information associated with the layer.
 int getDataType()
          Deprecated. The globe data type.
 java.lang.String getDescription()
          Deprecated. The description of the layer.
 java.lang.String getDisplayField()
          Deprecated. Primary display field.
 java.lang.String getElevationExpression()
          Deprecated. The elevation expression string for features, in globe units.
 IEnvelope getExtent()
          Deprecated. The geographic extent of the layer.
 java.lang.String getExtrusionExpression()
          Deprecated. The extrusion expression string.
 int getExtrusionType()
          Deprecated. The extrusion type.
 int getFaceCulling()
          Deprecated. The face culling option.
 IFields getFields()
          Deprecated. Array of attribute fields contained in the layer.
 int getFloatingSeeThroughOrder()
          Deprecated. Indicates the see-through order for a floating layer.
 IGlobeGraphicsLayer getGraphicsLayer()
          Deprecated. The embedded Graphics Layer.
 int getID()
          Deprecated. The layer identifier.
 int getImageCatalogCrossoverLevel()
          Deprecated. Crossover Level of Detail (0-31) for image catalog layers.
 int getImageSamplingMode()
          Deprecated. Image sampling mode for display.
 int getMaxFeatureLevelOfDetail()
          Deprecated. Level of Detail (0-31) for feature layers.
 double getMaximumDistance()
          Deprecated. The maximum visibility distance.
 double getMinimumCellSize()
          Deprecated. Minimum cell size for rasters, in meters.
 double getMinimumDistance()
          Deprecated. The minimum visibility distance.
 java.lang.String getName()
          Deprecated. The name of the layer.
 double getOffset()
          Deprecated. The constant elevation offset in meters.
 int getParentLayerID()
          Deprecated. The parent layer ID if it's a member of a composite layer.
 double getSymbologyScalingFactor()
          Deprecated. The scaling factor of meters-per-point to be applied on symbol sizes during rasterization.
 int getTransparency()
          Deprecated. The transparency percentage of the layer.
 java.lang.String getType()
          Deprecated. The layer type.
 double getZFactor()
          Deprecated. The z factor.
 boolean isComposite()
          Deprecated. Indicates if the layer is a composite layer.
 boolean isDynamicallyRasterized()
          Deprecated. Indicates if the feature data is to be rasterized.
 boolean isExtruded()
          Deprecated. Indicates if the feature data is to be extruded.
 boolean isGroup()
          Deprecated. Indicates if the layer is a group layer.
 boolean isHasElevationValues()
          Deprecated. Indicates whether the feature layer has elevation values.
 boolean isIlluminate()
          Deprecated. The illumination option.
 boolean isLossyCompression()
          Deprecated. Indicates if lossy compression is used.
 boolean isPerTileVisibility()
          Deprecated. Inidicates if visibility is checked for each tile.
 boolean isScale3DSymbols()
          Deprecated. Indicates if the the 3D symbols will be scaled with the distance.
 boolean isSmoothShading()
          Deprecated. The smooth shading option.
 boolean isUse16ColorBits()
          Deprecated. Indicates whether to use 16 bits for color.
 boolean isUse16ElevationBits()
          Deprecated. Indicates whether to use 16 bits for elevation.
 boolean isUseElevationValues()
          Deprecated. Indicates whether elevation values in the feature layer are used.
 boolean isVisible()
          Deprecated. Indicates if the layer is visible.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGlobeLayerInfoProxy

public IGlobeLayerInfoProxy(java.lang.String CLSID,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.net.UnknownHostException,
                            java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGlobeLayerInfoProxy

public IGlobeLayerInfoProxy()
Deprecated. 
For internal use only


IGlobeLayerInfoProxy

public IGlobeLayerInfoProxy(java.lang.Object obj)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGlobeLayerInfoProxy

protected IGlobeLayerInfoProxy(java.lang.Object obj,
                               java.lang.String iid)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGlobeLayerInfoProxy

protected IGlobeLayerInfoProxy(java.lang.String CLSID,
                               java.lang.String iid,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getID

public int getID()
          throws java.io.IOException,
                 AutomationException
Deprecated. 
The layer identifier. This ID is used throughout to uniquely identify the layer for all requests.

Specified by:
getID in interface IGlobeLayerInfo
Returns:
The layerID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The name of the layer.

Specified by:
getName in interface IGlobeLayerInfo
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

public java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The description of the layer. This property is set in the General tab of the Layer Properties dialog.

Specified by:
getDescription in interface IGlobeLayerInfo
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isVisible

public boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the layer is visible.

Specified by:
isVisible in interface IGlobeLayerInfo
Returns:
The pVisible
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getType

public java.lang.String getType()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The layer type.

Specified by:
getType in interface IGlobeLayerInfo
Returns:
The type
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtent

public IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The geographic extent of the layer.

Specified by:
getExtent in interface IGlobeLayerInfo
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFields

public IFields getFields()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Array of attribute fields contained in the layer.

Specified by:
getFields in interface IGlobeLayerInfo
Returns:
A reference to a com.esri.arcgis.geodatabase.IFields
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayField

public java.lang.String getDisplayField()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Primary display field.

Specified by:
getDisplayField in interface IGlobeLayerInfo
Returns:
The fieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransparency

public int getTransparency()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The transparency percentage of the layer.

Specified by:
getTransparency in interface IGlobeLayerInfo
Returns:
The pTransparency
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isComposite

public boolean isComposite()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates if the layer is a composite layer.

Specified by:
isComposite in interface IGlobeLayerInfo
Returns:
The isComposite
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isGroup

public boolean isGroup()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if the layer is a group layer.

Specified by:
isGroup in interface IGlobeLayerInfo
Returns:
The isGroup
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParentLayerID

public int getParentLayerID()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The parent layer ID if it's a member of a composite layer.

Specified by:
getParentLayerID in interface IGlobeLayerInfo
Returns:
The pLayerID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataType

public int getDataType()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The globe data type.

Specified by:
getDataType in interface IGlobeLayerInfo
Returns:
A com.esri.arcgis.globecore.esriGlobeDataType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximumDistance

public double getMaximumDistance()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The maximum visibility distance.

Specified by:
getMaximumDistance in interface IGlobeLayerInfo
Returns:
The pMaxDistance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinimumDistance

public double getMinimumDistance()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The minimum visibility distance.

Specified by:
getMinimumDistance in interface IGlobeLayerInfo
Returns:
The pMinDistance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPerTileVisibility

public boolean isPerTileVisibility()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Inidicates if visibility is checked for each tile.

Specified by:
isPerTileVisibility in interface IGlobeLayerInfo
Returns:
The pbPerTileVis
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUse16ColorBits

public boolean isUse16ColorBits()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether to use 16 bits for color.

Specified by:
isUse16ColorBits in interface IGlobeLayerInfo
Returns:
The pbUse16Bits
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUse16ElevationBits

public boolean isUse16ElevationBits()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether to use 16 bits for elevation.

Specified by:
isUse16ElevationBits in interface IGlobeLayerInfo
Returns:
The pbUse16Bits
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLossyCompression

public boolean isLossyCompression()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if lossy compression is used.

Specified by:
isLossyCompression in interface IGlobeLayerInfo
Returns:
The pbLossyCompression
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCompressionQuality

public short getCompressionQuality()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The compression quality used.

Specified by:
getCompressionQuality in interface IGlobeLayerInfo
Returns:
The pQuality
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isScale3DSymbols

public boolean isScale3DSymbols()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the the 3D symbols will be scaled with the distance.

Specified by:
isScale3DSymbols in interface IGlobeLayerInfo
Returns:
The pbScaleSyms
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBaseImageDrawingPriority

public int getBaseImageDrawingPriority()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates the drawing priority for images on the globe.

Specified by:
getBaseImageDrawingPriority in interface IGlobeLayerInfo
Returns:
The pPriority
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFloatingSeeThroughOrder

public int getFloatingSeeThroughOrder()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates the see-through order for a floating layer.

Specified by:
getFloatingSeeThroughOrder in interface IGlobeLayerInfo
Returns:
The pOrder
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageSamplingMode

public int getImageSamplingMode()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Image sampling mode for display.

Specified by:
getImageSamplingMode in interface IGlobeLayerInfo
Returns:
A com.esri.arcgis.globecore.esriGlobeImageSamplingMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinimumCellSize

public double getMinimumCellSize()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Minimum cell size for rasters, in meters.

Specified by:
getMinimumCellSize in interface IGlobeLayerInfo
Returns:
The pMinCellSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDynamicallyRasterized

public boolean isDynamicallyRasterized()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if the feature data is to be rasterized.

Specified by:
isDynamicallyRasterized in interface IGlobeLayerInfo
Returns:
The dynamicallyRasterized
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSymbologyScalingFactor

public double getSymbologyScalingFactor()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The scaling factor of meters-per-point to be applied on symbol sizes during rasterization.

Specified by:
getSymbologyScalingFactor in interface IGlobeLayerInfo
Returns:
The metersPerPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isExtruded

public boolean isExtruded()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates if the feature data is to be extruded.

Specified by:
isExtruded in interface IGlobeLayerInfo
Returns:
The extruded
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxFeatureLevelOfDetail

public int getMaxFeatureLevelOfDetail()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Level of Detail (0-31) for feature layers.

Specified by:
getMaxFeatureLevelOfDetail in interface IGlobeLayerInfo
Returns:
The pLevel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getImageCatalogCrossoverLevel

public int getImageCatalogCrossoverLevel()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Crossover Level of Detail (0-31) for image catalog layers.

Specified by:
getImageCatalogCrossoverLevel in interface IGlobeLayerInfo
Returns:
The pLevel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBaseSurfaceID

public int getBaseSurfaceID()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The layer ID of the base surface, (-1 if it doesn't exist).

Specified by:
getBaseSurfaceID in interface IGlobeLayerInfo
Returns:
The pBaseID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBaseOption

public int getBaseOption()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The base option.

Specified by:
getBaseOption in interface IGlobeLayerInfo
Returns:
A com.esri.arcgis.globecore.esriGlobeLayerBaseOption constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElevationExpression

public java.lang.String getElevationExpression()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The elevation expression string for features, in globe units.

Specified by:
getElevationExpression in interface IGlobeLayerInfo
Returns:
The pExpressionString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOffset

public double getOffset()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The constant elevation offset in meters.

Specified by:
getOffset in interface IGlobeLayerInfo
Returns:
The pOffset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZFactor

public double getZFactor()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The z factor.

Specified by:
getZFactor in interface IGlobeLayerInfo
Returns:
The pZFactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isHasElevationValues

public boolean isHasElevationValues()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether the feature layer has elevation values.

Specified by:
isHasElevationValues in interface IGlobeLayerInfo
Returns:
The pbHasElevation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseElevationValues

public boolean isUseElevationValues()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether elevation values in the feature layer are used.

Specified by:
isUseElevationValues in interface IGlobeLayerInfo
Returns:
The pbUseElevation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtrusionType

public int getExtrusionType()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The extrusion type.

Specified by:
getExtrusionType in interface IGlobeLayerInfo
Returns:
A com.esri.arcgis.analyst3d.esriExtrusionType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtrusionExpression

public java.lang.String getExtrusionExpression()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
The extrusion expression string.

Specified by:
getExtrusionExpression in interface IGlobeLayerInfo
Returns:
The pExtrusion
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isIlluminate

public boolean isIlluminate()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The illumination option.

Specified by:
isIlluminate in interface IGlobeLayerInfo
Returns:
The pbIlluminated
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSmoothShading

public boolean isSmoothShading()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The smooth shading option.

Specified by:
isSmoothShading in interface IGlobeLayerInfo
Returns:
The pbIsSmooth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFaceCulling

public int getFaceCulling()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The face culling option.

Specified by:
getFaceCulling in interface IGlobeLayerInfo
Returns:
A com.esri.arcgis.analyst3d.esri3DFaceCulling constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGraphicsLayer

public IGlobeGraphicsLayer getGraphicsLayer()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The embedded Graphics Layer.

Specified by:
getGraphicsLayer in interface IGlobeLayerInfo
Returns:
A reference to a com.esri.arcgis.globecore.IGlobeGraphicsLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCopyrightText

public java.lang.String getCopyrightText()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Copyright information associated with the layer.

Specified by:
getCopyrightText in interface IGlobeLayerInfo
Returns:
The copyright
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.