|
|||||||||
| 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
COM Class 'PathDistanceHorizontalFactor'. Generated 3/19/2015 1:20:46 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'
Description 'Path distance horizontal 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.IPathDistanceHorizontalFactor |
|---|
IID, IID6fd6f6e0_efb0_42bc_8ba2_843ffdfe77ce, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
PathDistanceHorizontalFactor()
Constructs a PathDistanceHorizontalFactor using ArcGIS Engine. |
|
PathDistanceHorizontalFactor(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. PathDistanceHorizontalFactor thePathDistanceHorizontalFactor = (PathDistanceHorizontalFactor) 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 horizontal function. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getType()
The type of the horizontal function. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
release()
Release a PathDistanceHorizontalFactor. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathDistanceHorizontalFactor()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public PathDistanceHorizontalFactor(java.lang.Object obj)
throws java.io.IOException
PathDistanceHorizontalFactor thePathDistanceHorizontalFactor = (PathDistanceHorizontalFactor) obj;
obj to PathDistanceHorizontalFactor.
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 IPathDistanceHorizontalFactorjava.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 cutAngle)
throws java.io.IOException,
AutomationException
setBinary in interface IPathDistanceHorizontalFactorzeroFactor - A Variant (in)cutAngle - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setForward(java.lang.Object zeroFactor,
java.lang.Object sideValue)
throws java.io.IOException,
AutomationException
setForward in interface IPathDistanceHorizontalFactorzeroFactor - A Variant (in)sideValue - 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 cutAngle,
java.lang.Object slope)
throws java.io.IOException,
AutomationException
setLinear in interface IPathDistanceHorizontalFactorzeroFactor - 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.
public void setInverseLinear(java.lang.Object zeroFactor,
java.lang.Object cutAngle,
java.lang.Object slope)
throws java.io.IOException,
AutomationException
setInverseLinear in interface IPathDistanceHorizontalFactorzeroFactor - 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.
public void setTable(java.lang.String tableName)
throws java.io.IOException,
AutomationException
setTable in interface IPathDistanceHorizontalFactortableName - The tableName (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 IPathDistanceHorizontalFactorjava.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 IPathDistanceHorizontalFactorjava.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 | ||||||||