|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPathDistanceHorizontalFactor
COM Interface 'IPathDistanceHorizontalFactor'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'
Description: 'Provides access to members that control the horizontal facors used when performing path distance.' 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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID6fd6f6e0_efb0_42bc_8ba2_843ffdfe77ce
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
The string description of the horizontal function. |
int |
getType()
The type of the horizontal function. |
void |
setBinary(java.lang.Object zeroFactor,
java.lang.Object cutAngle)
Sets a binary horizontal function object. |
void |
setDefault()
Sets a default horizontal function object. |
void |
setForward(java.lang.Object zeroFactor,
java.lang.Object sideValue)
Sets a forward horizontal function object. |
void |
setInverseLinear(java.lang.Object zeroFactor,
java.lang.Object cutAngle,
java.lang.Object slope)
Sets a inverse linear horizontal function object. |
void |
setLinear(java.lang.Object zeroFactor,
java.lang.Object cutAngle,
java.lang.Object slope)
Sets a linear horizontal function object. |
void |
setTable(java.lang.String tableName)
Sets a table horizontal function object. |
| Field Detail |
|---|
static final int IID6fd6f6e0_efb0_42bc_8ba2_843ffdfe77ce
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setDefault()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBinary(java.lang.Object zeroFactor,
java.lang.Object cutAngle)
throws java.io.IOException,
AutomationException
zeroFactor - A Variant (in)cutAngle - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setForward(java.lang.Object zeroFactor,
java.lang.Object sideValue)
throws java.io.IOException,
AutomationException
zeroFactor - A Variant (in)sideValue - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLinear(java.lang.Object zeroFactor,
java.lang.Object cutAngle,
java.lang.Object slope)
throws java.io.IOException,
AutomationException
zeroFactor - A Variant (in)cutAngle - A Variant (in)slope - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setInverseLinear(java.lang.Object zeroFactor,
java.lang.Object cutAngle,
java.lang.Object slope)
throws java.io.IOException,
AutomationException
zeroFactor - A Variant (in)cutAngle - A Variant (in)slope - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTable(java.lang.String tableName)
throws java.io.IOException,
AutomationException
tableName - The tableName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDescription()
throws java.io.IOException,
AutomationException
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 | ||||||||