com.esri.arcgis.carto
Interface IHTMLPopupIdentify

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

public interface IHTMLPopupIdentify
extends Serializable

Provides access to members that consume the HTML popup tool content.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 int getHTMLPresentationStyle()
          Indicates the content formating style for the HTML Popup tool.
 String hTMLIdentify(IPoint pPoint, double tolerance)
          The content is the XML text at the specified point.
 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.
 

Method Detail

isHTMLPopupEnabled

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getHTMLPresentationStyle

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

hTMLIdentify

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

hTMLTipText

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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