|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.spatialanalyst.PathDistanceVerticalFactor
public class PathDistanceVerticalFactor
COM Class 'PathDistanceVerticalFactor'. Generated 3/19/2015 1:20:46 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'
Description 'Path distance vertical function object.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.spatialanalyst.IPathDistanceVerticalFactor |
|---|
IID, IID42aa082b_2fc2_4939_ad2e_92f563e4356f, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
PathDistanceVerticalFactor()
Constructs a PathDistanceVerticalFactor using ArcGIS Engine. |
|
PathDistanceVerticalFactor(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. PathDistanceVerticalFactor thePathDistanceVerticalFactor = (PathDistanceVerticalFactor) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
java.lang.String |
getDescription()
The string description of the vertical function. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getType()
The type of the vertical function. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
release()
Release a PathDistanceVerticalFactor. |
void |
setBinary(java.lang.Object zeroFactor,
java.lang.Object lowCutAngle,
java.lang.Object highCutAngle)
Sets a binary vertical function object. |
void |
setCos(java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object power)
Sets a Cos vertical function object. |
void |
setCosSec(java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object cosPower,
java.lang.Object secPower)
Sets a negative-Cos and positive-Sec vertical function object. |
void |
setDefault()
Sets a default vertical function object. |
void |
setInverseLinear(java.lang.Object zeroFactor,
java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object slope)
Sets a inverse linear vertical function object. |
void |
setLinear(java.lang.Object zeroFactor,
java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object slope)
Sets a linear vertical function object. |
void |
setSec(java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object power)
Sets a Sec vertical function object. |
void |
setSecCos(java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object secPower,
java.lang.Object cosPower)
Sets a negative-Cos and positive-Sec vertical function object. |
void |
setSymInverseLinear(java.lang.Object zeroFactor,
java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object slope)
Sets a symmetrical-inverse-linear vertical function object. |
void |
setSymLinear(java.lang.Object zeroFactor,
java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object slope)
Sets a symmetrical-linear vertical function object. |
void |
setTable(java.lang.String tableName)
Sets a table vertical function object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathDistanceVerticalFactor()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public PathDistanceVerticalFactor(java.lang.Object obj)
throws java.io.IOException
PathDistanceVerticalFactor thePathDistanceVerticalFactor = (PathDistanceVerticalFactor) obj;
obj to PathDistanceVerticalFactor.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setDefault()
throws java.io.IOException,
AutomationException
setDefault in interface IPathDistanceVerticalFactorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBinary(java.lang.Object zeroFactor,
java.lang.Object lowCutAngle,
java.lang.Object highCutAngle)
throws java.io.IOException,
AutomationException
setBinary in interface IPathDistanceVerticalFactorzeroFactor - A Variant (in)lowCutAngle - A Variant (in)highCutAngle - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLinear(java.lang.Object zeroFactor,
java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object slope)
throws java.io.IOException,
AutomationException
setLinear in interface IPathDistanceVerticalFactorzeroFactor - A Variant (in)lowCutAngle - A Variant (in)highCutAngle - A Variant (in)slope - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInverseLinear(java.lang.Object zeroFactor,
java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object slope)
throws java.io.IOException,
AutomationException
setInverseLinear in interface IPathDistanceVerticalFactorzeroFactor - A Variant (in)lowCutAngle - A Variant (in)highCutAngle - A Variant (in)slope - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTable(java.lang.String tableName)
throws java.io.IOException,
AutomationException
setTable in interface IPathDistanceVerticalFactortableName - The tableName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSymLinear(java.lang.Object zeroFactor,
java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object slope)
throws java.io.IOException,
AutomationException
setSymLinear in interface IPathDistanceVerticalFactorzeroFactor - A Variant (in)lowCutAngle - A Variant (in)highCutAngle - A Variant (in)slope - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSymInverseLinear(java.lang.Object zeroFactor,
java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object slope)
throws java.io.IOException,
AutomationException
setSymInverseLinear in interface IPathDistanceVerticalFactorzeroFactor - A Variant (in)lowCutAngle - A Variant (in)highCutAngle - A Variant (in)slope - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCos(java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object power)
throws java.io.IOException,
AutomationException
setCos in interface IPathDistanceVerticalFactorlowCutAngle - A Variant (in)highCutAngle - A Variant (in)power - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSec(java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object power)
throws java.io.IOException,
AutomationException
setSec in interface IPathDistanceVerticalFactorlowCutAngle - A Variant (in)highCutAngle - A Variant (in)power - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCosSec(java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object cosPower,
java.lang.Object secPower)
throws java.io.IOException,
AutomationException
setCosSec in interface IPathDistanceVerticalFactorlowCutAngle - A Variant (in)highCutAngle - A Variant (in)cosPower - A Variant (in)secPower - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSecCos(java.lang.Object lowCutAngle,
java.lang.Object highCutAngle,
java.lang.Object secPower,
java.lang.Object cosPower)
throws java.io.IOException,
AutomationException
setSecCos in interface IPathDistanceVerticalFactorlowCutAngle - A Variant (in)highCutAngle - A Variant (in)secPower - A Variant (in)cosPower - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getType()
throws java.io.IOException,
AutomationException
getType in interface IPathDistanceVerticalFactorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface IPathDistanceVerticalFactorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 | ||||||||