com.esri.arcgis.schematic
Interface ISchematicNodeReductionExtended

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

public interface ISchematicNodeReductionExtended
extends java.io.Serializable

COM Interface 'ISchematicNodeReductionExtended'. 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 node reduction by priority 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 IIDd89975bc_e848_4680_b10a_749b422ccb1b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getName()
          Name of the extended criteria.
 boolean selectReduction(ISchematicInMemoryFeatureNode node, IEnumSchematicInMemoryFeature enumLink, ISchematicInMemoryFeatureLink[] link)
          Link to reduce (in and out parameter).
 

Field Detail

IIDd89975bc_e848_4680_b10a_749b422ccb1b

static final int IIDd89975bc_e848_4680_b10a_749b422ccb1b
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.

selectReduction

boolean selectReduction(ISchematicInMemoryFeatureNode node,
                        IEnumSchematicInMemoryFeature enumLink,
                        ISchematicInMemoryFeatureLink[] link)
                        throws java.io.IOException,
                               AutomationException
Link to reduce (in and out parameter).

Parameters:
node - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureNode (in)
enumLink - A reference to a com.esri.arcgis.schematic.IEnumSchematicInMemoryFeature (in)
link - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryFeatureLink (in/out: use single element array)
Returns:
The reduce
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.