|
|||||||||
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
COM Class 'SchematicFeatureRemovalRule'. Generated 3/19/2015 1:20:46 PM from 'C:\ArcGIS\COM\esriSchematic.olb'
Description 'Schematic feature removal rule object.' 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 |
---|
Fields inherited from interface com.esri.arcgis.schematic.ISchematicRule |
---|
IID, IID0f611689_2c12_4e4d_80b9_cca2b3d5c7f4, xxDummy |
Fields inherited from interface com.esri.arcgis.schematic.ISchematicRuleDesign |
---|
IID, IIDf11386df_d11d_4b5b_8d80_05cd6fb7d2e5, xxDummy |
Fields inherited from interface com.esri.arcgis.schematic.ISchematicRuleFilter |
---|
IID, IID3baea23d_9486_4680_810d_c54ea50ea610, xxDummy |
Fields inherited from interface com.esri.arcgis.schematic.ISchematicFeatureRemovalRule |
---|
IID, IID9f7e925e_4c7d_42f8_916f_9905f5916641, xxDummy |
Constructor Summary | |
---|---|
SchematicFeatureRemovalRule()
Constructs a SchematicFeatureRemovalRule using ArcGIS Engine. |
|
SchematicFeatureRemovalRule(java.lang.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(java.lang.Object o)
Compare this object with another |
java.lang.String |
getAttributeName()
Name of the attribute used to filter the feature to remove. |
IUID |
getClassID()
ClassID of the schematic rule. |
static java.lang.String |
getClsid()
getClsid. |
int |
getCompareType()
Type of comparaison of attribute value. |
java.lang.String |
getDescription()
Description of the schematic rule. |
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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.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. |
java.lang.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 |
release()
Release a SchematicFeatureRemovalRule. |
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 |
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(java.lang.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 |
Constructor Detail |
---|
public SchematicFeatureRemovalRule() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic SchematicFeatureRemovalRule(java.lang.Object obj) throws java.io.IOException
SchematicFeatureRemovalRule theSchematicFeatureRemovalRule = (SchematicFeatureRemovalRule) obj;
obj
to SchematicFeatureRemovalRule
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface ISchematicRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDescription() throws java.io.IOException, AutomationException
getDescription
in interface ISchematicRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getClassID() throws java.io.IOException, AutomationException
getClassID
in interface ISchematicRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getPropertySet() throws java.io.IOException, AutomationException
getPropertySet
in interface ISchematicRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicDiagramClass getSchematicDiagramClass() throws java.io.IOException, AutomationException
getSchematicDiagramClass
in interface ISchematicRule
getSchematicDiagramClass
in interface ISchematicRuleDesign
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void alter(ISchematicDiagramClass schematicDiagramClass, IPropertySet propertySet) throws java.io.IOException, AutomationException
alter
in interface ISchematicRule
schematicDiagramClass
- A reference to a com.esri.arcgis.schematic.ISchematicDiagramClass (in)propertySet
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void apply(ISchematicInMemoryDiagram inMemoryDiagram, ITrackCancel cancelTracker) throws java.io.IOException, AutomationException
apply
in interface ISchematicRule
inMemoryDiagram
- 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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPropertySet(IPropertySet rhs1) throws java.io.IOException, AutomationException
setPropertySet
in interface ISchematicRuleDesign
rhs1
- A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSchematicDiagramClassByRef(ISchematicDiagramClass schematicDiagramClass) throws java.io.IOException, AutomationException
setSchematicDiagramClassByRef
in interface ISchematicRuleDesign
schematicDiagramClass
- A reference to a com.esri.arcgis.schematic.ISchematicDiagramClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void detach() throws java.io.IOException, AutomationException
detach
in interface ISchematicRuleDesign
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean canApply(ISchematicBuilder schematicBuiler) throws java.io.IOException, AutomationException
canApply
in interface ISchematicRuleFilter
schematicBuiler
- A reference to a com.esri.arcgis.schematic.ISchematicBuilder (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(java.lang.String rhs1) throws java.io.IOException, AutomationException
setDescription
in interface ISchematicFeatureRemovalRule
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getElementClassName() throws java.io.IOException, AutomationException
getElementClassName
in interface ISchematicFeatureRemovalRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setElementClassName(java.lang.String elementClassName) throws java.io.IOException, AutomationException
setElementClassName
in interface ISchematicFeatureRemovalRule
elementClassName
- The elementClassName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getWhereClause() throws java.io.IOException, AutomationException
getWhereClause
in interface ISchematicFeatureRemovalRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWhereClause(java.lang.String whereClause) throws java.io.IOException, AutomationException
setWhereClause
in interface ISchematicFeatureRemovalRule
whereClause
- The whereClause (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isExtendedCriteriaUsed() throws java.io.IOException, AutomationException
isExtendedCriteriaUsed
in interface ISchematicFeatureRemovalRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtendedCriteriaUsed(boolean extendedCriteriaUsed) throws java.io.IOException, AutomationException
setExtendedCriteriaUsed
in interface ISchematicFeatureRemovalRule
extendedCriteriaUsed
- The extendedCriteriaUsed (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getExtendedCriteriaName() throws java.io.IOException, AutomationException
getExtendedCriteriaName
in interface ISchematicFeatureRemovalRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtendedCriteriaName(java.lang.String extendedCriteriaName) throws java.io.IOException, AutomationException
setExtendedCriteriaName
in interface ISchematicFeatureRemovalRule
extendedCriteriaName
- The extendedCriteriaName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRemoveOrphanNodes() throws java.io.IOException, AutomationException
isRemoveOrphanNodes
in interface ISchematicFeatureRemovalRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRemoveOrphanNodes(boolean removeOrphanNodes) throws java.io.IOException, AutomationException
setRemoveOrphanNodes
in interface ISchematicFeatureRemovalRule
removeOrphanNodes
- The removeOrphanNodes (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseWhereClause() throws java.io.IOException, AutomationException
isUseWhereClause
in interface ISchematicFeatureRemovalRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseWhereClause(boolean useWhereClause) throws java.io.IOException, AutomationException
setUseWhereClause
in interface ISchematicFeatureRemovalRule
useWhereClause
- The useWhereClause (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseAttributeName() throws java.io.IOException, AutomationException
isUseAttributeName
in interface ISchematicFeatureRemovalRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseAttributeName(boolean useAttributeName) throws java.io.IOException, AutomationException
setUseAttributeName
in interface ISchematicFeatureRemovalRule
useAttributeName
- The useAttributeName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAttributeName() throws java.io.IOException, AutomationException
getAttributeName
in interface ISchematicFeatureRemovalRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAttributeName(java.lang.String attributeName) throws java.io.IOException, AutomationException
setAttributeName
in interface ISchematicFeatureRemovalRule
attributeName
- The attributeName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCompareType() throws java.io.IOException, AutomationException
getCompareType
in interface ISchematicFeatureRemovalRule
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCompareType(int compareType) throws java.io.IOException, AutomationException
setCompareType
in interface ISchematicFeatureRemovalRule
compareType
- The compareType (in)
java.io.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 |