|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicBuilderRule
public class SchematicBuilderRule
Schematic builder rule object.
| Constructor Summary | |
|---|---|
SchematicBuilderRule(Object obj)
Construct a SchematicBuilderRule using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
alter(IUID pUID,
IPropertySet propertySet)
Changes the schematic builder rule with the new specified CLSID schematic builder rule and the new specified schematic builder rule PropertySet. |
void |
apply(ISchematicDiagram pSchematicDiagram,
ITrackCancel cancelTracker)
Applies the schematic builder rule on the specified schematic diagram. |
void |
delete()
Deletes the schematic builder rule. |
boolean |
equals(Object o)
Compare this object with another |
IUID |
getCLSID()
CLSID of the schematic builder rule. |
int |
getID()
ID of the schematic builder rule. |
int |
getOrderNumber()
Order number of the schematic builder rule. |
IPropertySet |
getPropertySet()
PropertySet related to the schematic builder rule. |
ISchematicDiagramClass |
getSchematicDiagramClass()
Schematic diagram class related to the schematic builder rule. |
int |
hashCode()
the hashcode for this object |
boolean |
isActive()
Indicates if the schematic builder rule is active. |
void |
setIsActive(boolean active)
Indicates if the schematic builder rule is active. |
| 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 SchematicBuilderRule(Object obj)
throws IOException
obj to SchematicBuilderRule. *
SchematicBuilderRule o = (SchematicBuilderRule)obj; // will not work
SchematicBuilderRule o = new SchematicBuilderRule(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
SchematicBuilderRule theSchematicBuilderRule = (SchematicBuilderRule) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public int getID()
throws IOException,
AutomationException
getID in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicBuilderRule.getCLSID()
public void setIsActive(boolean active)
throws IOException,
AutomationException
setIsActive in interface ISchematicBuilderRuleactive - The active (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isActive()
throws IOException,
AutomationException
isActive in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getOrderNumber()
throws IOException,
AutomationException
getOrderNumber in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getCLSID()
throws IOException,
AutomationException
getCLSID in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicBuilderRule.getID()
public IPropertySet getPropertySet()
throws IOException,
AutomationException
getPropertySet in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void alter(IUID pUID,
IPropertySet propertySet)
throws IOException,
AutomationException
alter in interface ISchematicBuilderRulepUID - A reference to a com.esri.arcgis.system.IUID (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 ISchematicDiagramClass getSchematicDiagramClass()
throws IOException,
AutomationException
getSchematicDiagramClass in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void delete()
throws IOException,
AutomationException
delete in interface ISchematicBuilderRuleIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void apply(ISchematicDiagram pSchematicDiagram,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
apply in interface ISchematicBuilderRulepSchematicDiagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass null if not required)
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 | ||||||||