|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.spatialanalyst.PathDistanceVerticalFactor
public class PathDistanceVerticalFactor
Path distance vertical function object.
Constructor Summary | |
---|---|
PathDistanceVerticalFactor()
Constructs a PathDistanceVerticalFactor using ArcGIS Engine. |
|
PathDistanceVerticalFactor(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. PathDistanceVerticalFactor thePathDistanceVerticalFactor = (PathDistanceVerticalFactor) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getDescription()
The string description of the vertical function. |
int |
getType()
The type of the vertical function. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
setBinary(Object zeroFactor,
Object lowCutAngle,
Object highCutAngle)
Sets a binary vertical function object. |
void |
setCos(Object lowCutAngle,
Object highCutAngle,
Object power)
Sets a Cos vertical function object. |
void |
setCosSec(Object lowCutAngle,
Object highCutAngle,
Object cosPower,
Object secPower)
Sets a negative-Cos and positive-Sec vertical function object. |
void |
setDefault()
Sets a default vertical function object. |
void |
setInverseLinear(Object zeroFactor,
Object lowCutAngle,
Object highCutAngle,
Object slope)
Sets a inverse linear vertical function object. |
void |
setLinear(Object zeroFactor,
Object lowCutAngle,
Object highCutAngle,
Object slope)
Sets a linear vertical function object. |
void |
setSec(Object lowCutAngle,
Object highCutAngle,
Object power)
Sets a Sec vertical function object. |
void |
setSecCos(Object lowCutAngle,
Object highCutAngle,
Object secPower,
Object cosPower)
Sets a negative-Cos and positive-Sec vertical function object. |
void |
setSymInverseLinear(Object zeroFactor,
Object lowCutAngle,
Object highCutAngle,
Object slope)
Sets a symmetrical-inverse-linear vertical function object. |
void |
setSymLinear(Object zeroFactor,
Object lowCutAngle,
Object highCutAngle,
Object slope)
Sets a symmetrical-linear vertical function object. |
void |
setTable(String tableName)
Sets a table vertical 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 PathDistanceVerticalFactor() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic PathDistanceVerticalFactor(Object obj) throws IOException
PathDistanceVerticalFactor thePathDistanceVerticalFactor = (PathDistanceVerticalFactor) obj;
obj
to PathDistanceVerticalFactor
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setDefault() throws IOException, AutomationException
setDefault
in interface IPathDistanceVerticalFactor
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBinary(Object zeroFactor, Object lowCutAngle, Object highCutAngle) throws IOException, AutomationException
setBinary
in interface IPathDistanceVerticalFactor
zeroFactor
- A Variant (in)lowCutAngle
- A Variant (in)highCutAngle
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLinear(Object zeroFactor, Object lowCutAngle, Object highCutAngle, Object slope) throws IOException, AutomationException
setLinear
in interface IPathDistanceVerticalFactor
zeroFactor
- A Variant (in)lowCutAngle
- A Variant (in)highCutAngle
- 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 lowCutAngle, Object highCutAngle, Object slope) throws IOException, AutomationException
setInverseLinear
in interface IPathDistanceVerticalFactor
zeroFactor
- A Variant (in)lowCutAngle
- A Variant (in)highCutAngle
- 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 IPathDistanceVerticalFactor
tableName
- The tableName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSymLinear(Object zeroFactor, Object lowCutAngle, Object highCutAngle, Object slope) throws IOException, AutomationException
setSymLinear
in interface IPathDistanceVerticalFactor
zeroFactor
- A Variant (in)lowCutAngle
- A Variant (in)highCutAngle
- A Variant (in)slope
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSymInverseLinear(Object zeroFactor, Object lowCutAngle, Object highCutAngle, Object slope) throws IOException, AutomationException
setSymInverseLinear
in interface IPathDistanceVerticalFactor
zeroFactor
- A Variant (in)lowCutAngle
- A Variant (in)highCutAngle
- A Variant (in)slope
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCos(Object lowCutAngle, Object highCutAngle, Object power) throws IOException, AutomationException
setCos
in interface IPathDistanceVerticalFactor
lowCutAngle
- A Variant (in)highCutAngle
- A Variant (in)power
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSec(Object lowCutAngle, Object highCutAngle, Object power) throws IOException, AutomationException
setSec
in interface IPathDistanceVerticalFactor
lowCutAngle
- A Variant (in)highCutAngle
- A Variant (in)power
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCosSec(Object lowCutAngle, Object highCutAngle, Object cosPower, Object secPower) throws IOException, AutomationException
setCosSec
in interface IPathDistanceVerticalFactor
lowCutAngle
- A Variant (in)highCutAngle
- A Variant (in)cosPower
- A Variant (in)secPower
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSecCos(Object lowCutAngle, Object highCutAngle, Object secPower, Object cosPower) throws IOException, AutomationException
setSecCos
in interface IPathDistanceVerticalFactor
lowCutAngle
- A Variant (in)highCutAngle
- A Variant (in)secPower
- A Variant (in)cosPower
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getType() throws IOException, AutomationException
getType
in interface IPathDistanceVerticalFactor
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDescription() throws IOException, AutomationException
getDescription
in interface IPathDistanceVerticalFactor
IOException
- 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 ISupportErrorInfo
riid
- 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 |