|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.schematic.ISchematicAlgorithmProxy com.esri.arcgis.schematic.ISchematicAlgoRelativeMainLineProxy
Description: 'Provides access to members that control the Relative Main Line schematic algorithm.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
public class ISchematicAlgoRelativeMainLineProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgoRelativeMainLine |
---|
IID, IID9b152a92_af41_4fa3_a18d_5b11e0a63b65 |
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm |
---|
IIDbef20014_837c_4387_83ba_8523b7897a36 |
Constructor Summary | |
---|---|
|
ISchematicAlgoRelativeMainLineProxy()
Deprecated. For internal use only |
|
ISchematicAlgoRelativeMainLineProxy(java.lang.Object obj)
Deprecated. |
protected |
ISchematicAlgoRelativeMainLineProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ISchematicAlgoRelativeMainLineProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ISchematicAlgoRelativeMainLineProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
double |
getBreakPointAngle()
Deprecated. 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. |
double |
getCompression()
Deprecated. Number comprised between 0 and 1 that define the percentage of compression along the direction. |
int |
getDirection()
Deprecated. RelativeMainLine structure direction. |
double |
getDistanceBetweenBranches()
Deprecated. Spacing between the branches perpendicularly to the direction. |
java.lang.String |
getExcludedTypeValues()
Deprecated. Excluded type values. |
java.lang.String |
getLengthAttributeName()
Deprecated. The name of the attribute holding the initial length of the link. |
java.lang.String |
getLinesAttributeName()
Deprecated. The name of the attribute defining the parallel lines. |
java.lang.String |
getMainLinesTypeValue()
Deprecated. Define the main line type value. |
double |
getMinimalDistanceBetweenNodes()
Deprecated. Minimal distance between nodes along direction defines where compression can occur. |
java.lang.String |
getPriorityAttributeName()
Deprecated. The name of the attribute defining the priority.. |
java.lang.String |
getPriorityValue()
Deprecated. Define the priority value. |
java.lang.String |
getTypeAttributeName()
Deprecated. The name of the attribute defining the type of the lines. |
boolean |
isCompressAlongDirection()
Deprecated. Indicates if the algorithm shrinks the distances between nodes along the direction. |
boolean |
isInitialLengthIsGeometry()
Deprecated. Indicates if the initial length is computed from the link geometry or fetched from an attibute. |
boolean |
isUsePriorityAttribute()
Deprecated. Indicates if the algorithm uses priority attribute to merge connected main lines. |
boolean |
isUseTypeAttribute()
Deprecated. Indicates if the algorithm uses type values to distinguish between lines. |
boolean |
isVerticesHint()
Deprecated. Indicates if the link vertices are used to determine the side and orientation of the branches. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setBreakPointAngle(double pVal)
Deprecated. 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)
Deprecated. Indicates if the algorithm shrinks the distances between nodes along the direction. |
void |
setCompression(double pVal)
Deprecated. Number comprised between 0 and 1 that define the percentage of compression along the direction. |
void |
setDirection(int pVal)
Deprecated. RelativeMainLine structure direction. |
void |
setDistanceBetweenBranches(double pVal)
Deprecated. Spacing between the branches perpendicularly to the direction. |
void |
setExcludedTypeValues(java.lang.String value)
Deprecated. Excluded type values. |
void |
setInitialLengthIsGeometry(boolean pVal)
Deprecated. Indicates if the initial length is computed from the link geometry or fetched from an attibute. |
void |
setLengthAttributeName(java.lang.String name)
Deprecated. The name of the attribute holding the initial length of the link. |
void |
setLinesAttributeName(java.lang.String name)
Deprecated. The name of the attribute defining the parallel lines. |
void |
setMainLinesTypeValue(java.lang.String value)
Deprecated. Define the main line type value. |
void |
setMinimalDistanceBetweenNodes(double pVal)
Deprecated. Minimal distance between nodes along direction defines where compression can occur. |
void |
setPriorityAttributeName(java.lang.String name)
Deprecated. The name of the attribute defining the priority.. |
void |
setPriorityValue(java.lang.String value)
Deprecated. Define the priority value. |
void |
setTypeAttributeName(java.lang.String name)
Deprecated. The name of the attribute defining the type of the lines. |
void |
setUsePriorityAttribute(boolean pVal)
Deprecated. Indicates if the algorithm uses priority attribute to merge connected main lines. |
void |
setUseTypeAttribute(boolean pVal)
Deprecated. Indicates if the algorithm uses type values to distinguish between lines. |
void |
setVerticesHint(boolean pVal)
Deprecated. Indicates if the link vertices are used to determine the side and orientation of the branches. |
Methods inherited from class com.esri.arcgis.schematic.ISchematicAlgorithmProxy |
---|
execute, getAlgorithmCLSID, getLabel, getPropertySet, getSchematicDiagramClassName, isAvailable, isEnabled, isOverridable, isUseEndNode, isUseRootNode, setAvailable, setLabel, setOverridable, setPropertySet, setSchematicDiagramClassNameByRef |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm |
---|
execute, getAlgorithmCLSID, getLabel, getPropertySet, getSchematicDiagramClassName, isAvailable, isEnabled, isOverridable, isUseEndNode, isUseRootNode, setAvailable, setLabel, setOverridable, setPropertySet, setSchematicDiagramClassNameByRef |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public ISchematicAlgoRelativeMainLineProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ISchematicAlgoRelativeMainLineProxy()
public ISchematicAlgoRelativeMainLineProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISchematicAlgoRelativeMainLineProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISchematicAlgoRelativeMainLineProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class ISchematicAlgorithmProxy
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class ISchematicAlgorithmProxy
java.io.IOException
public int getDirection() throws java.io.IOException, AutomationException
getDirection
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDirection(int pVal) throws java.io.IOException, AutomationException
setDirection
in interface ISchematicAlgoRelativeMainLine
pVal
- A com.esri.arcgis.schematic.esriSchematicAlgoDirection constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getDistanceBetweenBranches() throws java.io.IOException, AutomationException
getDistanceBetweenBranches
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDistanceBetweenBranches(double pVal) throws java.io.IOException, AutomationException
setDistanceBetweenBranches
in interface ISchematicAlgoRelativeMainLine
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getBreakPointAngle() throws java.io.IOException, AutomationException
getBreakPointAngle
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBreakPointAngle(double pVal) throws java.io.IOException, AutomationException
setBreakPointAngle
in interface ISchematicAlgoRelativeMainLine
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCompressAlongDirection() throws java.io.IOException, AutomationException
isCompressAlongDirection
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCompressAlongDirection(boolean pVal) throws java.io.IOException, AutomationException
setCompressAlongDirection
in interface ISchematicAlgoRelativeMainLine
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinimalDistanceBetweenNodes() throws java.io.IOException, AutomationException
getMinimalDistanceBetweenNodes
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimalDistanceBetweenNodes(double pVal) throws java.io.IOException, AutomationException
setMinimalDistanceBetweenNodes
in interface ISchematicAlgoRelativeMainLine
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getCompression() throws java.io.IOException, AutomationException
getCompression
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCompression(double pVal) throws java.io.IOException, AutomationException
setCompression
in interface ISchematicAlgoRelativeMainLine
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLinesAttributeName() throws java.io.IOException, AutomationException
getLinesAttributeName
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLinesAttributeName(java.lang.String name) throws java.io.IOException, AutomationException
setLinesAttributeName
in interface ISchematicAlgoRelativeMainLine
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseTypeAttribute() throws java.io.IOException, AutomationException
isUseTypeAttribute
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseTypeAttribute(boolean pVal) throws java.io.IOException, AutomationException
setUseTypeAttribute
in interface ISchematicAlgoRelativeMainLine
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTypeAttributeName() throws java.io.IOException, AutomationException
getTypeAttributeName
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTypeAttributeName(java.lang.String name) throws java.io.IOException, AutomationException
setTypeAttributeName
in interface ISchematicAlgoRelativeMainLine
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMainLinesTypeValue() throws java.io.IOException, AutomationException
getMainLinesTypeValue
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMainLinesTypeValue(java.lang.String value) throws java.io.IOException, AutomationException
setMainLinesTypeValue
in interface ISchematicAlgoRelativeMainLine
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getExcludedTypeValues() throws java.io.IOException, AutomationException
getExcludedTypeValues
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExcludedTypeValues(java.lang.String value) throws java.io.IOException, AutomationException
setExcludedTypeValues
in interface ISchematicAlgoRelativeMainLine
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUsePriorityAttribute() throws java.io.IOException, AutomationException
isUsePriorityAttribute
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUsePriorityAttribute(boolean pVal) throws java.io.IOException, AutomationException
setUsePriorityAttribute
in interface ISchematicAlgoRelativeMainLine
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPriorityAttributeName() throws java.io.IOException, AutomationException
getPriorityAttributeName
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPriorityAttributeName(java.lang.String name) throws java.io.IOException, AutomationException
setPriorityAttributeName
in interface ISchematicAlgoRelativeMainLine
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPriorityValue() throws java.io.IOException, AutomationException
getPriorityValue
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPriorityValue(java.lang.String value) throws java.io.IOException, AutomationException
setPriorityValue
in interface ISchematicAlgoRelativeMainLine
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isInitialLengthIsGeometry() throws java.io.IOException, AutomationException
isInitialLengthIsGeometry
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInitialLengthIsGeometry(boolean pVal) throws java.io.IOException, AutomationException
setInitialLengthIsGeometry
in interface ISchematicAlgoRelativeMainLine
pVal
- The pVal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLengthAttributeName() throws java.io.IOException, AutomationException
getLengthAttributeName
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLengthAttributeName(java.lang.String name) throws java.io.IOException, AutomationException
setLengthAttributeName
in interface ISchematicAlgoRelativeMainLine
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVerticesHint() throws java.io.IOException, AutomationException
isVerticesHint
in interface ISchematicAlgoRelativeMainLine
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVerticesHint(boolean pVal) throws java.io.IOException, AutomationException
setVerticesHint
in interface ISchematicAlgoRelativeMainLine
pVal
- The pVal (in)
java.io.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 |