com.esri.arcgis.carto
Interface IDisplayString

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

public interface IDisplayString
extends java.io.Serializable

COM Interface 'IDisplayString'. 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 display 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 IID8d090acb_8c9e_4343_a3cc_f9da9be3c401
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String findDisplayString(IObject pObject)
          Finds the display string for the given feature based on the current expression properties.
 IDisplayExpressionProperties getExpressionProperties()
          Properties that describe the display expression.
 void setExpressionPropertiesByRef(IDisplayExpressionProperties displayExpressionProperties)
          Properties that describe the display expression.
 

Field Detail

IID8d090acb_8c9e_4343_a3cc_f9da9be3c401

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

getExpressionProperties

IDisplayExpressionProperties getExpressionProperties()
                                                     throws java.io.IOException,
                                                            AutomationException
Properties that describe the display expression.

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

setExpressionPropertiesByRef

void setExpressionPropertiesByRef(IDisplayExpressionProperties displayExpressionProperties)
                                  throws java.io.IOException,
                                         AutomationException
Properties that describe the display expression.

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

findDisplayString

java.lang.String findDisplayString(IObject pObject)
                                   throws java.io.IOException,
                                          AutomationException
Finds the display string 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.