com.esri.arcgis.carto
Interface IHotlinkExpression

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, IHotlinkExpressionProxy, IMSSubFeatureLayer

public interface IHotlinkExpression
extends java.io.Serializable

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

Description: 'Provides access to members that work with a layer's hyperlink expression.' 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 IID6fb88442_c7d2_4355_92c0_e96a577636d2
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String executeExpression(IObject pObject)
          Finds the hyperlink for the given feature based on the current expression properties.
 IHotLinkExpressionProperties IHotlinkExpression_getExpressionProperties()
          Properties that describe the hyperlink expression.
 void setExpressionPropertiesByRef(IHotLinkExpressionProperties ppHotLinkExpressionProperties)
          Properties that describe the hyperlink expression.
 

Field Detail

IID6fb88442_c7d2_4355_92c0_e96a577636d2

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

IHotlinkExpression_getExpressionProperties

IHotLinkExpressionProperties IHotlinkExpression_getExpressionProperties()
                                                                        throws java.io.IOException,
                                                                               AutomationException
Properties that describe the hyperlink expression.

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

setExpressionPropertiesByRef

void setExpressionPropertiesByRef(IHotLinkExpressionProperties ppHotLinkExpressionProperties)
                                  throws java.io.IOException,
                                         AutomationException
Properties that describe the hyperlink expression.

Parameters:
ppHotLinkExpressionProperties - A reference to a com.esri.arcgis.carto.IHotLinkExpressionProperties (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

executeExpression

java.lang.String executeExpression(IObject pObject)
                                   throws java.io.IOException,
                                          AutomationException
Finds the hyperlink for the given feature based on the current expression properties.

Parameters:
pObject - A reference to a com.esri.arcgis.geodatabase.IObject (in)
Returns:
The text
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.