com.esri.arcgis.schematic
Interface ISchematicFeatureRemovalExtended

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicFeatureRemovalExtendedProxy

public interface ISchematicFeatureRemovalExtended
extends Serializable

Provides access to members that manage the applicative selection of the feature removal rule.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean evaluate(ISchematicInMemoryFeature schematicFeature)
          Evaluate the schematic feature to be reduced or not.
 String getName()
          Name of the extended criteria.
 

Method Detail

getName

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

evaluate

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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