|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicAnalystSheet
public class SchematicAnalystSheet
Schematic analyst sheet object.
| Constructor Summary | |
|---|---|
SchematicAnalystSheet(Object obj)
Construct a SchematicAnalystSheet using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
addPage(String classID)
Adds the specified schematic algorithm properties page in the schematic algorithm sheet. |
boolean |
equals(Object o)
Compare this object with another |
int |
hashCode()
the hashcode for this object |
boolean |
isHasPage(ISchematicAlgorithm algorithm)
Indicates if an algorithm properties page related to the specified schematic algorithm is defined for the schematic algorithm sheet. |
void |
removePage(String classID)
Removes the specified schematic algorithm properties page from the schematic algorithm sheet. |
void |
show(ISchematicAlgorithm algorithm)
Shows the schematic algorithm sheet. |
| 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 SchematicAnalystSheet(Object obj)
throws IOException
obj to SchematicAnalystSheet. *
SchematicAnalystSheet o = (SchematicAnalystSheet)obj; // will not work
SchematicAnalystSheet o = new SchematicAnalystSheet(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
SchematicAnalystSheet theSchematicAnalystSheet = (SchematicAnalystSheet) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void addPage(String classID)
throws IOException,
AutomationException
addPage in interface ISchematicAlgorithmSheetclassID - The classID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAlgorithmSheet.removePage(String),
ISchematicAlgorithmSheet.isHasPage(com.esri.arcgis.schematic.ISchematicAlgorithm)
public void removePage(String classID)
throws IOException,
AutomationException
removePage in interface ISchematicAlgorithmSheetclassID - The classID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAlgorithmSheet.addPage(String),
ISchematicAlgorithmSheet.isHasPage(com.esri.arcgis.schematic.ISchematicAlgorithm)
public void show(ISchematicAlgorithm algorithm)
throws IOException,
AutomationException
show in interface ISchematicAlgorithmSheetalgorithm - A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasPage(ISchematicAlgorithm algorithm)
throws IOException,
AutomationException
isHasPage in interface ISchematicAlgorithmSheetalgorithm - A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm (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 | ||||||||