|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicFeatureRemovalRule
public class SchematicFeatureRemovalRule
Schematic feature removal rule object.
| Constructor Summary | |
|---|---|
SchematicFeatureRemovalRule()
Constructs a SchematicFeatureRemovalRule using ArcGIS Engine. |
|
SchematicFeatureRemovalRule(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SchematicFeatureRemovalRule theSchematicFeatureRemovalRule = (SchematicFeatureRemovalRule) obj; |
|
| Method Summary | |
|---|---|
void |
alter(ISchematicDiagramClass schematicDiagramClass,
IPropertySet propertySet)
Changes the schematic rule for the specified schematic diagram class with the specified rule type PropertySet. |
void |
apply(ISchematicInMemoryDiagram inMemoryDiagram,
ITrackCancel cancelTracker)
Applies the schematic rule on the specified schematic in memory diagram. |
boolean |
canApply(ISchematicBuilder schematicBuiler)
Indicates if the rule can apply to the given builder. |
void |
detach()
Detach rule from dataset. |
boolean |
equals(Object o)
Compare this object with another |
String |
getAttributeName()
Name of the attribute used to filter the feature to remove. |
IUID |
getClassID()
ClassID of the schematic rule. |
static String |
getClsid()
getClsid. |
int |
getCompareType()
Type of comparaison of attribute value. |
String |
getDescription()
Description of the schematic rule. |
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. |
String |
getExtendedCriteriaName()
Extended criteria name used to filter the features to remove. |
String |
getName()
Name of the schematic rule. |
IPropertySet |
getPropertySet()
PropertySet related to the schematic rule. |
ISchematicDiagramClass |
getSchematicDiagramClass()
Schematic diagram class related to the schematic rule. |
String |
getWhereClause()
Where clause used on associated feature to filter the schematic elements to reduce. |
int |
hashCode()
the hashcode for this object |
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(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(String rhs1)
Description of the schematic feature removal rule. |
void |
setElementClassName(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(String extendedCriteriaName)
Extended criteria name used to filter the features to remove. |
void |
setExtendedCriteriaUsed(boolean extendedCriteriaUsed)
Indicates if additional extended criteria is used. |
void |
setPropertySet(IPropertySet rhs1)
PropertySet related to the schematic rule. |
void |
setRemoveOrphanNodes(boolean removeOrphanNodes)
Indicates if the orphan nodes must be removed. |
void |
setSchematicDiagramClassByRef(ISchematicDiagramClass schematicDiagramClass)
Schematic diagram class related to the schematic builder. |
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(String whereClause)
Where clause used on associated feature to filter the schematic elements to reduce. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public SchematicFeatureRemovalRule()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SchematicFeatureRemovalRule(Object obj)
throws IOException
SchematicFeatureRemovalRule theSchematicFeatureRemovalRule = (SchematicFeatureRemovalRule) obj;
obj to SchematicFeatureRemovalRule.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
throws IOException,
AutomationException
getName in interface ISchematicRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicRule.getClassID()
public String getDescription()
throws IOException,
AutomationException
getDescription in interface ISchematicRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getClassID()
throws IOException,
AutomationException
getClassID in interface ISchematicRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicRule.getName()
public IPropertySet getPropertySet()
throws IOException,
AutomationException
getPropertySet in interface ISchematicRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicDiagramClass getSchematicDiagramClass()
throws IOException,
AutomationException
getSchematicDiagramClass in interface ISchematicRulegetSchematicDiagramClass in interface ISchematicRuleDesignIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void alter(ISchematicDiagramClass schematicDiagramClass,
IPropertySet propertySet)
throws IOException,
AutomationException
alter in interface ISchematicRuleschematicDiagramClass - A reference to a com.esri.arcgis.schematic.ISchematicDiagramClass (in)propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void apply(ISchematicInMemoryDiagram inMemoryDiagram,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
apply in interface ISchematicRuleinMemoryDiagram - A reference to a com.esri.arcgis.schematic.ISchematicInMemoryDiagram (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPropertySet(IPropertySet rhs1)
throws IOException,
AutomationException
setPropertySet in interface ISchematicRuleDesignrhs1 - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSchematicDiagramClassByRef(ISchematicDiagramClass schematicDiagramClass)
throws IOException,
AutomationException
setSchematicDiagramClassByRef in interface ISchematicRuleDesignschematicDiagramClass - A reference to a com.esri.arcgis.schematic.ISchematicDiagramClass (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void detach()
throws IOException,
AutomationException
detach in interface ISchematicRuleDesignIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean canApply(ISchematicBuilder schematicBuiler)
throws IOException,
AutomationException
canApply in interface ISchematicRuleFilterschematicBuiler - A reference to a com.esri.arcgis.schematic.ISchematicBuilder (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDescription(String rhs1)
throws IOException,
AutomationException
setDescription in interface ISchematicFeatureRemovalRulerhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getElementClassName()
throws IOException,
AutomationException
getElementClassName in interface ISchematicFeatureRemovalRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElementClassName(String elementClassName)
throws IOException,
AutomationException
setElementClassName in interface ISchematicFeatureRemovalRuleelementClassName - The elementClassName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getWhereClause()
throws IOException,
AutomationException
getWhereClause in interface ISchematicFeatureRemovalRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setWhereClause(String whereClause)
throws IOException,
AutomationException
setWhereClause in interface ISchematicFeatureRemovalRulewhereClause - The whereClause (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isExtendedCriteriaUsed()
throws IOException,
AutomationException
isExtendedCriteriaUsed in interface ISchematicFeatureRemovalRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtendedCriteriaUsed(boolean extendedCriteriaUsed)
throws IOException,
AutomationException
setExtendedCriteriaUsed in interface ISchematicFeatureRemovalRuleextendedCriteriaUsed - The extendedCriteriaUsed (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getExtendedCriteriaName()
throws IOException,
AutomationException
getExtendedCriteriaName in interface ISchematicFeatureRemovalRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExtendedCriteriaName(String extendedCriteriaName)
throws IOException,
AutomationException
setExtendedCriteriaName in interface ISchematicFeatureRemovalRuleextendedCriteriaName - The extendedCriteriaName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRemoveOrphanNodes()
throws IOException,
AutomationException
isRemoveOrphanNodes in interface ISchematicFeatureRemovalRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRemoveOrphanNodes(boolean removeOrphanNodes)
throws IOException,
AutomationException
setRemoveOrphanNodes in interface ISchematicFeatureRemovalRuleremoveOrphanNodes - The removeOrphanNodes (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseWhereClause()
throws IOException,
AutomationException
isUseWhereClause in interface ISchematicFeatureRemovalRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseWhereClause(boolean useWhereClause)
throws IOException,
AutomationException
setUseWhereClause in interface ISchematicFeatureRemovalRuleuseWhereClause - The useWhereClause (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseAttributeName()
throws IOException,
AutomationException
isUseAttributeName in interface ISchematicFeatureRemovalRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseAttributeName(boolean useAttributeName)
throws IOException,
AutomationException
setUseAttributeName in interface ISchematicFeatureRemovalRuleuseAttributeName - The useAttributeName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getAttributeName()
throws IOException,
AutomationException
getAttributeName in interface ISchematicFeatureRemovalRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAttributeName(String attributeName)
throws IOException,
AutomationException
setAttributeName in interface ISchematicFeatureRemovalRuleattributeName - The attributeName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getCompareType()
throws IOException,
AutomationException
getCompareType in interface ISchematicFeatureRemovalRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCompareType(int compareType)
throws IOException,
AutomationException
setCompareType in interface ISchematicFeatureRemovalRulecompareType - The compareType (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||