com.esri.arcgis.globecore
Interface ILookAtKmlNode

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILookAtKmlNodeProxy

public interface ILookAtKmlNode
extends java.io.Serializable

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

Description: 'LookAt support for a KML Node.' 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 IID4f728023_7133_4559_b42a_6711f6f565dc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isHasLookAtPoint()
          Can LookAt a KmlNode.
 void viewAtLookAtPoint(IGlobe pGlobe, IKmlLayer pKmlLayer)
          Kml Node description.
 

Field Detail

IID4f728023_7133_4559_b42a_6711f6f565dc

static final int IID4f728023_7133_4559_b42a_6711f6f565dc
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

isHasLookAtPoint

boolean isHasLookAtPoint()
                         throws java.io.IOException,
                                AutomationException
Can LookAt a KmlNode.

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

viewAtLookAtPoint

void viewAtLookAtPoint(IGlobe pGlobe,
                       IKmlLayer pKmlLayer)
                       throws java.io.IOException,
                              AutomationException
Kml Node description.

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