|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetSolverWeightsGEN
Provides access to members that specify the weights to be used for this solver.
Use the INetSolverWeightsGENinterface to specify what weights to use for tracing operations.
Method Summary | |
---|---|
void |
setFilterRanges(int elementType,
Object[] fromValues,
Object[] toValues)
Sets the range of values to be filtered for the specified network element type. |
void |
setFilterType(int elementType,
int weightFilterType,
boolean applyNotOperator)
Sets the filter type for the specified network element type. |
void |
setFromToEdgeFilterWeightByRef(INetWeight rhs1)
Weight to be used for filtering edge elements traced in the digitized direction. |
void |
setFromToEdgeWeightByRef(INetWeight rhs1)
Weight to be used to determine the cost of passing through edge elements in the digitized direction. |
void |
setJunctionFilterWeightByRef(INetWeight rhs1)
Weight to be used for filtering junction elements. |
void |
setJunctionWeightByRef(INetWeight rhs1)
Weight to be used to determine the cost of passing through junction elements. |
void |
setToFromEdgeFilterWeightByRef(INetWeight rhs1)
Weight to be used for filtering edge elements traced against the digitized direction. |
void |
setToFromEdgeWeightByRef(INetWeight rhs1)
Weight to be used to determine the cost of passing through edge elements against the digitized direction. |
Method Detail |
---|
void setJunctionWeightByRef(INetWeight rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.INetWeight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFromToEdgeWeightByRef(INetWeight rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.INetWeight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToFromEdgeWeightByRef(INetWeight rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.INetWeight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJunctionFilterWeightByRef(INetWeight rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.INetWeight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFromToEdgeFilterWeightByRef(INetWeight rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.INetWeight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setToFromEdgeFilterWeightByRef(INetWeight rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.INetWeight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFilterType(int elementType, int weightFilterType, boolean applyNotOperator) throws IOException, AutomationException
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)weightFilterType
- A com.esri.arcgis.networkanalysis.esriWeightFilterType constant (in)applyNotOperator
- The applyNotOperator (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFilterRanges(int elementType, Object[] fromValues, Object[] toValues) throws IOException, AutomationException
elementType
- A com.esri.arcgis.geodatabase.esriElementType constant (in)fromValues
- A Variant (in)toValues
- A Variant (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 |