com.esri.arcgis.globecore
Class IKmlLayerProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.ILayerProxy
          extended by com.esri.arcgis.globecore.IKmlLayerProxy
All Implemented Interfaces:
ILayer, IKmlLayer, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IKmlLayer'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Provides information about a KML 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 =

public class IKmlLayerProxy
extends ILayerProxy
implements IKmlLayer, 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.IKmlLayer
IID, IIDae6cedec_e20f_4dfe_96c7_3109e524903b
 
Constructor Summary
  IKmlLayerProxy()
          Deprecated. For internal use only
  IKmlLayerProxy(java.lang.Object obj)
          Deprecated.  
protected IKmlLayerProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IKmlLayerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IKmlLayerProxy(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.  
 java.lang.String getDataPath()
          Deprecated. Full pathname of the KML data.
 int getMaximumRefreshInterval()
          Deprecated. Maximun Refresh interval in seconds.
 int getMinimumRefreshInterval()
          Deprecated. Minimun Refresh interval in seconds.
 boolean isLabelsVisible()
          Deprecated. Labels are Visible.
 void refreshVisibleNodes(IGlobe pGlobe)
          Deprecated. Refresh Visible Nodes.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setDataPath(java.lang.String dataPath)
          Deprecated. Full pathname of the KML data.
 void setGlobeContainedDataPath(java.lang.String dataPath, IGlobe rhs2)
          Deprecated. Full pathname of the KML data within a contained part of Globe.
 void setLabelsVisible(boolean pLabelsVisible)
          Deprecated. Labels are Visible.
 
Methods inherited from class com.esri.arcgis.carto.ILayerProxy
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible
 
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
 
Methods inherited from interface com.esri.arcgis.carto.ILayer
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IKmlLayerProxy

public IKmlLayerProxy(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

IKmlLayerProxy

public IKmlLayerProxy()
Deprecated. 
For internal use only


IKmlLayerProxy

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

IKmlLayerProxy

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

IKmlLayerProxy

protected IKmlLayerProxy(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 ILayerProxy
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 ILayerProxy
Throws:
java.io.IOException

setDataPath

public void setDataPath(java.lang.String dataPath)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Full pathname of the KML data.

Specified by:
setDataPath in interface IKmlLayer
Parameters:
dataPath - The dataPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataPath

public java.lang.String getDataPath()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Full pathname of the KML data.

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

refreshVisibleNodes

public void refreshVisibleNodes(IGlobe pGlobe)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Refresh Visible Nodes.

Specified by:
refreshVisibleNodes in interface IKmlLayer
Parameters:
pGlobe - A reference to a com.esri.arcgis.globecore.IGlobe (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinimumRefreshInterval

public int getMinimumRefreshInterval()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Minimun Refresh interval in seconds.

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

getMaximumRefreshInterval

public int getMaximumRefreshInterval()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Maximun Refresh interval in seconds.

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

setLabelsVisible

public void setLabelsVisible(boolean pLabelsVisible)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Labels are Visible.

Specified by:
setLabelsVisible in interface IKmlLayer
Parameters:
pLabelsVisible - The pLabelsVisible (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isLabelsVisible

public boolean isLabelsVisible()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Labels are Visible.

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

setGlobeContainedDataPath

public void setGlobeContainedDataPath(java.lang.String dataPath,
                                      IGlobe rhs2)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Full pathname of the KML data within a contained part of Globe.

Specified by:
setGlobeContainedDataPath in interface IKmlLayer
Parameters:
dataPath - The dataPath (in)
rhs2 - A reference to a com.esri.arcgis.globecore.IGlobe (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.