|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicAnalystFindPath
public class SchematicAnalystFindPath
Find Path schematic trace analyst object.
| Constructor Summary | |
|---|---|
SchematicAnalystFindPath()
Constructs a SchematicAnalystFindPath using ArcGIS Engine. |
|
SchematicAnalystFindPath(Object obj)
Construct a SchematicAnalystFindPath 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. |
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 |
getUserDataNameForLinkWeight()
Name of the userdata that defines the links weight. |
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 Path trace result must be selected. |
boolean |
isSelectNode()
Indicates if the graphic nodes that belong to the Find Path trace result must be selected. |
void |
setAvailable(boolean pVal)
Indicates if the schematic algorithm is available from the Layout Task dropdown list. |
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 Path trace result must be selected. |
void |
setSelectNode(boolean pVal)
Indicates if the graphic nodes that belong to the Find Path trace result must be selected. |
void |
setUserDataNameForLinkWeight(String pVal)
Name of the userdata that defines the links weight. |
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 SchematicAnalystFindPath()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SchematicAnalystFindPath(Object obj)
throws IOException
obj to SchematicAnalystFindPath.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
SchematicAnalystFindPath theSchematicAnalystFindPath = (SchematicAnalystFindPath) 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 ISchematicAnalystFindPathIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.com.esri.arcgis.schematic.ISchematicAlgoFindPath
public void setSelectNode(boolean pVal)
throws IOException,
AutomationException
setSelectNode in interface ISchematicAnalystFindPathpVal - 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 ISchematicAnalystFindPathIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.com.esri.arcgis.schematic.ISchematicAlgoFindPath
public void setSelectLink(boolean pVal)
throws IOException,
AutomationException
setSelectLink in interface ISchematicAnalystFindPathpVal - 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 ISchematicAnalystFindPathIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.com.esri.arcgis.schematic.ISchematicAlgoFindPath,
INgUserData
public void setUserDataNameOfForbiddenLinks(String pVal)
throws IOException,
AutomationException
setUserDataNameOfForbiddenLinks in interface ISchematicAnalystFindPathpVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getUserDataNameForLinkWeight()
throws IOException,
AutomationException
getUserDataNameForLinkWeight in interface ISchematicAnalystFindPathIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.com.esri.arcgis.schematic.ISchematicAlgoFindPath,
INgUserData
public void setUserDataNameForLinkWeight(String pVal)
throws IOException,
AutomationException
setUserDataNameForLinkWeight in interface ISchematicAnalystFindPathpVal - 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 | ||||||||