|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicAnalystFindConnected
public class SchematicAnalystFindConnected
Find Connected schematic trace analyst object.
| Constructor Summary | |
|---|---|
SchematicAnalystFindConnected()
Constructs a SchematicAnalystFindConnected using ArcGIS Engine. |
|
SchematicAnalystFindConnected(Object obj)
Construct a SchematicAnalystFindConnected using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
clearResult()
Clears the trace result. |
boolean |
equals(Object o)
Compare this object with another |
void |
execute(INgView view,
INgCancelTracker tracker)
Executes the schematic algorithm. |
String |
getAlgorithmCLSID()
CLSID of the schematic algorithm. |
static String |
getClsid()
getClsid. |
int |
getFlowDirection()
Type of flow direction. |
String |
getLabel()
Label for the schematic algorithm that displays in the Layout Task dropdown list. |
int |
getLinkColor()
Color of the highlithted links. |
int |
getLinkStyle()
Style of the highlithted links. |
double |
getLinkWidth()
Width of the highlithted links. |
INgNames |
getParameterNames()
List of the names for the schematic algorithm parameters. |
Object |
getParameterValue(String name)
List of the values for the schematic algorithm parameters. |
INgProject |
getProject()
Project the schematic algorithm is related to. |
INgElements |
getTraceResult()
Returns the set of graphic elements detected by the trace operation. |
String |
getUserDataNameOfForbiddenLinks()
Name of the userdata that defines the forbidden links; that is, the links which prevent the detection from continuing beyond them. |
int |
hashCode()
the hashcode for this object |
void |
initialize(INgProject wrk)
Initializes the schematic algorithm for the specified project. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isAvailable()
Indicates if the schematic algorithm is available from the Layout Task dropdown list. |
boolean |
isEnabled(INgView view)
Indicates if the schematic algorithm is enabled. |
boolean |
isLinkColorSet()
Indicates if the highlighting color currently set must be used to highlight the links detected by the trace operation. |
boolean |
isLinkStyleSet()
Indicates if the highlighting style currently set must be used to highlight the links detected by the trace operation. |
boolean |
isLinkWidthSet()
Indicates if the link width currently specified must be used to highlight the links detected by the trace operation. |
boolean |
isSelectLink()
Indicates if the graphic links that belong to the Find Connected trace result must be selected. |
boolean |
isSelectNode()
Indicates if the graphic nodes that belong to the Find Connected trace result must be selected. |
boolean |
isUseFlow()
Indicates if the flow must be used to find the connected elements. |
void |
setAvailable(boolean pVal)
Indicates if the schematic algorithm is available from the Layout Task dropdown list. |
void |
setFlowDirection(int pVal)
Type of flow direction. |
void |
setLabel(String pVal)
Label for the schematic algorithm that displays in the Layout Task dropdown list. |
void |
setLinkColor(int pVal)
Color of the highlithted links. |
void |
setLinkColorSet(boolean pVal)
Indicates if the highlighting color currently set must be used to highlight the links detected by the trace operation. |
void |
setLinkStyle(int pVal)
Style of the highlithted links. |
void |
setLinkStyleSet(boolean pVal)
Indicates if the highlighting style currently set must be used to highlight the links detected by the trace operation. |
void |
setLinkWidth(double pVal)
Width of the highlithted links. |
void |
setLinkWidthSet(boolean pVal)
Indicates if the link width currently specified must be used to highlight the links detected by the trace operation. |
void |
setParameterValue(String name,
Object value)
List of the values for the schematic algorithm parameters. |
void |
setSelectLink(boolean pVal)
Indicates if the graphic links that belong to the Find Connected trace result must be selected. |
void |
setSelectNode(boolean pVal)
Indicates if the graphic nodes that belong to the Find Connected trace result must be selected. |
void |
setUseFlow(boolean pVal)
Indicates if the flow must be used to find the connected elements. |
void |
setUserDataNameOfForbiddenLinks(String pVal)
Name of the userdata that defines the forbidden links; that is, the links which prevent the detection from continuing beyond them. |
void |
showResult(int newVal)
Shows the trace result. |
| 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 SchematicAnalystFindConnected()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SchematicAnalystFindConnected(Object obj)
throws IOException
obj to SchematicAnalystFindConnected.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
SchematicAnalystFindConnected theSchematicAnalystFindConnected = (SchematicAnalystFindConnected) obj;| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public boolean isSelectNode()
throws IOException,
AutomationException
isSelectNode in interface ISchematicAnalystFindConnectedIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.com.esri.arcgis.schematic.ISchematicAlgoFindConnected
public void setSelectNode(boolean pVal)
throws IOException,
AutomationException
setSelectNode in interface ISchematicAnalystFindConnectedpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSelectLink()
throws IOException,
AutomationException
isSelectLink in interface ISchematicAnalystFindConnectedIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.com.esri.arcgis.schematic.ISchematicAlgoFindConnected
public void setSelectLink(boolean pVal)
throws IOException,
AutomationException
setSelectLink in interface ISchematicAnalystFindConnectedpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getUserDataNameOfForbiddenLinks()
throws IOException,
AutomationException
getUserDataNameOfForbiddenLinks in interface ISchematicAnalystFindConnectedIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.INgUserData
public void setUserDataNameOfForbiddenLinks(String pVal)
throws IOException,
AutomationException
setUserDataNameOfForbiddenLinks in interface ISchematicAnalystFindConnectedpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFlowDirection()
throws IOException,
AutomationException
getFlowDirection in interface ISchematicAnalystFindConnectedIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFlowDirection(int pVal)
throws IOException,
AutomationException
setFlowDirection in interface ISchematicAnalystFindConnectedpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseFlow()
throws IOException,
AutomationException
isUseFlow in interface ISchematicAnalystFindConnectedIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseFlow(boolean pVal)
throws IOException,
AutomationException
setUseFlow in interface ISchematicAnalystFindConnectedpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void execute(INgView view,
INgCancelTracker tracker)
throws IOException,
AutomationException
execute in interface ISchematicAlgorithmview - A reference to a com.esri.arcgis.schematic.INgView (in, optional, pass 0 if not required)tracker - A reference to a com.esri.arcgis.schematic.INgCancelTracker (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEnabled(INgView view)
throws IOException,
AutomationException
isEnabled in interface ISchematicAlgorithmview - A reference to a com.esri.arcgis.schematic.INgView (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAvailable()
throws IOException,
AutomationException
isAvailable in interface ISchematicAlgorithmIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAvailable(boolean pVal)
throws IOException,
AutomationException
setAvailable in interface ISchematicAlgorithmpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLabel()
throws IOException,
AutomationException
getLabel in interface ISchematicAlgorithmIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabel(String pVal)
throws IOException,
AutomationException
setLabel in interface ISchematicAlgorithmpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void initialize(INgProject wrk)
throws IOException,
AutomationException
initialize in interface ISchematicAlgorithmwrk - A reference to a com.esri.arcgis.schematic.INgProject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getAlgorithmCLSID()
throws IOException,
AutomationException
getAlgorithmCLSID in interface ISchematicAlgorithmIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INgProject getProject()
throws IOException,
AutomationException
getProject in interface ISchematicAlgorithmIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public INgNames getParameterNames()
throws IOException,
AutomationException
getParameterNames in interface ISchematicAlgorithmParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAlgorithmParameters.setParameterValue(String, java.lang.Object)
public void setParameterValue(String name,
Object value)
throws IOException,
AutomationException
setParameterValue in interface ISchematicAlgorithmParametersname - The name (in)value - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getParameterValue(String name)
throws IOException,
AutomationException
getParameterValue in interface ISchematicAlgorithmParametersname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLinkColor()
throws IOException,
AutomationException
getLinkColor in interface ISchematicAnalystTraceHighlightIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAnalystTraceHighlight.getLinkStyle(),
ISchematicAnalystTraceHighlight.isLinkColorSet()
public void setLinkColor(int pVal)
throws IOException,
AutomationException
setLinkColor in interface ISchematicAnalystTraceHighlightpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getLinkStyle()
throws IOException,
AutomationException
getLinkStyle in interface ISchematicAnalystTraceHighlightIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAnalystTraceHighlight.isLinkStyleSet(),
ISchematicAnalystTraceHighlight.getLinkColor()
public void setLinkStyle(int pVal)
throws IOException,
AutomationException
setLinkStyle in interface ISchematicAnalystTraceHighlightpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLinkWidth()
throws IOException,
AutomationException
getLinkWidth in interface ISchematicAnalystTraceHighlightIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAnalystTraceHighlight.isLinkWidthSet()
public void setLinkWidth(double pVal)
throws IOException,
AutomationException
setLinkWidth in interface ISchematicAnalystTraceHighlightpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLinkColorSet()
throws IOException,
AutomationException
isLinkColorSet in interface ISchematicAnalystTraceHighlightIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAnalystTraceHighlight.getLinkColor()
public void setLinkColorSet(boolean pVal)
throws IOException,
AutomationException
setLinkColorSet in interface ISchematicAnalystTraceHighlightpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLinkStyleSet()
throws IOException,
AutomationException
isLinkStyleSet in interface ISchematicAnalystTraceHighlightIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAnalystTraceHighlight.getLinkStyle()
public void setLinkStyleSet(boolean pVal)
throws IOException,
AutomationException
setLinkStyleSet in interface ISchematicAnalystTraceHighlightpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLinkWidthSet()
throws IOException,
AutomationException
isLinkWidthSet in interface ISchematicAnalystTraceHighlightIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAnalystTraceHighlight.getLinkWidth()
public void setLinkWidthSet(boolean pVal)
throws IOException,
AutomationException
setLinkWidthSet in interface ISchematicAnalystTraceHighlightpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clearResult()
throws IOException,
AutomationException
clearResult in interface ISchematicAnalystTraceResultIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void showResult(int newVal)
throws IOException,
AutomationException
showResult in interface ISchematicAnalystTraceResultnewVal - The newVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAnalystTraceResult.getTraceResult()
public INgElements getTraceResult()
throws IOException,
AutomationException
getTraceResult in interface ISchematicAnalystTraceResultIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicAnalystTraceResult.showResult(int)
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||