|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.spatialanalyst.PathDistanceHorizontalFactor
public class PathDistanceHorizontalFactor
Path distance horizontal function object.
| Constructor Summary | |
|---|---|
PathDistanceHorizontalFactor()
Constructs a PathDistanceHorizontalFactor using ArcGIS Engine. |
|
PathDistanceHorizontalFactor(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. PathDistanceHorizontalFactor thePathDistanceHorizontalFactor = (PathDistanceHorizontalFactor) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getDescription()
The string description of the horizontal function. |
int |
getType()
The type of the horizontal function. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
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. |
| 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 PathDistanceHorizontalFactor()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public PathDistanceHorizontalFactor(Object obj)
throws IOException
PathDistanceHorizontalFactor thePathDistanceHorizontalFactor = (PathDistanceHorizontalFactor) obj;
obj to PathDistanceHorizontalFactor.
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 void setDefault()
throws IOException,
AutomationException
setDefault in interface IPathDistanceHorizontalFactorIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBinary(Object zeroFactor,
Object cutAngle)
throws IOException,
AutomationException
setBinary in interface IPathDistanceHorizontalFactorzeroFactor - A Variant (in)cutAngle - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setForward(Object zeroFactor,
Object sideValue)
throws IOException,
AutomationException
setForward in interface IPathDistanceHorizontalFactorzeroFactor - A Variant (in)sideValue - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLinear(Object zeroFactor,
Object cutAngle,
Object slope)
throws IOException,
AutomationException
setLinear in interface IPathDistanceHorizontalFactorzeroFactor - 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.
public void setInverseLinear(Object zeroFactor,
Object cutAngle,
Object slope)
throws IOException,
AutomationException
setInverseLinear in interface IPathDistanceHorizontalFactorzeroFactor - 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.
public void setTable(String tableName)
throws IOException,
AutomationException
setTable in interface IPathDistanceHorizontalFactortableName - The tableName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getType()
throws IOException,
AutomationException
getType in interface IPathDistanceHorizontalFactorIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDescription()
throws IOException,
AutomationException
getDescription in interface IPathDistanceHorizontalFactorIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 | ||||||||