|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicAlgoRelativeMainLine
public class SchematicAlgoRelativeMainLine
RelativeMainLine schematic algorithm object.
| Constructor Summary | |
|---|---|
SchematicAlgoRelativeMainLine()
Constructs a SchematicAlgoRelativeMainLine using ArcGIS Engine. |
|
SchematicAlgoRelativeMainLine(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SchematicAlgoRelativeMainLine theSchematicAlgoRelativeMainLine = (SchematicAlgoRelativeMainLine) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
void |
execute(ISchematicLayer schematicLayer,
ITrackCancel cancelTracker)
Execute the schematic algorithm. |
String |
getAlgorithmCLSID()
The CLSID of the algorithm. |
double |
getBreakPointAngle()
Angle comprised between 30° and 90° that defines the relative position of the break point on the first and last segments of the links; that is on the link segments that are paralleled to the tree direction. |
static String |
getClsid()
getClsid. |
double |
getCompression()
Number comprised between 0 and 1 that define the percentage of compression along the direction. |
int |
getDirection()
RelativeMainLine structure direction. |
double |
getDistanceBetweenBranches()
Spacing between the branches perpendicularly to the direction. |
String |
getExcludedTypeValues()
Excluded type values. |
IJSONArray |
getJSONParametersArray()
JSON parameters array. |
String |
getLabel()
The label of the algorithm. |
String |
getLengthAttributeName()
The name of the attribute holding the initial length of the link. |
String |
getLinesAttributeName()
The name of the attribute defining the parallel lines. |
String |
getMainLinesTypeValue()
Define the main line type value. |
double |
getMinimalDistanceBetweenNodes()
Minimal distance between nodes along direction defines where compression can occur. |
String |
getPriorityAttributeName()
The name of the attribute defining the priority.. |
String |
getPriorityValue()
Define the priority value. |
IPropertySet |
getPropertySet()
The property set of the algorithm contains a collection of its parameters and their values. |
ISchematicDiagramClassName |
getSchematicDiagramClassName()
The diagram class object used to initialize the algorithm. |
String |
getTypeAttributeName()
The name of the attribute defining the type of the lines. |
int |
hashCode()
the hashcode for this object |
boolean |
isAvailable()
Indicates if the algorithm is currently available. |
boolean |
isCompressAlongDirection()
Indicates if the algorithm shrinks the distances between nodes along the direction. |
boolean |
isEnabled(ISchematicLayer schematicLayer)
Indicates if the algorithm is currently enabled. |
boolean |
isInitialLengthIsGeometry()
Indicates if the initial length is computed from the link geometry or fetched from an attibute. |
boolean |
isOverridable()
Indicates if the algorithm properties page is editable from ArcMap; that is, enabling the Layout Properties button in ArcMap. |
boolean |
isUseEndNode()
Indicates if the algorithm use end nodes. |
boolean |
isUsePriorityAttribute()
Indicates if the algorithm uses priority attribute to merge connected main lines. |
boolean |
isUseRootNode()
Indicates if the algorithm use root nodes. |
boolean |
isUseTypeAttribute()
Indicates if the algorithm uses type values to distinguish between lines. |
boolean |
isVerticesHint()
Indicates if the link vertices are used to determine the side and orientation of the branches. |
void |
setAvailable(boolean available)
Indicates if the algorithm is currently available. |
void |
setBreakPointAngle(double pVal)
Angle comprised between 30° and 90° that defines the relative position of the break point on the first and last segments of the links; that is on the link segments that are paralleled to the tree direction. |
void |
setCompressAlongDirection(boolean pVal)
Indicates if the algorithm shrinks the distances between nodes along the direction. |
void |
setCompression(double pVal)
Number comprised between 0 and 1 that define the percentage of compression along the direction. |
void |
setDirection(int pVal)
RelativeMainLine structure direction. |
void |
setDistanceBetweenBranches(double pVal)
Spacing between the branches perpendicularly to the direction. |
void |
setExcludedTypeValues(String value)
Excluded type values. |
void |
setInitialLengthIsGeometry(boolean pVal)
Indicates if the initial length is computed from the link geometry or fetched from an attibute. |
void |
setJSONParametersObject(IJSONObject rhs1)
JSON parameters object. |
void |
setLabel(String label)
The label of the algorithm. |
void |
setLengthAttributeName(String name)
The name of the attribute holding the initial length of the link. |
void |
setLinesAttributeName(String name)
The name of the attribute defining the parallel lines. |
void |
setMainLinesTypeValue(String value)
Define the main line type value. |
void |
setMinimalDistanceBetweenNodes(double pVal)
Minimal distance between nodes along direction defines where compression can occur. |
void |
setOverridable(boolean pOverridable)
Indicates if the algorithm properties page is editable from ArcMap; that is, enabling the Layout Properties button in ArcMap. |
void |
setPriorityAttributeName(String name)
The name of the attribute defining the priority.. |
void |
setPriorityValue(String value)
Define the priority value. |
void |
setPropertySet(IPropertySet propertySet)
The property set of the algorithm contains a collection of its parameters and their values. |
void |
setSchematicDiagramClassNameByRef(ISchematicDiagramClassName schematicDiagramClassName)
The diagram class object used to initialize the algorithm. |
void |
setTypeAttributeName(String name)
The name of the attribute defining the type of the lines. |
void |
setUsePriorityAttribute(boolean pVal)
Indicates if the algorithm uses priority attribute to merge connected main lines. |
void |
setUseTypeAttribute(boolean pVal)
Indicates if the algorithm uses type values to distinguish between lines. |
void |
setVerticesHint(boolean pVal)
Indicates if the link vertices are used to determine the side and orientation of the branches. |
| 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 SchematicAlgoRelativeMainLine()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SchematicAlgoRelativeMainLine(Object obj)
throws IOException
SchematicAlgoRelativeMainLine theSchematicAlgoRelativeMainLine = (SchematicAlgoRelativeMainLine) obj;
obj to SchematicAlgoRelativeMainLine.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public int getDirection()
throws IOException,
AutomationException
getDirection in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDirection(int pVal)
throws IOException,
AutomationException
setDirection in interface ISchematicAlgoRelativeMainLinepVal - A com.esri.arcgis.schematic.esriSchematicAlgoDirection constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getDistanceBetweenBranches()
throws IOException,
AutomationException
getDistanceBetweenBranches in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDistanceBetweenBranches(double pVal)
throws IOException,
AutomationException
setDistanceBetweenBranches in interface ISchematicAlgoRelativeMainLinepVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getBreakPointAngle()
throws IOException,
AutomationException
getBreakPointAngle in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBreakPointAngle(double pVal)
throws IOException,
AutomationException
setBreakPointAngle in interface ISchematicAlgoRelativeMainLinepVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isCompressAlongDirection()
throws IOException,
AutomationException
isCompressAlongDirection in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCompressAlongDirection(boolean pVal)
throws IOException,
AutomationException
setCompressAlongDirection in interface ISchematicAlgoRelativeMainLinepVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMinimalDistanceBetweenNodes()
throws IOException,
AutomationException
getMinimalDistanceBetweenNodes in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinimalDistanceBetweenNodes(double pVal)
throws IOException,
AutomationException
setMinimalDistanceBetweenNodes in interface ISchematicAlgoRelativeMainLinepVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getCompression()
throws IOException,
AutomationException
getCompression in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCompression(double pVal)
throws IOException,
AutomationException
setCompression in interface ISchematicAlgoRelativeMainLinepVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLinesAttributeName()
throws IOException,
AutomationException
getLinesAttributeName in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLinesAttributeName(String name)
throws IOException,
AutomationException
setLinesAttributeName in interface ISchematicAlgoRelativeMainLinename - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseTypeAttribute()
throws IOException,
AutomationException
isUseTypeAttribute in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUseTypeAttribute(boolean pVal)
throws IOException,
AutomationException
setUseTypeAttribute in interface ISchematicAlgoRelativeMainLinepVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTypeAttributeName()
throws IOException,
AutomationException
getTypeAttributeName in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTypeAttributeName(String name)
throws IOException,
AutomationException
setTypeAttributeName in interface ISchematicAlgoRelativeMainLinename - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getMainLinesTypeValue()
throws IOException,
AutomationException
getMainLinesTypeValue in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMainLinesTypeValue(String value)
throws IOException,
AutomationException
setMainLinesTypeValue in interface ISchematicAlgoRelativeMainLinevalue - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getExcludedTypeValues()
throws IOException,
AutomationException
getExcludedTypeValues in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExcludedTypeValues(String value)
throws IOException,
AutomationException
setExcludedTypeValues in interface ISchematicAlgoRelativeMainLinevalue - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUsePriorityAttribute()
throws IOException,
AutomationException
isUsePriorityAttribute in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUsePriorityAttribute(boolean pVal)
throws IOException,
AutomationException
setUsePriorityAttribute in interface ISchematicAlgoRelativeMainLinepVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getPriorityAttributeName()
throws IOException,
AutomationException
getPriorityAttributeName in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPriorityAttributeName(String name)
throws IOException,
AutomationException
setPriorityAttributeName in interface ISchematicAlgoRelativeMainLinename - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getPriorityValue()
throws IOException,
AutomationException
getPriorityValue in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPriorityValue(String value)
throws IOException,
AutomationException
setPriorityValue in interface ISchematicAlgoRelativeMainLinevalue - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isInitialLengthIsGeometry()
throws IOException,
AutomationException
isInitialLengthIsGeometry in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInitialLengthIsGeometry(boolean pVal)
throws IOException,
AutomationException
setInitialLengthIsGeometry in interface ISchematicAlgoRelativeMainLinepVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLengthAttributeName()
throws IOException,
AutomationException
getLengthAttributeName in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLengthAttributeName(String name)
throws IOException,
AutomationException
setLengthAttributeName in interface ISchematicAlgoRelativeMainLinename - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVerticesHint()
throws IOException,
AutomationException
isVerticesHint in interface ISchematicAlgoRelativeMainLineIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVerticesHint(boolean pVal)
throws IOException,
AutomationException
setVerticesHint in interface ISchematicAlgoRelativeMainLinepVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEnabled(ISchematicLayer schematicLayer)
throws IOException,
AutomationException
isEnabled in interface ISchematicAlgorithmschematicLayer - A reference to a com.esri.arcgis.schematic.ISchematicLayer (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 available)
throws IOException,
AutomationException
setAvailable in interface ISchematicAlgorithmavailable - The available (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOverridable()
throws IOException,
AutomationException
isOverridable in interface ISchematicAlgorithmIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOverridable(boolean pOverridable)
throws IOException,
AutomationException
setOverridable in interface ISchematicAlgorithmpOverridable - The pOverridable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicDiagramClassName getSchematicDiagramClassName()
throws IOException,
AutomationException
getSchematicDiagramClassName in interface ISchematicAlgorithmIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSchematicDiagramClassNameByRef(ISchematicDiagramClassName schematicDiagramClassName)
throws IOException,
AutomationException
setSchematicDiagramClassNameByRef in interface ISchematicAlgorithmschematicDiagramClassName - A reference to a com.esri.arcgis.schematic.ISchematicDiagramClassName (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 label)
throws IOException,
AutomationException
setLabel in interface ISchematicAlgorithmlabel - The label (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseRootNode()
throws IOException,
AutomationException
isUseRootNode in interface ISchematicAlgorithmIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isUseEndNode()
throws IOException,
AutomationException
isUseEndNode in interface ISchematicAlgorithmIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPropertySet getPropertySet()
throws IOException,
AutomationException
getPropertySet in interface ISchematicAlgorithmIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPropertySet(IPropertySet propertySet)
throws IOException,
AutomationException
setPropertySet in interface ISchematicAlgorithmpropertySet - 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 String getAlgorithmCLSID()
throws IOException,
AutomationException
getAlgorithmCLSID in interface ISchematicAlgorithmIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void execute(ISchematicLayer schematicLayer,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
execute in interface ISchematicAlgorithmschematicLayer - A reference to a com.esri.arcgis.schematic.ISchematicLayer (in, optional, pass 0 if not required)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IJSONArray getJSONParametersArray()
throws IOException,
AutomationException
getJSONParametersArray in interface ISchematicJSONParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setJSONParametersObject(IJSONObject rhs1)
throws IOException,
AutomationException
setJSONParametersObject in interface ISchematicJSONParametersrhs1 - A reference to a com.esri.arcgis.system.IJSONObject (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 | ||||||||