com.esri.arcgis.carto
Interface IHTMLPopupInfo2

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

public interface IHTMLPopupInfo2
extends java.io.Serializable

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

Description: 'Provides access to members that control the HTML popup tool.' 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 IID8a038cdb_0430_40d9_b8ce_8b055f11d511
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String hTMLOutput(IFeature pFeature, IPropertySet pOptions)
          The content is the XML text for the input feature, pOptions is an optional parameter.
 boolean isHTMLDownloadAttachmentData()
          Indicates that all data for attachments will be retrieved.
 void setHTMLDownloadAttachmentData(boolean pDownloadAttachmentData)
          Indicates that all data for attachments will be retrieved.
 

Field Detail

IID8a038cdb_0430_40d9_b8ce_8b055f11d511

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

isHTMLDownloadAttachmentData

boolean isHTMLDownloadAttachmentData()
                                     throws java.io.IOException,
                                            AutomationException
Indicates that all data for attachments will be retrieved.

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

setHTMLDownloadAttachmentData

void setHTMLDownloadAttachmentData(boolean pDownloadAttachmentData)
                                   throws java.io.IOException,
                                          AutomationException
Indicates that all data for attachments will be retrieved.

Parameters:
pDownloadAttachmentData - The pDownloadAttachmentData (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

hTMLOutput

java.lang.String hTMLOutput(IFeature pFeature,
                            IPropertySet pOptions)
                            throws java.io.IOException,
                                   AutomationException
The content is the XML text for the input feature, pOptions is an optional parameter.

Parameters:
pFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
pOptions - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
The pHtml
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.