|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPSAHorizontalFactor
Provides access to the horizontal factor object used for path distance.
Method Summary | |
---|---|
int |
getType()
The type of the horizontal function. |
void |
setBinary(Object zeroFactor,
Object cutAngle)
Sets a binary horizontal function object. |
void |
setDefault()
Sets a default horizontal function object. |
void |
setForward(Object zeroFactor,
Object sideValue)
Sets a forward horizontal function object. |
void |
setInverseLinear(Object zeroFactor,
Object cutAngle,
Object slope)
Sets a inverse linear horizontal function object. |
void |
setLinear(Object zeroFactor,
Object cutAngle,
Object slope)
Sets a linear horizontal function object. |
void |
setTable(String tableName)
Sets a table horizontal function object. |
Method Detail |
---|
void setDefault() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBinary(Object zeroFactor, Object cutAngle) throws IOException, AutomationException
zeroFactor
- A Variant (in)cutAngle
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setForward(Object zeroFactor, Object sideValue) throws IOException, AutomationException
zeroFactor
- A Variant (in)sideValue
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLinear(Object zeroFactor, Object cutAngle, Object slope) throws IOException, AutomationException
zeroFactor
- A Variant (in)cutAngle
- A Variant (in)slope
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInverseLinear(Object zeroFactor, Object cutAngle, Object slope) throws IOException, AutomationException
zeroFactor
- A Variant (in)cutAngle
- A Variant (in)slope
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTable(String tableName) throws IOException, AutomationException
tableName
- The tableName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getType() throws IOException, AutomationException
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 |