public class NetworkFunctionEvaluator extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, INetworkEvaluator, INetworkFunctionEvaluator, IGPDescribe
Description 'A container for describing a network evaluator function.' 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 =
IID, IID0fcb88f9_8b17_4ed8_99c7_c876f5da8b7e, xxDummyIID, IID6699c29b_86cc_4c25_b3dd_98959760477b, xxDummy| Constructor and Description |
|---|
NetworkFunctionEvaluator()
Constructs a NetworkFunctionEvaluator using ArcGIS Engine.
|
NetworkFunctionEvaluator(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
NetworkFunctionEvaluator theNetworkFunctionEvaluator = (NetworkFunctionEvaluator) obj; |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
describe(java.lang.String name)
The description of the named object.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
IPropertySet |
getData()
The data used by this network evaluator for custom properties.
|
java.lang.String |
getDisplayName()
Name displayed in the user interface for this network evaluator.
|
java.lang.Object |
getFirstArgument()
The attribute name or constant value representing the first argument of the function.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.String |
getName()
Unique name of this network evaluator.
|
java.lang.String |
getOperator()
The operator used in the function.
|
IEnumBSTR |
getOperators(int returnDataType)
Get the list of supported binary operator names.
|
IStringArray |
getRequiredFieldNames()
Required fields of this network evaluator.
|
java.lang.Object |
getSecondArgument()
The parameter name or constant value representing the second argument of the function.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isCacheAttribute()
Indicates if this evaluator's values should be computed and stored when the network is built or computed at run time and never stored.
|
boolean |
isTimeAware()
Indicates if this evaluator supports time aware queries
|
void |
release()
Release this COM object reference
|
void |
setData(IPropertySet data)
The data used by this network evaluator for custom properties.
|
void |
setFirstArgument(java.lang.Object arg1)
The attribute name or constant value representing the first argument of the function.
|
void |
setOperator(java.lang.String op)
The operator used in the function.
|
void |
setSecondArgument(java.lang.Object arg2)
The parameter name or constant value representing the second argument of the function.
|
public NetworkFunctionEvaluator()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic NetworkFunctionEvaluator(java.lang.Object obj)
throws java.io.IOException
NetworkFunctionEvaluator theNetworkFunctionEvaluator = (NetworkFunctionEvaluator) obj;obj to NetworkFunctionEvaluator.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic 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.RemoteObjRefpublic java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface INetworkEvaluatorjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setData(IPropertySet data) throws java.io.IOException, AutomationException
setData in interface INetworkEvaluatordata - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPropertySet getData() throws java.io.IOException, AutomationException
getData in interface INetworkEvaluatorjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDisplayName()
throws java.io.IOException,
AutomationException
getDisplayName in interface INetworkEvaluatorjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isCacheAttribute()
throws java.io.IOException,
AutomationException
isCacheAttribute in interface INetworkEvaluatorjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStringArray getRequiredFieldNames() throws java.io.IOException, AutomationException
getRequiredFieldNames in interface INetworkEvaluatorjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isTimeAware()
throws java.io.IOException,
AutomationException
isTimeAware in interface INetworkEvaluatorjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFirstArgument(java.lang.Object arg1)
throws java.io.IOException,
AutomationException
setFirstArgument in interface INetworkFunctionEvaluatorarg1 - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getFirstArgument()
throws java.io.IOException,
AutomationException
getFirstArgument in interface INetworkFunctionEvaluatorjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOperator(java.lang.String op)
throws java.io.IOException,
AutomationException
setOperator in interface INetworkFunctionEvaluatorop - The op (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getOperator()
throws java.io.IOException,
AutomationException
getOperator in interface INetworkFunctionEvaluatorjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSecondArgument(java.lang.Object arg2)
throws java.io.IOException,
AutomationException
setSecondArgument in interface INetworkFunctionEvaluatorarg2 - A Variant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object getSecondArgument()
throws java.io.IOException,
AutomationException
getSecondArgument in interface INetworkFunctionEvaluatorjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IEnumBSTR getOperators(int returnDataType) throws java.io.IOException, AutomationException
getOperators in interface INetworkFunctionEvaluatorreturnDataType - A com.esri.arcgis.geodatabase.esriNetworkAttributeDataType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object describe(java.lang.String name)
throws java.io.IOException,
AutomationException
describe in interface IGPDescribename - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.