com.esri.arcgis.schematic
Interface ISchematicRuleFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicRuleFilterProxy, SchematicCollapseRelatedElementsRule, SchematicExpandLinksByAttributeRule, SchematicFeatureRemovalRule, SchematicNodeReductionRuleByFlow, SchematicNodeReductionRuleByPriority, SchematicRelationshipRule, SchematicRouteNodeReductionRule, SchematicSpatialQueryRule

public interface ISchematicRuleFilter
extends java.io.Serializable

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

Description: 'Provides access to members that manage the rule availability by builder.' 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 IID3baea23d_9486_4680_810d_c54ea50ea610
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean canApply(ISchematicBuilder schematicBuiler)
          Indicates if the rule can apply to the given builder.
 

Field Detail

IID3baea23d_9486_4680_810d_c54ea50ea610

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

canApply

boolean canApply(ISchematicBuilder schematicBuiler)
                 throws java.io.IOException,
                        AutomationException
Indicates if the rule can apply to the given builder.

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