com.esri.arcgis.carto
Interface IHTMLPopupIdentify

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, IHTMLPopupIdentifyProxy, IMSSubFeatureLayer, MapServerIdentifySublayer, MapServerLayer, MapServerQuerySublayer, TemporalFeatureLayer

public interface IHTMLPopupIdentify
extends java.io.Serializable

COM Interface 'IHTMLPopupIdentify'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that consume the HTML popup tool content.' 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 IID095cdd1a_fe17_4719_9072_15f303f82e69
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getHTMLPresentationStyle()
          Indicates the content formating style for the HTML Popup tool.
 java.lang.String hTMLIdentify(IPoint pPoint, double tolerance)
          The content is the XML text at the specified point.
 java.lang.String hTMLTipText(IPoint pPoint, double tolerance)
          The tooltip at the specified point.
 boolean isHTMLPopupEnabled()
          Indicates if this layer currently responds to the HTML Popup tool.
 

Field Detail

IID095cdd1a_fe17_4719_9072_15f303f82e69

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

isHTMLPopupEnabled

boolean isHTMLPopupEnabled()
                           throws java.io.IOException,
                                  AutomationException
Indicates if this layer currently responds to the HTML Popup tool.

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

getHTMLPresentationStyle

int getHTMLPresentationStyle()
                             throws java.io.IOException,
                                    AutomationException
Indicates the content formating style for the HTML Popup tool.

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

hTMLIdentify

java.lang.String hTMLIdentify(IPoint pPoint,
                              double tolerance)
                              throws java.io.IOException,
                                     AutomationException
The content is the XML text at the specified point.

Parameters:
pPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
tolerance - The tolerance (in)
Returns:
The pHtml
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hTMLTipText

java.lang.String hTMLTipText(IPoint pPoint,
                             double tolerance)
                             throws java.io.IOException,
                                    AutomationException
The tooltip at the specified point.

Parameters:
pPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
tolerance - The tolerance (in)
Returns:
The pTipText
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.