com.esri.arcgis.schematic
Interface ISchematicFeatureRemovalRule

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicFeatureRemovalRuleProxy, SchematicFeatureRemovalRule

public interface ISchematicFeatureRemovalRule
extends java.io.Serializable

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

Description: 'Provides access to members that manage the rule removing features.' 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 IID9f7e925e_4c7d_42f8_916f_9905f5916641
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getAttributeName()
          Name of the attribute used to filter the feature to remove.
 int getCompareType()
          Type of comparaison of attribute value.
 java.lang.String getElementClassName()
          Name of the schematic link element class related to the Feature removal rule; that is, name of the schematic link element class to reduce.
 java.lang.String getExtendedCriteriaName()
          Extended criteria name used to filter the features to remove.
 java.lang.String getWhereClause()
          Where clause used on associated feature to filter the schematic elements to reduce.
 boolean isExtendedCriteriaUsed()
          Indicates if additional extended criteria is used.
 boolean isRemoveOrphanNodes()
          Indicates if the orphan nodes must be removed.
 boolean isUseAttributeName()
          Indicates if an attribute is used to filter the feature to remove.
 boolean isUseWhereClause()
          Indicates if there is an SQL where clause to filter the features to remove.
 void setAttributeName(java.lang.String attributeName)
          Name of the attribute used to filter the feature to remove.
 void setCompareType(int compareType)
          Type of comparaison of attribute value.
 void setDescription(java.lang.String rhs1)
          Description of the schematic feature removal rule.
 void setElementClassName(java.lang.String elementClassName)
          Name of the schematic link element class related to the Feature removal rule; that is, name of the schematic link element class to reduce.
 void setExtendedCriteriaName(java.lang.String extendedCriteriaName)
          Extended criteria name used to filter the features to remove.
 void setExtendedCriteriaUsed(boolean extendedCriteriaUsed)
          Indicates if additional extended criteria is used.
 void setRemoveOrphanNodes(boolean removeOrphanNodes)
          Indicates if the orphan nodes must be removed.
 void setUseAttributeName(boolean useAttributeName)
          Indicates if an attribute is used to filter the feature to remove.
 void setUseWhereClause(boolean useWhereClause)
          Indicates if there is an SQL where clause to filter the features to remove.
 void setWhereClause(java.lang.String whereClause)
          Where clause used on associated feature to filter the schematic elements to reduce.
 

Field Detail

IID9f7e925e_4c7d_42f8_916f_9905f5916641

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

setDescription

void setDescription(java.lang.String rhs1)
                    throws java.io.IOException,
                           AutomationException
Description of the schematic feature removal rule.

Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getElementClassName

java.lang.String getElementClassName()
                                     throws java.io.IOException,
                                            AutomationException
Name of the schematic link element class related to the Feature removal rule; that is, name of the schematic link element class to reduce.

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

setElementClassName

void setElementClassName(java.lang.String elementClassName)
                         throws java.io.IOException,
                                AutomationException
Name of the schematic link element class related to the Feature removal rule; that is, name of the schematic link element class to reduce.

Parameters:
elementClassName - The elementClassName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWhereClause

java.lang.String getWhereClause()
                                throws java.io.IOException,
                                       AutomationException
Where clause used on associated feature to filter the schematic elements to reduce.

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

setWhereClause

void setWhereClause(java.lang.String whereClause)
                    throws java.io.IOException,
                           AutomationException
Where clause used on associated feature to filter the schematic elements to reduce.

Parameters:
whereClause - The whereClause (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isExtendedCriteriaUsed

boolean isExtendedCriteriaUsed()
                               throws java.io.IOException,
                                      AutomationException
Indicates if additional extended criteria is used.

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

setExtendedCriteriaUsed

void setExtendedCriteriaUsed(boolean extendedCriteriaUsed)
                             throws java.io.IOException,
                                    AutomationException
Indicates if additional extended criteria is used.

Parameters:
extendedCriteriaUsed - The extendedCriteriaUsed (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtendedCriteriaName

java.lang.String getExtendedCriteriaName()
                                         throws java.io.IOException,
                                                AutomationException
Extended criteria name used to filter the features to remove.

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

setExtendedCriteriaName

void setExtendedCriteriaName(java.lang.String extendedCriteriaName)
                             throws java.io.IOException,
                                    AutomationException
Extended criteria name used to filter the features to remove.

Parameters:
extendedCriteriaName - The extendedCriteriaName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRemoveOrphanNodes

boolean isRemoveOrphanNodes()
                            throws java.io.IOException,
                                   AutomationException
Indicates if the orphan nodes must be removed.

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

setRemoveOrphanNodes

void setRemoveOrphanNodes(boolean removeOrphanNodes)
                          throws java.io.IOException,
                                 AutomationException
Indicates if the orphan nodes must be removed.

Parameters:
removeOrphanNodes - The removeOrphanNodes (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseWhereClause

boolean isUseWhereClause()
                         throws java.io.IOException,
                                AutomationException
Indicates if there is an SQL where clause to filter the features to remove.

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

setUseWhereClause

void setUseWhereClause(boolean useWhereClause)
                       throws java.io.IOException,
                              AutomationException
Indicates if there is an SQL where clause to filter the features to remove.

Parameters:
useWhereClause - The useWhereClause (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseAttributeName

boolean isUseAttributeName()
                           throws java.io.IOException,
                                  AutomationException
Indicates if an attribute is used to filter the feature to remove.

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

setUseAttributeName

void setUseAttributeName(boolean useAttributeName)
                         throws java.io.IOException,
                                AutomationException
Indicates if an attribute is used to filter the feature to remove.

Parameters:
useAttributeName - The useAttributeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttributeName

java.lang.String getAttributeName()
                                  throws java.io.IOException,
                                         AutomationException
Name of the attribute used to filter the feature to remove.

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

setAttributeName

void setAttributeName(java.lang.String attributeName)
                      throws java.io.IOException,
                             AutomationException
Name of the attribute used to filter the feature to remove.

Parameters:
attributeName - The attributeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCompareType

int getCompareType()
                   throws java.io.IOException,
                          AutomationException
Type of comparaison of attribute value.

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

setCompareType

void setCompareType(int compareType)
                    throws java.io.IOException,
                           AutomationException
Type of comparaison of attribute value.

Parameters:
compareType - The compareType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.