com.esri.arcgis.schematic
Interface ISchematicExpandLinksByAttributeExtended

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicExpandLinksByAttributeExtendedProxy

public interface ISchematicExpandLinksByAttributeExtended
extends java.io.Serializable

COM Interface 'ISchematicExpandLinksByAttributeExtended'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the applicative selection of the expand links by attribute rule.' 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 IID85787c60_3b09_4762_9929_7db07f7de042
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String evaluate(ISchematicInMemoryFeature schematicFeature)
          Evaluate the schematic feature to get a string in a right format.
 java.lang.String getName()
          Name of the extended criteria.
 

Field Detail

IID85787c60_3b09_4762_9929_7db07f7de042

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Name of the extended criteria.

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

evaluate

java.lang.String evaluate(ISchematicInMemoryFeature schematicFeature)
                          throws java.io.IOException,
                                 AutomationException
Evaluate the schematic feature to get a string in a right format.

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