com.esri.arcgis.schematic
Interface ISchematicFeatureRemovalExtended

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

public interface ISchematicFeatureRemovalExtended
extends java.io.Serializable

COM Interface 'ISchematicFeatureRemovalExtended'. 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 feature removal 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 IID69c479fd_9c52_4ab7_a4ba_7fc2d2642b64
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean evaluate(ISchematicInMemoryFeature schematicFeature)
          Evaluate the schematic feature to be reduced or not.
 java.lang.String getName()
          Name of the extended criteria.
 

Field Detail

IID69c479fd_9c52_4ab7_a4ba_7fc2d2642b64

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

boolean evaluate(ISchematicInMemoryFeature schematicFeature)
                 throws java.io.IOException,
                        AutomationException
Evaluate the schematic feature to be reduced or not.

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